


/* ------------- ( Reset ) ------------------------------- */
* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}




/* ------------- ( General ) ------------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: url(../images/bg.jpg) no-repeat;
}
.clear { clear: both; }
h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #40510D;
	margin-bottom: 10px;
}
h2 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #40510D;
	margin-bottom: 5px;
}
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #40510D;
	margin-bottom: 5px;
}




/* ------------- ( General ) ------------------------------- */
#header {
	margin-bottom: 98px;
}
#header h1 a {
	background: url(../images/logo.jpg) no-repeat;
	width: 311px;
	height: 75px;
	display: block;
	text-indent: -9999px;
}



/* ------------- ( Navigation ) ------------------------------- */
ul#mainnav {
	border-bottom: 1px solid #728F16;
	width: 760px;
}
p#yellowbg {
	background: url(../images/mainnavbg.jpg) repeat-x;
	clear: both;
	height: 26px;
}
ul#mainnav li {
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
ul#mainnav li a {
	display: inline;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	color: #999;
}
ul#mainnav li#home a {
	background: url(../images/navhomeoff.jpg) no-repeat;
	width: 59px;
	height: 26px;
	display: block;
	color: #999;
	margin-left: 10px;
}
ul#mainnav li#homeactive a {
	background: url(../images/navhome.jpg) no-repeat;
	width: 59px;
	height: 26px;
	display: block;
	color: #000;
	margin-left: 10px;
}
ul#mainnav li#sitemap a {
	background: url(../images/navsitemap.jpg) no-repeat;
	width: 71px;
	height: 26px;
	display: block;
}
ul#mainnav li#linksactive a {
	background: url(../images/navesiteactive.jpg) no-repeat;
	width: 71px;
	height: 26px;
	display: block;
	color: #000;
}



/* ------------- ( Content ) ------------------------------- */
#content { 
 	margin: 0px 20px 20px 0px;
 	width: 360px;
 	float: left;
}
#content p {
	line-height: 20px;
	margin-bottom: 12px;
	text-align: justify;
}
#content a {
       color: #0000ff;
}



/* ------------- ( Ads ) ------------------------------- */
#ads { 
 	float: left;
 	border: 1px solid #728F16;
 	background: #FCFEE1;
 	margin: 0px 20px 20px 0px;
	padding: 12px 0px 0px 0px;
 	width: 180px;
 	display: inline;
	text-align: center;
}



/* ------------- ( Sidebar ) ------------------------------- */
#sidebar { 
 	margin: 0px 0px 5px 0px;
 	width: 177px;
 	float: left;
}
#sidebar ul#articles li {
	display: inline; /*ie6 haslayout */
	line-height: 17px;
}
#sidebar ul#articles li a {
	display: block;
	border-bottom: 1px dashed #ccc;
	padding: 5px 0px 5px 19px;
	text-decoration: none;
	color: #000;
	font-size: 11px;
	background: url(../images/iconpage.jpg) 0 8px  no-repeat;
}
#sidebar ul#articles li a:hover {
	background: url(../images/iconpage.jpg) #FCFEE1 0 8px  no-repeat;
}




/* ------------- ( Footer ) ------------------------------- */
#footer {
	float: left;
	border-top: 1px solid #728F16;
	margin:-20px 0px 0px 0px;
	width: 760px;
	padding:  10px 0px 20px 0px;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
	color: #40510D;
	padding: 3px;
}
#footer a:hover {
	background: #40510D;
	color: #fff;
}













