
body {
	text-align: center;
	min-width: 994px;
	padding: 0;
	margin: 0;
	background-image: url(../images/tmpl_body_bg.gif);
	background-repeat: repeat;
	font-family: verdana, arial, helvetica;
	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;
	background-color: #CC0000;
	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;
	background-color: #CC0000;
	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;
}

/* GET THE TAB EFFECT FOR THE TOP BAR - 
   USED IN CONJUNCTION WITH tablineright AND tablineleft
   TO GET THE CORRECT EFFECT - TEXT GOES WITHIN THIS DIV */
.tab {
	height: 23px;
	background-color: #CC0000;
	float: left;
	left: 13px;
	text-align: center;
	margin-top: 3px;
	padding-top: 3px;
	margin-left: 13px;
	font-size: 10px;
	background-image: url(../images/tmpl_darkspace.gif);
	background-repeat: no-repeat;
}

/* STYLE THE INPUT BOXES IN THE VERY TOP BAR */
.topinput {
	width: 300px; 
	height: 12px;
}

/* STYLE THE INPUT BOXES IN THE VERY TOP BAR 
   - THIS IS AN IE7 FIX */
*input.topinput {
	width: 300px;
	height: 12px;
	vertical-align: middle;
}

/* STYLE THE SUBMIT BOXES IN THE VERY TOP BAR */
.topsubmit {
	vertical-align: bottom;
}

/* STYLE THE SUBMIT BOXES IN THE VERY TOP BAR 
   - THIS IS AN IE7 FIX */
*input.topsubmit {
	vertical-align: middle;
}

/* GET THE TAB EFFECT FOR THE TOP BAR - 
   USED IN CONJUNCTION WITH tab AND tablineleft
   TO GET THE CORRECT EFFECT - RIGHT LINE */
.tablineright {
	height: 23px;
	width: 1px;
	background-color: #CC0000;
	float: left;
	margin-top: 4px;
}

/* GET THE TAB EFFECT FOR THE TOP BAR - 
   USED IN CONJUNCTION WITH tablineright AND tab
   TO GET THE CORRECT EFFECT - LEFT LINE */
.tablineleft {
	height: 23px;
	width: 1px;
	background-color: #CC0000;
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}

/* POSITION THE TEXT IN THE CORRECT POSITION AT THE VERY TOP OF THE PAGE */
.topbartext {
	height: 23px;
	float: left;
	text-align: left;
	margin-top: 3px;
	font-size: 10px;
	margin-left: 6px;
}

/* THE PAGE 3 LOGO - POSITION THIS ON THE PAGE ON A HIGH LAYER ABOVE EVERYTHING ELSE IN AN ABSOLUTE POSITION 
   OUTER DIV*/
.logo {
	position: absolute;
	top: 28px; 
	left: 5px; 
	float: left;
	z-index: 6;
	width: 141px;
	height: 129px;
}

/* THE PAGE 3 LOGO - POSITION THIS ON THE PAGE ON A HIGH LAYER ABOVE EVERYTHING ELSE IN AN ABSOLUTE POSITION 
   LOGO GOES INSIDE THIS DIV */
.logoinner { 
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 60;
	float: right;
	height: 134px;
	background: url(../images/logobit.gif) bottom left no-repeat;
}

/* DISPLAY EVERYTHING BELOW THE TOP BANNER PART OF THE SITE */
.main_content {
	position: absolute;
	height: 1485px;
	width: 994px;
	top: 100px;
	left: -5px;
	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;
	height: 1378px;
	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;
	height: 1378px;
	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;
	height: 1144px;
	overflow: hidden;
}

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

/* RIGHT NAVIGATION MENU DOWN MAIN STRIP */
.search_girls {
	background: url(../images/tmpl_right_bg.jpg) repeat-x #F1E3D6;
	height: 1140px;
	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;
	height: 1375px;
	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;
	height: 1375px;
	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;
}

*.bigwhite {
	line-height: 20px;
}

/* 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;
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	float: left;
}

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

/* FOR TEMPLATE 1 (HOME) - HEADER RIGHT FOR MAIN CONTENT */
.home2header {
	height: 25px;
	float: left;
	background: url(../images/tmpl_title_curve.gif) top right no-repeat;
	background-color: #000000;
	letter-spacing: -1px;
	line-height: 23px;
}

/* FOR TEMPLATE 1 (HOME) - GIRLS NAME WITH BACKGROUND */
.girlsnamebigwhite {
	float: left;
	height: 23px;
	padding-left: 5px;
	padding-right: 4px;
	margin-right: 4px;
	padding-top: 2px;
	background: url(../images/profile_head_bg-red.gif) repeat-x;
}

/* FOR TEMPLATE 1 (HOME) - BODY LEFT FOR MAIN CONTENT */
.home1body {
	padding-top: 0px;
	float: left;
	margin-right: 1px;
	background: url(../images/tmpl_main_body_shadow.jpg) top right no-repeat;
}

.home2body {
	padding-top: 0px;
	float: left;
	margin-right: 1px;
}

/* FOR TEMPLATE 1 (HOME) - CONTENT TO GO IN SMALL BOX ON LEFT */
.edbl_container {
	float: left; 
	margin-bottom: 6px;
	width: 190px;
}

.headlinebigwhite {
	float: left;
	height: 21px; 
	padding-left: 5px;
	padding-right: 4px;
	margin-right: 4px;
	padding-top: 2px;
	line-height: 22px;
}

/* FOR TEMPLATE 1 (HOME) - BODY RIGHT FOR MAIN CONTENT */
.home2body {
	margin-left: -1px;
	float: left;
}

.homefeaturecontent {
	float: left;
	width: 199px;
	white-space: normal;
	display: block;
}

/* remove margin/padding from all elements inside */
.homefeaturecontent * {
	margin: 0;
	padding: 0;
}

.homefeaturecontent a {
	background: url('../images/icon_red_dbl_arrow.gif') no-repeat;
	background-position: 0px 2px;
	display: block;
	height: 88px; /* height for girl's page */
}

/* overwrite height for all other pages */
.edbl_wrap .homefeaturecontent a {
	height: 83px;
}

.homefeaturecontent a:hover{
	background: url('../images/icon_red_dbl_arrow.gif') #d0b391 no-repeat;
	text-decoration: none;
	display: block;
	background-position: 2px 2px;
	cursor: pointer;
	color: #990000;
}

.homefeaturecontent a:active{
	background: url('../images/icon_red_dbl_arrow.gif') #d0b391 no-repeat;
	display: block;
	cursor: pointer;
}

.edbl_wrap {
	float: left;
	margin-bottom: 6px;
	width: 279px;
	border: 0px solid blue;
}

.edbl_img {
	width: 80px;
	float: left;
}

.edbl_head {
	width: 199px;
	float: left;
}

.edbl_title {
	padding-left: 15px;
	text-transform: uppercase;
}

/* FOR TEMPLATE 1 (HOME) - GIRL INFO BOX */
.girlinfobox {
	margin-top: 3px;
	width: 347px;
	height: 135px;
	background: url(../images/tmpl_grey_bg.gif) repeat;
}

.girlinfobox_gold {
	height: 65px;
}

.girls_links_container {
	width: 150px;
	border: 0px solid red;
	float: left;
	margin: 0px 0px 0px 5px;
	text-transform: uppercase;
}

.girls_thumbs_container {
	width: 147px;
	border: 0px solid red;
	float: right;
	margin: 4px 5px 0px 0px;
}

.girls_links {
	text-align: right;
	height: 15px;
	width: 160px;
	background-color: black;
	letter-spacing: 0px;
	line-height: 10px;
	*line-height: 15px;
}

.girls_links_gold {
	text-align: right;
	vertical-align: middle;
	height: 15px;
	width: 293px;
	background-color: black;
	letter-spacing: 0px;
	line-height: 10px;
	*line-height: 15px;
}

.girls_links_popup {
	text-align: right;
	height: 15px;
	width: 230px;
	background-color: black;
	letter-spacing: 0px;
	line-height: 10px;
	*line-height: 15px;
}

.games_links_popup {
	text-align: center;
	height: 15px;
	width: 810px;
	background-color: black;
	letter-spacing: 0px;
	line-height: 10px;
	*line-height: 15px;
}

.postcard_links_popup {
	text-align: center;
	height: 15px;
	width: 675px;
	background-color: black;
	letter-spacing: 0px;
	line-height: 10px;
	*line-height: 15px;
}

.homepage_middle_right_ad {
	margin-top: 7px;
	width: 347px;
	height: 251px;
}

.homepage_archive {
	margin-top: 8px;
	width: 347px;
	height: 104px;
}

/* FOR GIRLS HOME PAGE - GIRL INFO BOX */
.girl_homepage_infobox {
	margin-top: 3px;
	width: 347px;
	height: 55px;
	background: url(../images/tmpl_grey_bg.gif) repeat;
}

.wannabe_homepage_infobox {
	margin-top: 3px;
	width: 347px;
	height: 35px;
}

/* FOR GIRLS HOME PAGE - GIRL VITALS BOX */
#detailsbox {
	width: 285px;
}

#detailsleft {
	width: 127px;
	float: left;
	text-align: right;
}

#detailsright {
	width: 152px;
	padding-left: 0px;
	float: left;
	text-align: left;
	font-weight: bold;
}

/* THESE ARE THE STYLES FOR THE BEVELLED THINGYS*/

/*text positioning style's */
.flushtop { padding-top:0px; margin-top:0px; vertical-align:top; vertical-align:text-top; }
.textmiddle { vertical-align:middle; padding-bottom:4px; padding-top:2px; }
.4pxtoppad { padding-top:4px; }

/* box style for the archive include BOF*/
#archive-top-container { width:347px;height:16px; margin:0px 0px 0px 0px; padding:0px; }
#archive-top-right-crnr {background: url(../images/tab_red_right.gif) top right no-repeat;}
#archive-top-left-crnr {background: url(../images/tab_red_left.gif) top left no-repeat; }
#archive-top-bg{ width:327px; margin-left:7px; color:white; background-image:url(../images/tab_red_bg.gif); background-repeat:repeat-x; text-align:center; padding-top:3px; padding-right:4px; white-space:normal; letter-spacing: -0.05em; *letter-spacing: 0px;}
#archive-top-bg a {margin-top:0px; padding-top:0px; white-space:normal; vertical-align:top; }
#archive-image-container { margin:0px 0px 0px 0px; border-left:#666666 solid 2px; border-right:#666666 solid 2px;}
#archive-bottom-container{width:347px;height:16px;border:0px solid red;margin:-3px 0px 0px 0px;padding:0px;}
#archive-bottom-bg{ width:347px; margin-left:0px; padding-left:0px; background-image:url(../images/tab_black_bg.jpg); background-repeat:repeat-x; text-align:left; white-space:normal; display:block;
}
/* Home Page archive */
#archive-datebox { width:49px; margin-left:0px; padding-left:0px; float:left; text-align:center; white-space:normal; display:block; vertical-align:text-top; vertical-align:top; padding-top:2px; margin-top:0px; background-image:url(../images/tab_black_bg.jpg); background-repeat:repeat-x; height:20px; }
#archive-datebox-leftend { margin-left:0px; padding-left:0px; float:left; width:40px; text-align:center; background-image:url(../images/tab_black_bg.jpg); background-repeat:repeat-x; height:20px; padding-top:2px; }
#archive-datebox-rightend { margin-left:0px; padding-left:0px; float:left; width:42px; text-align:center; background-image:url(../images/tab_black_bg.jpg); background-repeat:repeat-x; height:20px; padding-top:2px; }
#archive-datebox-leftend-curve{ background-color:#FFFFFF; float:left; }
#archive-datebox-rightend-curve{ background-color:#FFFFFF; float:right; margin-right:0px; }

/* box style for the archive include EOF */

/* box style for the main-image bar BOF */
#main-image-bottom-container {
	width: 347px;
	height: 16px;
	border: 0px solid red;
	margin: -3px 0px 0px 0px;
	padding: 0px;
}

#main-image-bottom-right-crnr { 
	background: url(../images/tab_black_right.gif) top right no-repeat;
}

#main-image-bottom-left-crnr {
	background: url(../images/tab_black_left.gif) top left no-repeat;
}

#main-image-bottom-bg {
	width: 327px;
	margin-left: 7px;
	color: white;
	background-image: url(../images/tab_black_bg.jpg);
	background-repeat: repeat-x;
	text-align:	center;
	padding: 1px 3px 3px 3px;
}

#main-image-bottom-bg span {
	position: relative;
	top: -3px;
}

/* box style for the main-image bar EOF */

/* box style for thegirls page BOF*/
#theGirlsThumbs-box{margin:4px 3px 12px 6px;width:83px; float:left;}
#theGirlsThumbs-label-container{width:80px;height:10px;border:0px solid red;margin:2px 0px 0px 0px;padding:0px;}
#theGirlsThumbs-label-left {background: url(../images/tab_black_left.gif) top left no-repeat; }
#theGirlsThumbs-label-right {background: url(../images/tab_black_right.gif) top right no-repeat;}
#theGirlsThumbs-label-bg{margin-left:3px;width:64px;color:white;overflow:hidden;background-image:url(../images/tab_black_bg.jpg);background-repeat:repeat-x;text-align:center;padding: 1px 3px 3px 3px;}
/* box style for thegirls page EOF */

/* box style for downloads and lodge page BOF*/
#dimensionBox {width:175px;height:133px;border:0px solid #000000 ; background-color:#c0c0c0}

#downloadsThumbs-box { width:176px; height:160px; margin:4px 1px 0px 6px; float:left;}

/* DP: Firefox hack - this rule is hidden from IE7 */
html>/**/body #downloadsThumbs-box>div>span>img { display:block; margin-bottom:3px; }

#lodgeThumbs-box{width:176px; height:185px; margin:4px 0px 0px 4px; float:left;}

#downloadsThumbs-label-container{width:175px; height:10px; border:0px solid red; margin:0px 0px 0px 0px; padding:0px;}
#downloadsThumbs-label-left {background: url(../images/tab_black_left.gif) top left no-repeat; }
#downloadsThumbs-label-right {background: url(../images/tab_black_right.gif) top right no-repeat;}
#downloadsThumbs-label-bg{width:155px;margin-left:7px;color:white;background-image:url(../images/tab_black_bg.jpg);background-repeat:repeat-x;text-align:center;padding: 1px 3px 3px 3px;}
#downloadsThumbs-label-bg-iframe{width:160px;margin-left:6px;color:white;background-image:url(../images/tab_black_bg.jpg);background-repeat:repeat-x;text-align:center;padding: 1px 3px 3px 3px;}
#downloadsThumbs-label-redlink { margin-left:0px; height:20px; width:auto; float:right;}
#downloadsThumbs-label-img { height:15px; float:right; margin-left:4px; margin-right:0px;}
#downloadsThumbs-label-imglinkwrap {width:auto; height:20px; margin-left:0px; margin-top:0px; float:left;}
/* box style for downloads page EOF */

/* box style for a generic bar BOF*/
#generic-bottom-container{height:16px;border:0px solid red;margin:2px 0px 0px 0px;padding:0px;}
#generic-bottom-right-crnr {background: url(../images/tab_black_right.gif) top right no-repeat;}
#generic-bottom-left-crnr {background: url(../images/tab_black_left.gif) top left no-repeat; }
#generic-bottom-bg{height:16px; margin-left:7px;color:white;background-image:url(../images/tab_black_bg.jpg);background-repeat:repeat-x;text-align:center;padding: 2px 3px 3px 3px;}
/* box style for a generic bar EOF */

/* box style for the main-image bar BOF*/
#send-friend-bottom-container{height:16px;border:0px solid red;margin:2px 0px 0px 0px;padding:0px;}
#send-friend-bottom-right-crnr {background: url(../images/tab_black_right.gif) top right no-repeat;}
#send-friend-bottom-left-crnr {background: url(../images/tab_black_left.gif) top left no-repeat; }
#send-friend-bottom-bg{margin-left:7px;color:white;background-image:url(../images/tab_black_bg.jpg);background-repeat:repeat-x;text-align:center;padding: 2px 3px 3px 3px;}
#send-friend-bottom-bg span { position: relative; top: -2px; }
/* box style for the main-image bar EOF */

/* box style for the main-image bar BOF*/
#feature-bottom-container{clear:left;width:638px;height:16px;border:0px solid red;margin:0;padding:0px;}
#feature-bottom-right-crnr {background: url(../images/tab_black_right.gif) top right no-repeat;}
#feature-bottom-left-crnr {background: url(../images/tab_black_left.gif) top left no-repeat; }
#feature-bottom-bg{width:618px;margin-left:7px;color:white;background-image:url(../images/tab_black_bg.jpg);background-repeat:repeat-x;text-align:center;padding: 1px 3px 3px 3px;}
/* box style for the main-image bar EOF */

/* box style for the A to Z index BOF*/
.aToZ_wrap { width:250px; height:16px; padding-bottom:1px; border:none; border:0px solid red;}
.aToZ_text {height:16px;width:16px;margin-left: 0px;margin-right: 0px;background-color:#000000;float:left;display:block;overflow:hidden;}
.aToZ_edgemargin { margin-right:1px; }
#aToZ_edge {vertical-align:top;height:14px;width:1px;margin-top:1px;background-color:#000000;float:left;overflow:hidden;}
#aToZ_namepad {float:left;text-align:center;padding-left:4px;padding-top:2px;margin-top:0px;}
#aToZ_namepadMO {float:left;text-align:center;padding-left:4px;padding-top:2px;margin-top:0px;}
/* box style for the A to Z index EOF*/

/* box style for the A to Z list index BOF */
#aToZ_list_listitemwrapper { float:left; width:253px; margin-bottom:1px;border:0px solid blue;}
#aToZ_list_namebox{ margin:0px 1px 0px 0px; padding:0px; height:17px; float:left; vertical-align:top;}
#aToZ_list_text {float:left; padding:0px 0px 0px 5px; margin:0px; width:219px; height:17px; display:block; overflow:hidden; background-color:#E0C0A1;}
#aToZ_list_namepad {float:left; vertical-align:top; vertical-align:text-top; margin:0px; padding-top:2px; width:100%}
#aToZ_list_namepad a { text-align: left; display: block; width: 100% }
#aToZ_list_edge {vertical-align:top; margin-top:1px; height:15px; padding:0px; width:1px; background-color:#E0C0A1;float:left; overflow:hidden;}
#aToZ_list_namebox img { padding:0px; margin:0px;}
/* box style for the A to Z list index BOF*/

/* Generic black box BOF*/
#black_link_listitemwrapper { float:left; margin-bottom:2px;border:0px solid blue;}
#black_link_namebox{ margin:0px 1px 0px 0px; padding:0px; height:17px; float:left; vertical-align:top;}
#black_link_text {float:left; padding:0px 0px 0px 5px; margin:0px; width:219px; height:17px; display:block; overflow:hidden; background-color:#E0C0A1;}
#black_link_namepad {float:left;vertical-align:top;vertical-align:text-top; margin:0px; padding-top:2px;}
#black_link_edge {vertical-align:top; margin-top:1px; height:15px; padding:0px; width:1px; background-color:#E0C0A1;float:left; overflow:hidden;}
#black_link_namebox img { padding:0px; margin:0px;}
/* Generic black box EOF*/

/* Dimensions block on wallpapers BOF*/
#wallpaperouterbox {background-color:#333333;width:175px;height:123px;padding-top:9px;}
#wallpaperboxborder {border:solid 0px #FFFFFF;width:155px;height:102px;margin-left:9px;margin-right:9px;padding-top:9px;background: url(../images/dimsBox_bg_gradient.gif) top repeat-x;}
#wallpaperbox {width:145px;height:93px;margin-left:6px;margin-top:0px;}
#wallpaper_edge {vertical-align:top;height:15px;width:1px;margin-top:1px;background-color:#000000;float:left;overflow:hidden;}
.wallpaper_text {height:17px;width:69px;margin:none;background-color:#000000;float:left;display:block;overflow:hidden;}
.wallpaperWIDE_text {height:17px;width:118px;margin: none;background-color:#000000;float:left;display:block;overflow:hidden;}
#wallpaper_namepad {float:left;vertical-align:top;vertical-align:text-top;margin:0px;padding-top: 3px;padding-left: 8px;}
#wallpaper_namepadWIDE {float:right;vertical-align:top;vertical-align:text-top;margin-top:0px;padding-top: 3px;padding-right: 2px;}
#wallpaper_row {height:18px;width:143px;margin:0px;}
#wallpaper_row img {padding:none;margin-left:1px;float:left;}
/* Dimensions block on wallpapers EOF*/

/* Red link box BOF*/
#redlinkBox_top_pad {float:left;vertical-align:top;vertical-align:text-top;margin-top:0px;}
.redlinkBox_Wrap { background-image:url(../images/tab_credit_bg1.gif); height:23px; width:358px; line-height:23px; vertical-align:middle; margin:0 0 0 6px; }
.redlinkBox_leftend { height:23px; width:22px; float:left; margin:0px; }
.redlinkBox_text { width:222px; float:left; }
#redlinkBox_backarrow { height:23px; width:24px; float:left; background-image:url(../images/tab_credit_bg2.gif); }
#redlinkBox_backarrow img { margin:4px; float:left;}
.redlinkBox_page { height:23px; width:60px; float:left; background-image:url(../images/tab_credit_bg2.gif); text-align:center;}
#redlinkBox_forwardarrow { height:23px; width:24px; float:left; background-image:url(../images/tab_credit_bg2.gif); margin:0px; }
#redlinkBox_rightend img { float:left; margin-left:0px;}
/* Red link box EOF*/

#lodge_email * { margin: 0; padding: 0; }
#lodge_email .edbl_wrap { margin: 8px 0 0 0; width: 318px; }
#lodge_email .edbl-red, #lodge_email .edbl_headline-red { width: 238px; }
#lodge_email .edbl-red a { height: 85px; }
#lodge_email .type_2 a { height: 80px; color: #898989; }
#lodge_email .type_2 a:hover, #lodge_email .type_2 a:active { background: url('../images/icon_red_dbl_arrow.gif') no-repeat; background-position: 2px 2px; }

#overlay {
	visibility: hidden;
	position: absolute;
	left: 9px;
	top: 338px;
	text-align:center;
	z-index: 1000;
	background-image:url(../images/sitemap_fade.gif);
}

#gambling {
	visibility: hidden;
	position: absolute;
	left: 423px;
	top: 336px;
	text-align:center;
	border: 1px solid #cc0000;
	z-index: 1000;
	background-image:url(../images/sitemap_fade.gif);
}