body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#ffffff;
	background-color:#161616;
}
p, form, h1{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
#clr{
	clear:both;
}
.container{
	width:825px;
	margin:0px auto;
}
.topPart{
	width:825px;
	float:left;
	background:url(../images/top-part-bg.jpg) repeat-y top left;
	padding-bottom:30px;
}
.logoMarginLeft{
	margin-left:10px;
	margin-top:15px;
}
.topText{
	font-size:14px;
	padding-right:10px;
}
.borderUnderNavigation{
	width:825px;
	float:left;
	background:url(../images/border-under-nav.png) repeat-x center;
	margin-top:20px;
	
}
.navigation{
}
.navigation ul{
	margin:0px;
	padding:0px;
}
.navigation ul li{
	list-style-type:none;
	display:block;
	float:right;
	margin-left:4px;
}
.navigation ul li a{
	background:url(../images/navigation-left.png) no-repeat left top;
	color:#FFFFFF;
	text-decoration:none;
	padding:13px 0px 13px 6px;
}
.navigation ul li a span{
	background:url(../images/navigation-right.png) no-repeat right top;
	color:#ffffff;
	text-decoration:none;
	padding:13px 4px 13px 0px;
	font-weight:bold
}
.navigation ul li a:hover span{
	background:url(../images/navigation-right.png) no-repeat right -42px;
}
.navigation ul li a:hover{
	background:url(../images/navigation-left.png) no-repeat left -42px;
}
.active a{
	background:url(../images/navigation-left.png) no-repeat left -42px !important;
	
}
.active a span{
	background:url(../images/navigation-right.png) no-repeat right -42px !important;
}
.bodyContent{
	width:825px;
	float:left;
}
.innerBox{
	width:825px;
	float:left;
	margin-bottom:30px;
}
.innerBoxLeft{
	width:816px;
	height:228px;
	float:left;
	background:url(../images/box-bg.jpg) repeat-x top;
}
.innerBoxLeftImg{
	width:480px;
	float:left;
}
.innerBoxLeftText{
	width:320px;
	float:left;
	margin-left:10px;
	line-height:17px;
}
.borderAboveBotton{
	border-top: solid 3px #3a3a3a;
	padding-top:10px;
}
.innerBoxRight{
	width:9px;
	height:228px;
	float:left;
	background:url(../images/box-right-img.jpg) no-repeat top;
}
.realPeople{
	font-size:20px;
}
.realSex{
	color:#f89009;
}.marginTop{
	margin-top:10px;
}
.borderBottom{
	width:825px;
	float:left;
	border-bottom:#393939 solid 3px;
}
.viewMoreButton{
	width:825px;
	float:left;
	margin:20px 0px 20px 0px;
}
.style25{
	color:#f29702;
	text-decoration:none;
	font-weight:bold;
	font-size:20px;
}