@charset "utf-8";
/* CSS Document */
/* The Best 2010 Allan.Yu*/


/* for firefox v-scrollbar*/
html {
overflow:-moz-scrollbars-vertical;
}
/* CSS reset */
* {
MARGIN: 0px;
padding: 0px;
padding-top:5px;
}
BODY {
background-color:#000;
}
.info{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000;
padding:10px;
text-align:justify;
}
#girlsphotos li img{
float:left;
margin:5px;
}
.fonts{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
line-height:20px;
text-align:center;
}
h5{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:normal;
color:#ffffff;
}
img{
border:0;
}
ul{
list-style:none;
}
#girlsphotos {
margin-top:250px;
background-color:#000;
float:left;
width:1100px;
}
#girlsphotos li{
border:1px solid #666; 
text-align:left;
background:url(../images/girls_bg.jpg) no-repeat;
margin:2px;
width:360px;
height:200px;
float:right;
}
#girlsphotos li h5{
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#666666;
padding:3px;
padding-left:170px;
}
#girlsphotos li h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:21px;
font-weight:normal;
color:#ccc;
text-align:left;
padding:5px;
padding-left:170px;
}
#girlsphotos li h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:normal;
color:#FFCC00;
text-align:left;
padding:5px;
padding-left:170px;
}
.font_1{
font-family:Georgia, "Times New Roman", Times, serif;
line-height:25px;
font-size:12px;
color:#fff;
padding:15px;;
text-align:justify;
padding-top:50px;
}
.font_2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
padding:20px;;
}
#main{
text-align:center;
width:1100px;
height:2950px;
margin:0 auto;
background:url(../images/top.jpg) no-repeat;
}
a:link {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFF66;
	text-decoration: none;
	font-weight: bolder;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

.p1{
float:left;
position:relative;
top:230px;
width:1100px;
}
.p2{
float:left;
position:relative;
width:1100px;
}

/*   nav    */
#nav {
position:relative;
left:90px; top:212px;
width:1100px;

}
#nav li{
float:left;
width:100px;
margin:5px;
}
#nav li a{
    color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
    background:url(../images/btn.jpg) no-repeat;
    padding-top:8px;
    padding-bottom:8px;
    padding:auto auto;
    text-decoration:none;
    display:block;
    width:100px;
    height:25px;
}
#nav li a:hover{
font-size: 17px;
color:#fff;
background:url(../images/btn_over.jpg) no-repeat;
display:block;
text-decoration:none;
}
