body {
 	font-size:12px;
 	text-align:center;
 	margin:0px auto;
	/*background-color: #EFB7C4;*/
	background: transparent url(../images/bg_page.png) center repeat-y;
	background-color: #f2f1f2;
	height: 100%;
}
#big_bg {
	background: transparent url(../images/bg_final.jpg) center top no-repeat;
	overflow: hidden;
	}
/** top section with logo/text/date/search/girls **/
#logosearch {
	margin: 0px auto;
	width: 825px;
	height: 90px;
	/*border: 1px solid black;*/
}
#logosearch p {
	float: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	color: #ca266f;
	margin-top: 34px;
	margin-left: 70px;
	padding: 0px;
}
#girls {
	float: right;
	height: auto;
	width: auto;
	position: relative;
	z-index: 1;
	/*border: 1px solid black;*/
}
#logo {
	width: auto;
	height: auto;
	margin-top: 24px;
	margin-left: 10px;
	margin-right: 5px;
	float: left;
	/*border: 1px solid black;*/
}
#logo_top {
	margin-top: 25px;
	width: auto;
	height: 15px;
	float: left;
	/*border: 1px solid black;*/
	text-align: left;
}
#logo_bottom {
	width: 230px;
	height: 5px;
	/*border: 1px solid black;*/
	text-align: right;
}
/** menubar with links to all sections **/
#menubar {
	margin: 0px auto;
	width: 830px;
	height: 55px;
	background: transparent url(../images/menubar.png) center no-repeat;
	position: relative;
	z-index: 0;
	text-align: left;
	padding: 0px;
}
/** menubar items **/
#menubar ul.main {
	list-style: none;
	width: auto;
	height: auto;
	margin-top: 0px;
	padding-top: 17px;
}
#menubar ul.main li {
	display: inline;
	padding-left: 25px;
	margin-left: -5px;
}
#menubar ul.main li a {
	color: #ca266f;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	margin-right: 0px;
}
#menubar ul.main li a:hover {
	text-decoration: underline;
}
/** main content box **/
#main_box {
	width: 830px;
	/** temp height 
	height: 800px;**/
	margin: 0px auto;
	margin-top: 50px;
}
/** left side wrapper **/
#main_box .left {
	width: 580px;
	height: auto;
	/*border: 1px solid white;*/
	float: left;
}
#main_box .left h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ca266f;
	text-align: left;
}
#main_box .left h1 a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	margin-left: 5px;
	text-decoration: none;
}
#main_box .left h1 a:hover {
	margin-left: 5px;
	text-decoration: underline;
}
#main_box .left p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	margin-top: -10px;
}
#main_box .left h2 {
	color: #ca266f;
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: inline;
}
.names {
	width: 80px;
	height: auto;
	float: left;
	margin-left: 120px;
}
.cells {
	width: 100px;
	height: auto;
	float: left;
}
#main_box ul {
	width: auto;
	display: block;
	list-style: none;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 2px;
}
#main_box .cells li {
	text-align: right;
	padding: 2px;
}
#main_box .names li {
	text-align: left;
	padding: 5px;
}
#main_box .right {
	width: 230px;
	height: auto;
	margin-left: 10px;
	float: left;
}
#content {
	width: 550px;
	
	/** temp height 
	height: 750px;**/
	/*border: 1px solid white;*/
	border: 2px solid #CDCBCC;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	background-color: #D0A8BB;
	padding: 10px;
	float: left;
	margin-top: 0px;
}
#ad_box {
	width: 220px;
	height: 500px;
	border: 5px solid white;
	background-color: #e2e2e2;
}
#ad_box p.toptitle {
	font-family: Arial, sans-serif;
	color: #ca266f;
	font-size: 14px; 
	text-align: left;
	padding-left: 10px;
	margin-top: 5px;
}
#ad_box p.sponsor {
	margin-top: 10px;
}
#footer_wrap {
	width: 100%;
	background: transparent url('../images/footer_02.png') center repeat-x;
}
#footer_fancy {
	width: 100%;
	background: transparent url('../images/footer_03.png') center no-repeat;
}
#footer {
	background: transparent url('../images/footer_01.png') center no-repeat;
	margin: 0px auto;
	width: 904px;
	height: 200px;
}
#footer .back {
	margin-top: 60px;
	margin-left: 20px;
	width: 64px;
	height: 64px;
	float: left;
}
#footer .forward {
	margin-top: 60px;
	margin-right: 20px;
	width: 64px;
	height: 64px;
	float: right;
}
#footer .ads {
	margin-top: 60px;
	width: 725px;
	height: auto;
	float: left;
}
#footer p {
	margin-top: 25px;
	width: 900px;
	height: auto;
	color: #9e9e9e;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	text-align: center;
	float: left;
}
/** classes **/
	.searchfield {
	border: none;
	width: 122px;
	height: 23px;
	padding: 1px;
	margin-top: 1px;
	margin-right: 5px;
	background: transparent;
	font-size: 16px;
}
/** image replacement classes **/
.title {
	color: #ca266f;
	font-family: Arial, sans-serif;
	font-size: 22px;
}
.title2 {
	color: #ca266f;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
/** info boxes **/
.newsbox {
	width: 100%;
}
.newsbox .date {
	width: 80px;
	float: right;
	font-weight: bold;
}
.article {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*color: #494849;*/
	color: green;
	padding-top: 20px;
	padding-bottom: 20px;
}
/** old code **/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
/*** end of old code ***/


