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


/* for firefox v-scrollbar*/
html {
overflow:-moz-scrollbars-vertical;
}
/* CSS reset */
* {
MARGIN: 0px;
padding: 0px;
}
BODY {
background-color:#FFFFFF;
}
#girlsphotos li h3{
font-family:Arial, Helvetica, sans-serif;
font-size:19px;
font-weight:normal;
color:#FFFFFF;
}
.information{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-left:20px;
padding-right:20px;
}
h2{
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:normal;
color:#000;
}
h3{
padding:20px;
font-style:italic;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:normal;
color:#000;
}
#title{
margin:0px;
width:980px;
padding-top:10px;
padding-bottom:0px;
float:right;
}
h5{
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:normal;
color:#000;
}
img{
border:0;
}
ul{
list-style:none;
}
#girlsphotos {
width:730px;
float:left;
}
#girlsphotos li{
margin-top:10px;
margin-left:5px;
margin-right:5px;
width:170px;
height:340px;
float:left;
}
#girlsphotos li h5{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
}
.font_1{
line-height:25px;
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
padding:20px;
}
h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#000000;
line-height:50px;}
.font_2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6600ff;
padding:4px;
margin:0px;
line-height:20px;
}
#main{
text-align:center;
width:980px;
height:3350px;
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: #000;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
	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{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    padding-top:4px;
    padding-bottom:4px;
    padding:auto auto;
    background:#000000; 
    color:#FFFFFF;
    text-decoration:none;
    display:block;
    border-top:1px solid #CC6600;
    width:150px;
    height:40px;
}

#nav li a:hover{
    display:block;
    background:#ff3388;
    text-decoration:none;
    border-top:1px solid #DDDDDD;
}
