@charset "utf-8";
/* CSS Document */
/* PURE 2009 Allan.Yu*/


/* for firefox v-scrollbar*/
html {
overflow:-moz-scrollbars-vertical;
}
/* CSS reset */
* {
MARGIN: 0px;
padding: 0px;
}
BODY {
background:url(../images/bgg.jpg) repeat-x;
background-color:#000000;
}
.info{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#000;
padding:10px;
text-align:justify;
}
#girlsphotos li h3{
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
font-weight:normal;
color:#fff;
}
#girlsphotos li img{
padding-top:8px;
padding-bottom:4px;
}
h2{
padding-left:20px;
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:normal;
color:#fff;
}
h5{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:normal;
color:#ffffff;
}
img{
border:0;
}
ul{
list-style:none;
}
#girlsphotos {
background-color:#FFFFFF;
float:right;
width:650px;
height:2450px;
}
#girlsphotos li{
background:url(../images/girls_bg.jpg) no-repeat;
margin-top:5px;
margin-left:5px;
margin-right:5px;
width:150px;
height:277px;
float:left;
}
#girlsphotos li h5{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#000;
}
.font_1{
font-family:Arial, Helvetica, sans-serif;
line-height:17px;
font-size:12px;
color:#000;
padding:20px;;
text-align:justify;
}
.font_2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
padding:20px;;
}
.font_3{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
text-align:justify;
padding:5px;
}
#main{
text-align:center;
width:980px;
height:3100px;
margin:0 auto;
}
#footer{
width:980px;
height:80px;
margin:0 auto;
padding:10px;
}
#linkbox{
float:left;
padding:5px;
width:auto;
height:80px;
}
a:link {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	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;
}

/*   nav    */

#nav {
width:750px;
margin:0 auto;
list-style:none;
}
#nav li{
float:left;
width:150px;
}
#nav li a{
color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
background:url(../images/btn.jpg) repeat-x;
padding-top:16px;
padding-bottom:16px;
    padding:auto auto;
    text-decoration:none;
    display:block;
    width:150px;
    height:15px;
}
#nav li a:hover{
background:url(../images/btnn.jpg) repeat-x;
display:block;
text-decoration:none;
}
