@charset "utf-8";
/* CSS Document */


body{
	background-color:#000;
	margin:0;
	font-size:10pt;}
	
a img {
    border-style:none;
}

h2{
	font-size:18px;
	font-weight:bold;
	color:#F0C;
	text-align:center;
	line-height: 100%;
}

h3{
	width:250px;
	font-size:12px;
	font-weight:bold;
	color:#333;
	line-height: 100%;
}


#wp{
	background-image:url(../images/ladies_wall.png);
	margin:0;
	padding:108px;
	width:580px;
	height:360px;
}

#wp2{
	background-image:url(../images/ladies_wall2.png);
	margin:0;
	padding-top:140px;
	padding-left:108px;
	padding-right:108px;
	padding-bottom:130px;
	width:580px;
	height:550px;
}

#photo{
	float:left;
	width:240px;
}

#textBox{
	float:right;
	width:300px;
}

td{
	font-size:12px;
	font-weight:bold;
	color:#333;
	line-height: 130%;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

ul li{
	float:left;
	margin:2px;
}

#close{
	margin-top:50px;
	margin-bottom:30px;
	width:280px;
	text-align:center;
}

.red{
	color:#F00;
}

a:link { color:#F0C;
}

a:visited { color:#F0C;
} 
