/* CSS Document */



body {

	background-color:#993300;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-size:0.74em;

	color:#333333;

	line-height:20px;

	cursor:default;

	margin:0;

	background-image: url("images/backgrounds/main.jpg");

	background-position:center;

	background-repeat:repeat-y;

}



#container {

	width:800px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

}

#header {

	width:800px;

	background-color:#FFFFFF;

	height:175px;

	color:#993300;

	font-family:Arial;

	font-size:150%;

	font-weight:bold;

	line-height:22px;
	
	margin-left:0px;

}

#logo {

	width:200px;
	
	float:left;

}


#main_menu {

	width:150px;

	float:left;

	clear:left;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:100%;

	font-weight:bold;

	text-transform:uppercase;

	text-decoration:none;

	padding-left:5px;

	padding-right:5px;

	padding-top:5px;

	padding-bottom:25px;

	margin-left:1px;
	
	letter-spacing:-1px;
}

#main_menu a {

	color:#993300;

}

#main_menu a:hover {

	background-color:#993300;

	color:#FFFFFF;

}

#main_menu .aactive {

	background-color:#993300;

	color:#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{
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	font-size:175%;
	font-weight:bold;
	color:#000000;
	border:none;
	background-image:none;
}

.leaves {

	border-right:2px solid #ffffff;

	float:center;

}


.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:hover {

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	margin-bottom:10px;

}

.article p {

	margin:10px;

}

.article h1 {	

	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size:225%;
	
	font-weight:normal;
	
	letter-spacing:-1px;

	line-height:30px;
	
	color:#000000;

	border-bottom:2px solid #cccccc;

	padding-bottom:5px;

	padding-top:5px;

}

.article h2 {	

	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size:175%;
	
	font-weight:normal;

	color:#000000;

	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:#993300;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #000000;
}