/* CSS Document */



body  { color: #333333; font-size: 1em; font-family: Georgia, "Times New Roman", Times, serif; line-height: 20px; background-color: #dff3d7; background-image: url(images/backgrounds/main.jpg); background-repeat: repeat-y; background-position: center; cursor: default; margin: 0 }


#container {

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

}

#header    { color: #ffffff; font-size: 150%; font-family: "Trebuchet MS", Arial, Verdana; font-weight: bold; line-height: 20px; background-color: #3f4a3e; width: 700px; height: 258px }

#images {border-color: transparent; 
}

#header p {

	padding:5px;

	margin:0;

	margin-left:340px;

	margin-right:10px;

	text-indent:5px;

}

#header h1 {

	color:#FFFFFF;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:300%;

	font-weight:bold;

	padding:0;

	padding-top:75px;

	padding-left:340px;

	padding-bottom:25px;

	margin:0;

	border-bottom:2px solid #ffffff;

	background-image:none;

}
#header h4 {

	padding:0px;

	margin:0;

	margin-left:340px;

	margin-right:0px;

	text-indent:0px;

}

#main_menu  { color: #ffffff; font-size: 1em; background-color: #cccccc; background-image: url(images/backgrounds/menubg.jpg); text-align: right; margin-bottom: 10px; padding-top: 5px; padding-bottom: 5px; width: 700px }

#main_menu a  { color: #ffffff; font-size: 1em; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter ; text-decoration: none; margin-left: 1px !important; padding: 12px 5px 11px }

#main_menu a:hover  { font-size: 1em; background-color: #3f4a3e; background-image: url(images/backgrounds/link.jpg) }

#main_menu .aactive  { font-size: 1em; line-height: 1em; background-color: #3f4a3e; background-image: url(images/backgrounds/link.jpg) }

.leaves {

	border-right:none;

	float:left;

}

.pic_h  {border-right:none solid #ffffff }
.pic_q {border-right:none solid #ffffff }
#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 h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image: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_tab { font-size: 11pt; background-image: url(images/backgrounds/articlenormal.jpg); background-repeat: no-repeat; background-position: left top; margin-bottom: 10px; margin-left: 170px; padding: 10px; border: solid 1px #cccccc }
.article_pic { background-image: url(images/backgrounds/articlenormal.jpg); background-repeat: no-repeat; background-position: left top; margin-bottom: 10px; margin-left: 170px; padding: 10px; bottom: 350px; border: solid 1px #cccccc }
.article:hover {

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	margin-bottom:10px;

}

.article p  { font-size: 10pt; margin: 10px }

.article_info {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#666666;

	letter-spacing:2px;

	font-variant:small-caps;

	text-transform:lowercase;

}

.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}

h1,h2,h3 {	

	font-family:Arial Narrow, Arial, Helvetica, sans-serif;

	letter-spacing:-1px;

	color:#000000;

	border-bottom:2px solid #cccccc;

	background-image: url("images/backgrounds/headers.jpg");

	background-position:top right;

	background-repeat:no-repeat;

	padding-bottom:5px;

	padding-top:5px;

}

.comment {

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



a {
	color: #3f4a3e;
	text-decoration:none;
        border:none; 
}
a:hover {
	color: #806B77;
	text-decoration:none;
	border-bottom: 1px dotted #000000;
        border:none; 
}
a:visited {
	color: #33212C;
	text-decoration:none;
        border:none; 
	border-bottom: 1px dotted #000000;
}


