/* CSS Document */

body {
	background-color:#c7b299;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url("images/backgrounds/main.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

h1,h2,h3 {	
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing:-1px
	color:#000000;
	border-bottom:1px solid #cccccc;
	background-image: url("images/backgrounds/headers.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}

#container {
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	border: 1px solid #cccccc;
}

#header {
	width:700px;
	background-color:#6f83ae;
	height:158px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}

#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	line-height: 110%;
	font-style: italic;
}

#header h1 {
	color:white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:157%;
	font-weight:bold;
	padding-top:40px;
	padding-left:340px;
	padding-bottom:40px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
	font-variant: small-caps;
	line-height: normal;
}


#header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #6f83ae;
	height:158px;
}

#header2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 340px;
	color: #C9D6FE;
	background-image: url(none);
	text-transform: uppercase;
}

#header2 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 25px;
	padding-left: 340px;
	color: #FFFFFF;
	background-image: url(none);
	padding-top: 15px;
}

#main_menu {
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#A69689;
	text-align:right;
	color:#FFFFFF;
	background-image: url("images/backgrounds/menubg2.jpg");
	margin-bottom:10px;
}

a:hover {
	color:#6F83AE;
	text-decoration: none;
}


#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:1px !important;
	margin-left:1px;
}

#main_menu a:hover {
	background-color:#3F4A3E;
	background-image: url("images/backgrounds/link.jpg");
}

#main_menu .aactive {
	background-color:#3F4A3E;
	background-image: url("images/backgrounds/link.jpg");
}

#sidebar {
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}

#sidebar li {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: -4px;
}

#sidebar h1,h2,h3 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	color:#333333;
	border:none;
	background-image:none;
	line-height: 90%;
}

#sidebar a {
	color: #8F8175;
	text-decoration: none;
}

#sidebar a:hover {
	color:#6F83AE;
	text-decoration: none;
}

#article {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/articlenormal.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#article p img {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#article p {
	margin:10px;
}

#article a {
	text-decoration: none;
	color: #8F8175;
}

#article a:hover {
	text-decoration: none;
	color: #6F83AE;
}

#article_info  a {
	color:#8F8175;
	text-decoration: none;
}

#article_info a:hover {
	color: #6F83AE;
	text-decoration: none;
}

#comment {
	margin-left:170px;
	padding:15px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding-left: 20px;
}

#comment  a {
	color: #8F8175;
	text-decoration: none;
}

#comment a:hover {
	color: #6F83AE;
	text-decoration: none;
}


#comment img a {
	text-decoration:none;
}

#article h2 {
	background-image: url(none);
	font-size: 1.2em;
	color: #666666;
	line-height: 1.2em;
}

.of {
	font-size: 60%;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
}

.reg {
	font-size: 0.6em;
	text-transform: none;
	vertical-align: super;
}

.qu {
	color:#6F83AE;
	font-weight: bolder;
	text-indent: 0px;
}

.leaves {
	border-right:2px solid #ffffff;
	float:left;
}

.article_info {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#6F83AE;
	font-weight: bolder;
	line-height: 1.7em;
}

