/* CSS Document */



body {

	background-color:#6da393;

	font-family:Verdana, Tahoma, arial, sans-serif;

	font-size:0.75em;

	color:#333333;

	line-height:135%;

	cursor:default;

	margin:0;


	background-position:center;

	background-repeat:repeat-y;

}



#container {

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

}

#header {

	width:700px;

	background:#666 url("images/backgrounds/leaves2.jpg") no-repeat;
	
	

	height:144px;

	color:#FFFFFF;

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

	font-size:130%;

	font-weight:bold;

	line-height:20px;

}

#header2 {

	width:700px;

	background-color:#666;

	height:258px;

	color:#FFFFFF;

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

	font-size:130%;

	font-weight:bold;

	line-height:20px;

}


#header p {

	border-top:1px solid #ffffff;


	padding:10px 20px;

	margin:0;

	margin-left:322px;

}

#header h1 {


	color:#FFFFFF;

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

	font-size:300%;

	font-weight:bold;
	
	margin:0 0 0 322px;

	padding:30px 0 20px 20px;

	background-image:none;

}

#main_menu {

	width:680px;

	padding:5px 20px 5px 0px;


	background-color:#888;

	text-align:right;

	color:#FFFFFF;

	margin-bottom:10px;

}

#main_menu a {

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

	font-size:80%;

	font-weight:bold;

	text-transform:uppercase;

	color:#FFFFFF;

	text-decoration:none;

	padding-left:20px;

	padding-right:20px;

	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;

padding:5px;

	border-left:1px solid #cccccc;

	border-top:1px solid #cccccc;


	float:left;

	clear:left;

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

	background-position:bottom right;

	background-repeat:repeat-x;

}
#sidebar h1{
	color:#333;
	border:none;
	background-image:none;
	margin:20px 0 0 0;
	font-weight:normal;
	font-size:1.5em;

	
}

.article {

	margin-left:170px;

	padding:10px;

	border-left:1px solid #cccccc;

	border-top:1px solid #cccccc;

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

	background-position:top left;

	background-repeat:no-repeat;

	margin-bottom:10px;

}


.article p {

	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:#333333;

}

h1,h2,h3 {	

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

	color:#333;

	padding-bottom:0px;
	margin-bottom:0px;

	padding-top:5px;

}

h1, h2 {padding:0 0 3px 0;}

.comment {
	margin-left:170px;
	padding:10px;
	border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;

	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
a {
	color:#339999;
	text-decoration:none;
	font-weight:bold;

}
a:hover {
	border-bottom:1px dashed #333;
}

.content {line-height:16px;}

li {margin-bottom:10px;}
