@charset "utf-8";
/* CSS Document */

body{
	background:#f0edd8 url(../images/main_bkg.gif) center top repeat-y;
	font:normal normal 12px/14px Arial, Helvetica, sans-serif;
}

img{
	vertical-align:middle;
	border:0;
}
.centered{
	margin:0 auto;
	padding:0;
}
.mainContainer{
	width:960px;
}
.header{
	background:url(../images/header_bkg.jpg) top center no-repeat;
	height:300px;
}
.adultWebsite{
	margin:0px auto 40px auto;
	text-align:center;
}
.clrUltimate{
	clear:both;
	float:none;
	font-size:0px;
	line-height:0px;
}
/*common definitions*/
.smallContainer{
	width:654px;
}
.fltLeft{
	float:left;
}
.fltRight{
	float:right;
}
.footer{
	margin-top:45px;
	text-align:center;
	padding:20px;
	font:normal normal 11px/14px Arial, Helvetica, sans-serif;
	color:#858585;
	letter-spacing:1px;
}
.footer a{
	color:#708029;
	text-decoration:underline;
}
.enterNoenter{
	margin:42px auto 37px auto;
}
.idxDescription{
	width:800px;
	margin: 0px auto;
	border:solid 1px #b7b7b7;
	color:#646464;
	padding:20px;
	overflow:auto;
	height:100px;
	line-height:normal;
}
.idxDescription p strong{
	color:#708029;
}
.footerBkg{
	background:url(../images/footer_bkg.jpg) center bottom no-repeat;
}
