#wrapper {
	padding: 0px;
	width: 1100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(halo.png);
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFD75B;
	border-right-color: #FFD75B;
	border-bottom-color: #FFD75B;
	border-left-color: #FFD75B;
	background-position: center;
}
#container #wrapper #halo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(halo.png);
	background-repeat: no-repeat;
}

#container {
	margin: 0px;
	padding: 0px;
}


#wrapper #body {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFD75B;
	border-right-color: #FFD75B;
	border-bottom-color: #FFD75B;
	border-left-color: #FFD75B;
	background-color: #660000;
	background-image: url(bgbottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#wrapper #footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
* {
	margin: 0px;
	padding: 0px;
}
#container #wrapper #body #navigation {
	width: 200px;
}

