* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font-family:   Tahoma, Verdana, Helvetica, Arial;
	color: #6e6e6e;
	font-size: 11px;
	line-height: 1.5em; 
}
p {
padding: 10px; 
line-height: 20px;
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

 .hovermenu ul{
font: bold 13px arial;
padding-top: 12px;
height: 20px;
text-indent: 15px
}

.hovermenu ul li{
list-style: none;
display: inline;
border: 0px;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #FFFFFF;
border: 0px;
}

.hovermenu ul li a:hover{
color: orange;
border: 0px;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#gtop { 
background: #fff url('images/girl_top.jpg');
height: 105px;
background-repeat: no-repeat;
}

#stats {
float: left; 
padding-right: 20px; 
padding-top: 15px;
line-height: 22px;
}

#stats ul {
list-style: none;
}

#menu_bg { 
background: #fff url('images/menu_bg.png');
height: 104px;
background-repeat: no-repeat;
}

#menu_top{ 
background: #fff url('images/menu_top.png');
height: 43px;
background-repeat: no-repeat;
}


#menu_bottom {
background: #fff url('images/menu_bottom.png');
height: 16px;
background-repeat: no-repeat;
}

#menu_wrap {
margin: 5px auto;
width: 800px;
}


#wrap {
margin: 20px auto;
width: 800px;
background: #fff url('images/main_bg.jpg');
background-repeat: repeat-y;

}

#top { 
background: #fff url('images/top_bg.jpg');
height: 18px;
}

#content {
padding: 0 10px 0 10px;
}

#bottom {
background: #fff url('images/bot_bg.jpg');
height: 18px;
}


.header {
height: 50px;
background: #efefef;
border-top: 1px solid #c2c2c2;
border-left: 1px solid #c2c2c2;
border-right: 1px solid #c2c2c2;
}

.headerL {
height: 120px;
background: #efefef;
border-top: 1px solid #c2c2c2;
border-left: 1px solid #c2c2c2;
border-right: 1px solid #c2c2c2;
}

.search {
height: 35px;
background: #efefef;
padding: 10px;
border-bottom: 1px solid #c2c2c2;
border-left: 1px solid #c2c2c2;
border-right: 1px solid #c2c2c2;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB; 
	border-bottom: 1px solid #E1E1E1; 
	padding: 5px;
}
	
.nav {
	float: left;
	width: 22%;
	margin: 0 3px;
	padding: 1% 1%;
	text-align: justify;
}

.main {
	float: left;
	width: 52%;
	margin: 0 0px;
	padding: 1% 1%;
}
.right {
	float: left;
	width: 19%;
	padding: 1% 1%;
}
.right ul {
line-height: 25px; 
padding-left: 5px; 
list-style: none;
}
.nav ul {
	padding: 10px 0 15px 15px;
	margin:0;
}

.nav li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

h1 { color: #4545ed; font-size: 14px; padding-top: 5px;}
h2 { font-size: 12px; font-weight: bold; }
h3 { font-size: 14px; font-weight: bold; color: #000000; }
h4 { font-size: 12px; color: #6E6E6E; text-align: center; padding: 10px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}
/* Book info - Request Info */
.info				{background:url(images/info_bg.jpg) repeat-y right 0 #f8f8f8; width:403px; }	
.info	div			{background:url(images/info_top.jpg) no-repeat 0 0; }
.info	div div		{background:url(images/info_bottom.jpg) no-repeat 0 bottom}
.info	div div div { padding:0px 0px 20px 10px; }

.newSection {
 border: 1px solid #c2c2c2; 
 background-color: #EFEFEF;
 padding: 5px;
 font-weight: bold;
}
