

body {
width: 800px;
margin:auto;
margin-top:0px;
background-color:#fff;
font-size:14px;
font-family: Tahoma,Geneva,Kalimati,sans-serif;
text-align: center;  /*   for IE */

}


/* Wrapper */
#wrapper {
width:800px;
min-height:700px;
height: 700px;
margin-left: auto;
margin-right: auto;
background: url(images/wrapper_bg.jpg) no-repeat;
}


/* ----- HEADER ----- */



#header {
width:800px;
height:53px;
/* background: url(images/header1.jpg) no-repeat; */


}
/* ----- PHONE ----- */



#phone {
text-align:left;
width:800px;
height:21px;
/* background: url(images/phone_bg.jpg) no-repeat; */
color:#fff;

}
/* ----- HEADER2 ----- */



#header2 {
width:800px;
height:28px;
/* background: url(images/header2.jpg) no-repeat; */


}
/* ----- SCHEDULE ----- */

#schedule{
	width:750px;
	height:426px;
	margin:auto;
	overflow-x: hidden; 
	overflow-y: hidden;
	
}

#schedtable{
	border: 1px solid #666666;
	background-color:#336;
	font-size:12px;
}
#schedtable a{
	font-size:12px;
}

/* ----- HEADER MENU ----- */



#headermenu {
text-align:left;
margin-left: 5px;
color:#fff;
font-size:15px;
line-height: 15px;
width:800px;
height:20px;
/* background: url(images/headermenu_bg.jpg) no-repeat; */


}





/* ----- MAIN CONTENT ----- */



#content { 
width:800px;
 height:487px;
/* background: url(images/content_bg.jpg) no-repeat; */
margin-top:0px;
text-align: left;
color:#fff;
padding:0px;
}


/* ----- FOOTER MENU----- */
#footermenu {
text-align:right;
line-height: 13px;
color:#fff;
font-size:15px;
width:800px;
height:20px;
/* background: url(images/footermenu_bg.jpg) no-repeat; */

}


/* ----- FOOTER ----- */



#footer {
padding-left:20px;
text-align: left;
color: #fff; 
width:800px;
height:51px;
/* background: url(images/footer_bg.jpg) no-repeat; */
margin-top:0px;
}

/* ----- COPYRIGHT ----- */
#copyright { 
width:800px;
height:30px;
color:#000;
background-color:#fff;
font-size:12px;
margin-top:0px;
}


/* --- Font Styles -- */

a{
	font-family: arial;
	font-size: 14px;
	color:#fff;
	text-decoration: none;
}

a:hover{

	text-decoration: underline;
	
}


a.navLink{
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

a.navLink:hover{
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	color: #9999cc;
	text-decoration: none; 
}
.footerText{
	font-weight: bolder;
	font-family: arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}


/* --- Attendants Page Specific CSS --- */
#textContent{
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em;
	height: 440px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#girlsTable{
	margin: 5px;
	padding: 2px;
}
.girlsBox{ /*LoL "Girl's box"*/
	padding-top: 1px;
	background: #fff;
	text-align: center;
	letter-spacing: 1px;
}
.girlsBox a{
	font-weight:bolder;
	font-family: Arial;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	letter-spacing: .5px;
}
.girlsBox a:hover{
	font-weight:bolder;
	font-family: Arial;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	letter-spacing: .5px;
}
.girlsBox a:visited{
	font-weight:bolder;
	font-family: Arial;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	letter-spacing: .5px;
}
.girlsBox a:active{
	font-weight:bolder;
	font-family: Arial;
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	letter-spacing: .5px;
}
.serviceButton{
	margin: 4px;
	cursor: pointer;
}
.girlsThumb{
	border: solid 2px #FFF;
}

a.menubold {
	font-weight:bold;
	color:#006;
}

a:hover.menubold {
	color:#f00;
}

.newblink{
	font-size:10px;
	color:#f99;
	text-decoration:blink;
}	