/* CSS Document */



body {
	background-color:#D5E7CD;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:20px;
	cursor:default;
	margin:0;
	background-image: url(images/backgrounds/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	text-indent: 2px;

}



#container {

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

}

#header {
	width:700px;
	height:140px;
	background-color:#537BAC;
	background-image: url(images/backgrounds/main-banner.jpg);

	background-position:left;
	

}

#header p {

	padding:5px;

	margin:0;

	text-indent:5px;

}

#header h1 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:300;
	background-image:none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 100px;
	background-color: #333333;
	border-bottom-style: none;

}

#main_menu {
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	
	text-align:right;
	background-image: url(images/backgrounds/menubg.jpg);
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC3366;

}

#main_menu a {

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

	font-size:65%;

	font-weight:bold;

	text-transform:uppercase;

	color:#ddd;

	text-decoration:none;

	padding-left:5px;

	padding-right:5px;

	padding-top:9px !important;

	padding-top:8px;

	padding-bottom:7px;

	margin-left:1px !important;

	margin-left:1px;

}


#main_menu a:hover {
	color: #ffffff;
	

}

#main_menu a.active {
	background-color:#ffffff;
	color: #ffffff;

}

.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

#sidebar {

	width:150px;

	border:1px solid #cccccc;

	padding:5px;

	float:left;

	clear:left;
	
	background-color: #c6cee0;
	
	background-position:bottom right;

	background-repeat:repeat-x;

}
#sidebar h1,h2,h3 {
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#666666;
	border:none;
	background-image:none;
	
	}


.topbox {

    margin-left:170px;

	padding:10px;

	border: 1px solid #cccccc;

	background-color: #c6cee0;	

	margin-bottom:10px;


}

.article {

	margin-left:170px;

	padding:10px;

	border: 1px solid #cccccc;

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

	background-position:left top;

	background-repeat:no-repeat;

	margin-bottom:10px;

}



.article p {
	margin:10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;

}

.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:#666666;

	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 right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
a {
	color:#006633;
	text-decoration:none;
}

