body {
	font-family:Helvetica,Verdana,Arial;
}

#wrapper {
	width: 600px;
}

#head {
	background: url(../img/head.png) no-repeat;
	height: 200px;
	float:left;
}

#menu {
	float:left;
}

#menu li {
	list-style: none;
	margin: 5px;
}

#menu li a {
	background: url(../img/menu-0.jpg) no-repeat;
	color: #B70000;
	display: block;
	padding:1px 0 0 30px;
	text-decoration:none;
}

	#menu li a:hover {
		background: url(../img/menu-1.jpg) no-repeat;		
	}
	
#content {
	clear:both;
	padding:20px;
}

h1 {
	color: #B70000;
	font-family: Georgia,"Times New Roman";
}
