body {
	background-image:url('../img/bg_vert.png');
	margin:0;
	background-color:#f9f6e9;
	background-repeat:repeat-x;
    background-position:0 0;
    padding:0;
}
#header{
	background-image:url('../img/header.png');
	height:296px;
	padding:0;
	margin:0;
}
#menu{
	height:54px;
}

#menu li{
	float:left;
	width:150px;
	list-style:none;
	margin-top:1em;
}
#menu li a{
	color: Black;
	text-decoration:none;
	font-size:larger;
	font-weight:800;
}
