



/*     - ( Reset )             - */
* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}



/*     - ( General )             - */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
h1 {
	color: #BBCA31;
	font: 26px Geneva, Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 12px;
	line-height: 24px;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/*     - ( Header )             - */
#header {
	margin-bottom: 20px;
}
#header h1 a {
	background: url(../images/logo.jpg) no-repeat;
	width: 578px;
	height: 195px;
	text-indent: -9999px;
	display: block;
}




/*     - ( Sidebar )             - */
#sidebar { 
 	border-right: 1px solid #D9D9D9;
 	margin: 0px 20px 20px 10px;
 	width: 180px;
	text-align: right;
	padding-right: 23px;
 	float: left;
	display: inline;
}
#sidebar ul {
	margin-bottom: 25px;
}
#sidebar ul li {
	margin-bottom: 10px;
}
#sidebar ul li a {
	color: #999999
}
#sidebar ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#sidebar #ads {
	border-top: 1px solid #D9D9D9;
	padding-top: 20px;
}




/*     - ( Content )             - */
#content { 
 	float: right;
 	margin: 0px 10px 0px 0px;
 	width: 512px;
 	display: inline;
}



/*      - ( Link Unit )       - */
#linkunit {
	clear: both;
	text-align: center;
	padding: 5px;
	background: #C8D551;
}

