@charset "utf-8";
/* CSS Document */
body {
   background-image:url(../webimages/marb.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;

	
}
#logo{
	width:96%;
}
#container{

}
#menu{
	background-color:#660000;
	height:22px;
	border:none;
	margin-top:0 px;
	font-family:Calibri, Palatino Linotype, QuickType Condensed, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}

#footer{
	width:922px;
	
}
a {
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold;
}
a.visited{
	color:#990066;
}
a:hover {
	color: #666666;
}


