
body {
	text-align: center;
	padding: 0;
	font-family: verdana, arial, helvetica;
	background-image: url(../images/tmpl_body_bg.gif);
	background-repeat: repeat;
	font-size:11px;
	height: 100%;
}

/* HOLDER DIV - ALL CONTENT GOES INSIDE HERE 
   THIS SETS OUT THE CENTER PAGE AND THE RED BACKGROUND */
.main_container {
	height: 100%;
	margin: 0 auto;
	width: 994px;
	text-align: left;
	padding: 0;
}

/* INSIDE main_container DIV - ALL CONTENT IS WITHIN HERE 
   FOR WHAT WE WANT, 1 DIV ISN'T ENOUGH SO WE HAVE TO USE 2 */
.main_body {
	position: absolute;
	margin: 0 auto;
	width: 994px;
	text-align: left;
	overflow: visible;
	height: 100%;
	min-height: 100%;
	top: 0px;
	padding: 0;
	background-image: url(../images/three_bg.jpg);
	background-repeat: no-repeat;
}

/* CONTAINER FOR ALL THE CONTENT AT THE VERY TOP OF THE PAGE */
.topbars {
	height: 26px;
	width: 994px;
	text-align: left;
	background-color: #990000;
	margin: 0 auto;
}

/* AD BANNER GOES IN THIS DIV */
.topbanner {
	height: 0px;
	border: 0;
	padding:0;
	width: 994px;
	text-align: left;
	margin-left:5px;
	margin-top: 0px auto;
	float: left;
}



/* DISPLAY EVERYTHING BELOW THE TOP BANNER PART OF THE SITE */
.main_content {
	position: absolute;
	min-height: 2255px;
	width: 994px;
	top: 0px;
	text-align: left;
	background-color: #cc0000;
	margin: 0 auto;
	overflow: hidden;
}

/* OUTER DIV FOR THE LEFT/MAIN CONTENT OF THE SITE */
.content_left {
	position: absolute;
	top: 7px;
	min-height: 2148px;
	width: 788px;
	left: 14px;
	margin: 0 auto;
	background-color: white;
	z-index: 3px;
}

/* OUTER DIV FOR THE RIGHT CONTENT OF THE SITE */
.content_right {
	position: absolute;
	top: 7px;
	width: 160px;
	min-height: 2148px;
	right: 14px;
	margin: 0 auto;
	background-color: white;
	z-index: 3px;
}

/* ALL CONTENT IN THE MIDDLE IE THE MAIN CHANGEABLE CONTENT GOES IN THIS DIV */
.pull_content {
	background: url(../images/tmpl_middle_bg.jpg) repeat-x;
	width: 647px;
	min-height: 2644px;
	overflow: hidden;
}

/* ALL CONTENT IN THE MIDDLE IE THE MAIN CHANGEABLE CONTENT GOES IN THIS DIV */
.pull_content_tv {
	width: 783px;
	min-height: 1144px;
	overflow: hidden;
}

/* RIGHT NAVIGATION MENU DOWN MAIN STRIP */
.search_girls {
	background: url(../images/tmpl_right_bg.jpg) repeat-x #F1E3D6;
	min-height: 1930px;
	overflow: hidden;
	width: 141px;
}

/* OUTER DIV FOR THE LEFT/MAIN BOTTOM CONTENT OF THE SITE */
.bottom_nav_left {
	position: absolute;
	bottom: 17px;
	height: 43px;
	left: 10px;
	float: left;
	width: 796px;
	bottom: 47px;
	margin: 0 auto;
	background: url(../images/tmpl_bottom_box_r.gif) bottom right no-repeat;
	background-color: #990000;
}

/* OUTER DIV FOR THE RIGHT BOTTOM CONTENT OF THE SITE */
.bottom_nav_right {
	position: absolute;
	bottom: 17px;
	height: 43px;
	float: right;
	width: 168px;
	right: 10px;
	bottom: 47px;
	margin: 0 auto;
	background: url(../images/tmpl_bottom_box_r.gif) bottom right no-repeat;
	background-color: #990000;
}

/* LEFT IMAGE FOR BOTTOM NAV */
.bottom_nav_l {
	background: url(../images/tmpl_bottom_box_l.gif) bottom left no-repeat;
	background-color: #990000;
	width: 6px; 
	height: 43px;
	left: 0px;
	bottom: 0px;
	margin: 0 auto;
	position: absolute;
}

/* CORNER BORDER FOR TOP LEFT BOX */
.border_top_left {
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	width: 10px;
	height: 8px;
	left: -9px;
	text-align: left;
	float: left;
	top: -7px;
	z-index: 2px;
	background: url(../images/tmpl_top_left.gif) bottom left no-repeat;
}

/* CORNER BORDER FOR TOP RIGHT BOX */
.border_top_right {
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	width: 10px;
	height: 8px;
	text-align: right;
	float: right;
	right: -9px;
	top: -7px;
	z-index: 3px;
	background: url(../images/tmpl_top_right.gif) bottom left no-repeat;
}

/* LINE BORDER FOR TOP BOX */
.border_top {
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	height: 7px;
	left: 0px;
	text-align: left;
	top: -7px;
	z-index: 2px;
	background: url(../images/tmpl_top_line.gif) top repeat-x;
}

/* LINE BORDER FOR LEFT BOX */
.border_left {
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	min-height: 2145px;
	left: -8px;
	text-align: left;
	float: left;
	top: 0px;
	z-index: 2px;
	width: 8px;
	background: url(../images/tmpl_left.gif) top repeat-y;
}

/* LINE BORDER FOR RIGHT BOX */
.border_right {
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	min-height: 2145px;
	right: -8px;
	text-align: right;
	float: right;
	top: 0px;
	width: 8px;
	z-index: 2px;
	background: url(../images/tmpl_right.gif) top repeat-y;
}

/* CORNER BORDER FOR BOTTOM LEFT BOX */
.border_bottom_left {
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	width: 10px;
	height: 13px;
	left: -8px;
	text-align: left;
	float: left;
	bottom: -10px;
	z-index: 2px;
	background: url(../images/tmpl_bottom_left.gif) bottom left no-repeat;
}

/* CORNER BORDER FOR BOTTOM RIGHT BOX */
.border_bottom_right {
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	width: 10px;
	height: 13px;
	text-align: right;
	float: right;
	right: -8px;
	bottom: -10px;
	z-index: 3px;
	background: url(../images/tmpl_bottom_right.gif) bottom left no-repeat;
}

/* LINE BORDER FOR BOTTOM BOX */
.border_bottom {
	position: absolute;
	margin: 0 auto;
	padding: 0px;
	height: 10px;
	left: 2px;
	text-align: left;
	bottom: -10px;
	z-index: 2px;
	background: url(../images/tmpl_bottom.gif) top repeat-x;
}

/* INNER DIV FOR LEFT/MAIN BOX OF SITE - 
   ALL CONTENT GOES WITHIN HERE */
.content1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	z-index: 6;
	height: 100%;
}

/* INNER DIV FOR RIGHT BOX OF SITE - 
   ALL CONTENT GOES WITHIN HERE */
.content2 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	z-index: 6;
	overflow: hidden;
	height: 100%;
	background-color: #F1E3D6;
}

/* POSITION TEXT IN BLACK TOP LINE OF MAIN CONTENT */
.floatleft {
	float: left;
}

*.floatleft {
	margin-top:0px;
}

/* POSITION SUN LOGO IN TOP STRAP */
.topsunlogo {
	float: left;
	padding-top: 3px;
	margin-left: 5px;
	*padding-top: 1px;
}

/* STANDARD FLOAT LEFT DIV */
.fl {
	float: left;
}

/* STANDARD FLOAT RIGHT DIV */
.fr {
	float: right;
}

/* TEXT FOR MAIN SITE NAVIGATION AT TOP OF PAGE */
.topbutton {
	float: left;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	letter-spacing: -1px;
	background: url(../images/tmpl_top_vert-nav-bg.jpg) repeat-x;
}

/* TEXT FOR MAIN SITE NAVIGATION AT TOP OF PAGE - ORANGE TEXT */
.topbuttonorange {
	float: left;
	height: 28px;
	text-align: center;
	padding-top: 6px;
	letter-spacing: -1px;
	background: url(../images/tmpl_top_vert-nav-bg.jpg) repeat-x;
}

/* TOP NAVIGATION 1 PIXEL DIVIDER */
.divider {
	background: url(../images/tmpl_top_vert-nav-divider.jpg) no-repeat;
	float: left;
	width: 1px;
	height: 28px;
}

/* TOP NAVIGATION - TAKE ME TO BUTTON POSITION */
.takemeto {
	float: right;
	height: 28px;
	width: 141px;
}

/* TOP NAVIGATION - END IMAGE */
.rightbuttonend {
	position: relative;
	top: -31px;
	float: right;
}

/*REMOVE ALL WHITE SPACES FOR ALL DIVS */


/* TEXT LAYOUT FOR NAVIGATION IN BOTTOM RIGHT BOX */
.bottom_right_nav {
	text-align: right;
	height: 15px; 
	width: 137px; 
	background-color: black;
	letter-spacing: 0px;
	line-height: 9px;
	*line-height: 15px;
}

/* WHITE TEXT FOR RIGHT NAV IN CENTER CONTENT WITH RED/BLACK BOX BACKGROUND */
.bigwhite {
	background-color: #cc0000;
	background: url(../images/tmpl_sub_head_bg.gif) repeat-x;
	height: 21px;
	padding-left: 5px;
	line-height: 22px;
}


/* FOR TEMPLATE 1 (HOME) - HEADER LEFT FOR MAIN CONTENT */
.home1header {
	background: url(../images/tmpl_main_top-red-bg.jpg) repeat-x;
	height: 22px;
	text-align: center;
	padding-top: 3px;
	float: left;
	margin-top:5px;
}

.feature2header {
	margin-top:5px;
	height: 25px;
	float: left;	
	background: url(../images/tmpl_feature_top_right.jpg) repeat-x;
	background-color: #cc0000;
	letter-spacing: -1px;
	line-height: 23px;
}

.godadka {
color:#FFFFFF;
margin:130px 0px 0px 135px;
}
.login_button{
	margin-top:3px;
}
.bg_center{
	background:url('../images/more_bg_center.gif');
	margin-bottom:2px;
	height:20px;
}

