@charset "utf-8";
body {
	background-color: #000;
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
#header { 
	width:884px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	padding-top:90px;
	background-image:url(../images/layout/images/header.gif);
}
#menu {
	width: 600px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#content {
	width:864px;
	min-height:200px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	background-color:#b1b266;
}
#footer {
	clear:both;
	width:884px;
	margin-left:auto;
	margin-right:auto;
	height:91px;
	background-image:url(../images/layout/images/footerbg.jpg);
}
#footerlinks {
	width:161px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
form {
	margin:0px;
	padding:0px;
}
form p {
	margin:0px;
	padding:0px;
}