body {
	background: url(../img/back.png) repeat-y;	
	font-family:Helvetica,Verdana,Arial;
}

#adiframe {
	width: 500px;
	margin-left: 42px;
	text-align: center;
}

#wrapper {
	width: 600px;
}

#head {
	float:left;
	margin: 0 0 0 42px;
}

#menu {
	float:left;
}

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

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

	#menu li a:hover {
		background: url(../img/icon_s.png) no-repeat;		
	}
	
#content {
	clear:both;
	margin: 0 0 0 42px;
	padding:20px;
	width: 470px;
}

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