


/* ------------- ( Reset ) ------------------------------- */
* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}




/* ------------- ( General ) ------------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {

}
.clear { clear: both; }
h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #000;
	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;
}
p#period {
	margin-bottom: 0px !important;
}
ul.lists {
	font-size: 11px;
}
ul.lists  li {
	margin: 0px 0px 12px 0px;
	padding-left: 21px;
	background: url(../images/bullet.png) 0 1px no-repeat;
}




/* ------------- ( General ) ------------------------------- */
#header {
	background: #F7F7F7;
	padding: 20px;
}
#header h1 a {
	background: url(../images/logo.jpg) no-repeat;
	width: 568px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}



/* ------------- ( Navigation ) ------------------------------- */
ul#mainnav {
	background: url(../images/navbg.jpg) repeat-x;	
	height: 38px;
	padding: 0px 0px 0px 20px;
}
ul#mainnav li {
	height: 38px;
	background: url(../images/divider.jpg) no-repeat right;
	float: left;
	line-height: 38px;
}
ul#mainnav li a {
	color: #000;
	text-decoration: none;
	padding: 0px 20px;
}
ul#mainnav li a:hover {
	background: url(../images/dividerhover.jpg) repeat-x;
	display: block;
}
ul#mainnav li#last {
	color: #000;
	text-decoration: none;
	background: none;

}



/* ------------- ( Leaderboard ) ------------------------------- */
#leaderboard {
	/* background: url(../images/leaderboard.jpg) no-repeat; */
	width: 744px; 
	height: 104px;
	margin: 20px 0px 20px 20px;
	padding: 18px 0px 0px 16px;
}




/* ------------- ( Content ) ------------------------------- */
#content { 
 	margin: 0px 20px 20px 20px;
 	width: 361px;
 	float: left;
	display: inline;
}
#content p {
	line-height: 20px;
	margin-bottom: 12px;
	text-align: justify;
}
#content a {
	color: #000;
	text-decoration:underline;
}
#content a:hover {
	color: #000;
	text-decoration:none;
	font-weight:bold;
}


/* ------------- ( Sidebar ) ------------------------------- */
#sidebar { 
 	margin: 0px 20px 0px 0px;
 	width: 177px;
 	float: left;
}
#sidebar ul#articles li {
	display: inline; /*ie6 haslayout */
	line-height: 17px;
}
#sidebar ul#articles li a {
	display: block;
	border: 1px dashed #ccc;
	padding: 5px 0px 5px 5px;
	margin-bottom: 7px;
	text-decoration: none;
	color: #000;
	font-size: 11px;
}



/* ------------- ( Ads ) ------------------------------- */
#ads { 
 	float: left;
	margin: 0 0 0 0px;
	padding: 12px 0px 0px 0px;
 	width: 182px;
	height: 622px;
 	display: inline;
	text-align: center;
	/* background: url(../images/skyscraper.jpg) no-repeat; */
}



/* ------------- ( Footer ) ------------------------------- */
#footer {
	margin: -20px 0px 0px 0px;
	font-size: 11px;
	background: #F7F7F7;
	clear: both;
	border-top: 1px solid #DFDFDF;
}
#footer p {
	padding: 20px;
}
#footer a {
	text-decoration: none;
	color: #FB4DAC;
	padding: 3px;
}
#footer a:hover {
	background: #FB4DAC;
	color: #fff;
}














