body{
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
	
}

#container{
	
	width: 984px;
	height: 684px;
	margin: 0 auto;
	
}

#content{
	
	width: 384px;
	float: left;
	
}

#content h1{
	
	width: 384px;
	height: 155px;
	background: url('images/top.png');
	margin: 0;
	float: left;

}


#content h2{
	
	width: 384px;
	height: 100px;
	background: url('images/bottom.png');
	margin: 0;
	float: left;

}

#content #text{
	
	width: 374px;
	height: 441px;
	margin: 0;
	float: left;
	background: #d5eef5;
	padding-left: 10px;
	text-align: justify;
	
}

.image_row{
	
	width: 	315px;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
	
}

.image{
	
	width: 100px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 10px;
	margin-right: 5px;
	
}

input{
	
	background: white;
	border: 1px solid #CCC;
	margin: 1px;
	color: #666;
	text-align: center;
	
}

#women{
	
	width: 600px;
	height: 694px;
	background: url('images/women.png');
	float: left;
	
}

#menu{

	width: 984px;
	height: 20px;
	float: left;
	
}

#menu ul{
	
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	margin-top: 2px;
	
}

#menu li{

	display: inline;
	margin-right: 20px;
	
}

#menu li a{

	color: black;
	text-decoration: none;
	
}

#menu li a:hover{
	
	text-decoration: underline;	
	
}
