body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: .8em;	
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background: #000 url(images/bg.png) bottom right no-repeat fixed;
	color:black;
}

#container {
	width: 500px;
	border-right: 1px solid #b800a0;
	border-left: 1px solid #b800a0;
	background-color: #fff;
	margin: 0px;
	margin-left: 20px;
	margin-right: auto;
	padding: 0px;
}

#banner {
	padding: 0px;
	height:191px;
	background-image: url(images/max_header.png);
	margin-bottom: 0px;
	border-bottom: 1px solid #000;
}

#content {
	padding: 10px;
	text-align: left;
}

#footer {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-color: #f878b0;
	border-top: 1px solid #000;
	font-size: .7em;
	color: #fff;
}

h3 {
	margin-bottom: 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #f878b0;
	border-bottom: 1px dotted #000;
	height: 70px;
	padding-bottom: 1px;
	background: url(images/hat.gif) bottom right no-repeat;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #b800a0;
}

a:hover {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

#menu {
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #000;
}

#menulist {
 	padding: 0px;
 	margin: 0px;
 	text-align: center;
}

#menulist ul {
 	margin-left: 0;
 	padding-left: 0;
 	white-space: nowrap;
}

#menulist li {
	 display: inline;
 	list-style-type: none;
}

#menulist a { 
	padding-top: 1px;
	padding-bottom: 1px;
 	padding-left: 7px;
 	padding-right: 7px;
 	margin-right: 3px;
	}

#menulist a:link, #menulist a:visited {
 	color: #fff;
 	background-color: #000;
 	text-decoration: none;
 	font-weight: bold;
}

#menulist a:hover{
 	color: #000;
 	background-color: #b800a0;
	text-decoration: none;
	font-weight: bold;
}



