/* safe settings                                 */

/* add display:inline to floated elements */
* html #main img,
* html #left-col,
* html #bottom,
* html #more-girls,
* html #more-girls li,
* html #left-col li, * html #bottom li {display:inline;}

/* CSS Document */
 * { 
 	padding: 0;
 	margin: 0; }

body {
	background-color: #E5E5E5;
	padding: 0; }

body p {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: center; }

#wrap {
	width: 800px;
	background:#FFFFFF url(images/bg.jpg) repeat; 
	margin: auto; }

#main {
	width: 800px; }

#main img {	
	float: left; }

#left-col {
	width: 464px;
	height: 439px;
	background: #FFFFFF url(images/index_02.jpg) no-repeat;
	float: left; }

#left-col ul {
	list-style: none;
	margin: 0.5em 0 0 0.7em; }
	
#left-col li {
	margin: 0.7em 0 0 0.7em;
	float: left; }

#left-col img {
	border: 1px dashed #000000; }

#bottom {
	width: 800px;
	float: left; }

#bottom ul {
	margin: 0.5em 0 0 2em;
	list-style: none; }

#bottom li {
	margin: 0.7em 0 0 0.7em;
	float: left; }

#bottom img {
	border: 1px dashed #000000; }

#more-girls {
	width: 780px;
	height: 320px;
	border:1px solid #333333;
	float: left;
	margin: 0.5em 0 0 0.5em;  }

#more-girls ul {
	margin: 0 0 0 0;
	list-style: none; }

#more-girls li {
	margin: 0.7em 0 0.7em 0.9em;
	float: left; }

#more-girls img {
	border: 1px dashed #000000; }

p.name {
	font: normal 14px Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	width: 167px;
	padding: 5px; }
	
h1 {
	width: 770px;
	font: bold 25px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px; }
	
h2 {
	font: normal 37px Arial, Helvetica, sans-serif;
	text-align: center; }

a:link {  color: #0000FF; text-decoration: underline; }
a:hover { color: #999999; text-decoration: underline; }



