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


/* for firefox v-scrollbar*/
html {
overflow:-moz-scrollbars-vertical;
}
/* CSS reset */
* {
MARGIN: 0px;
padding: 0px;
}
BODY {
background-color:#000;
}
.info{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#000;
padding:10px;
text-align:justify;
}
#girlsphotos li img{
float:left;
margin:5px;
}
h2{
padding-top:30px;
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:#000;
float:right;
width:800px;
height:2450px;
}
#girlsphotos li{
border:1px solid #0066cc; 
text-align:left;
background:url(../images/girls_bg.jpg) repeat-x;
margin:2px;
width:390px;
height:240px;
float:right;
}
#girlsphotos li h5{
text-align:justify;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#666666;
padding:20px;
padding-left:180px;
}
#girlsphotos li h3{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:normal;
color:#00CCFF;
text-align:left;
padding:20px;
padding-left:180px;
}
.font_1{
font-family:Georgia, "Times New Roman", Times, serif;
line-height:20px;
font-size:13px;
color:#fff;
padding:20px;;
text-align:justify;
}
.font_2{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
padding:20px;;
}
#main{
text-align:center;
width:1089px;
height:3290px;
margin:0 auto;
}
#footer{
width:1089px;
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: #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;
}

/*   nav    */
#nav {
float:left;
width:120px;
list-style:none;
}
#nav li{
float:left;
width:188px;
}
#nav li a{
    color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
    background:url(../images/btn.jpg) no-repeat;
    padding-top:8px;
padding-bottom:8px;
    padding:auto auto;
    text-decoration:none;
    display:block;
    width:180px;
    height:15px;
}
#nav li a:hover{
color:#fff;
background:url(../images/btn_over.jpg) no-repeat;
display:block;
text-decoration:none;
}
