body {
	padding:0;
	margin:0;
	background-color:#006780;
	color: #eeeeee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 19px;
	font-weight: bbold;
}

a{
	color:#ffffff;
	text-decoration: none;
	font-size: 9px;
}

 
#wrapper
{
	width:1000px;
	height:900px;
	
	padding-top:250px;
	background: url(layout.jpg) no-repeat;
	margin:0 auto;
	
}
#vertical_menu
{
	width:340px;
	height:680px;
	margin:0px 0px 0px 30px;
	float:left;
	padding: 10px;
	line-height: 11px;
}
#horizontal_menu
{
	width:900px;
	height:100px;
	padding:20px;
	margin:30px;

}
#content
{
	width:590px;
	height:680px;
	margin:0px 0px 0px 10px;
	float:left;
}
