/* CSS Document */



body {

	background-color:#996633;

	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;

}


 a img {
border-style: none;
}

#container {

	width:700px;

	padding:10px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

}

#header {

	width:700px;

	background:url('images/leaves.jpg');

	height:258px;

	color:#544741;

	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;
	padding-top:175px;
	/*text-indent:5px;*/

}

#header h1 {

	color:#FFFFFF;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:300%;

	font-weight:bold;

	padding:0;

	padding-top:25px;

	padding-left:340px;

	padding-bottom:25px;

	margin:0;

	border-bottom:2px solid #ffffff;

	background-image:none;

}

#main_menu {
	
	line-height:20px;

	width:700px;

	padding-top:5px;

	padding-bottom:5px;

	background-color:#CCCCCC;

	text-align:right;

	color:#FFFFFF;

	background-image: url("images/backgrounds/menubg.jpg");

	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:5px;

	padding-right:5px;

	padding-top:10px !important;

	padding-top:10px;

	padding-bottom:9px;

	margin-left:1px !important;

	margin-left:1px;

}

#main_menu a:hover {

	background-color:#3F4A3E;

	background-image: url("images/backgrounds/active.jpg");

}

#main_menu .aactive {

	background-color:#3F4A3E;

	background-image: url("images/backgrounds/link.jpg");

}

.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

#sidebar {

	line-height:20px;

	width:150px;

	border:1px solid #cccccc;

	float:left;

	clear:left;
	
	margin-bottom:10px;
	/*background-image: url("images/backgrounds/side_bg.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 {

	font-family: Arial, Helvetica, sans-serif;
	 display : block;
	/*height : 300px;*/
	
	line-height:20px;

	margin-left:160px;

	padding:10px;

	border: 1px solid #cccccc;

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;


}

.portarticle {
    height : 400px;
	line-height:20px;

	margin-left:0px;

	padding:0px;



}

.article h1{
	Padding :0 0 5px 0;
	margin : 0px;
}

.article p {
    text-indent: 1.5em;
	margin:10px;

}

.article_info {
 	
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	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:#544741;

	padding-bottom: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:5px;
}

.footer {
	text-align : center;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
	margin-top : 10px;
}

a {
		color:#996633;
	text-decoration:none;
}

a:hover {
	color:#cc9933;
}
.clearer {clear : both;}

.left { float:left; 
padding : 0px 10px;}

.large {font-size : 14px;}