* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #header {
	background-color: #666;
	width: 900px;
	text-align: center;
	background-image: url(../images/headerbg.png);
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00F;
}
#wrapper #navigation {
	background-color: #00F;
	width: 100%;
	text-align: center;
	height: 41px;
	background-image: url(../images/navigationbg.jpg);
	margin-right: auto;
	margin-left: auto;
}
#wrapper #mainBody #leftbody  {
	float: left;
	width: 175px;
	text-align: center;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #00F;
}
#wrapper #mainBody #rightbody  {
	float: right;
	height: 590px;
	width: 699px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00F;
	background-color: #FFF;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00F;
}
#wrapper #mainBody {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	height: 610px;
}
#wrapper #footer {
	background-color: #00F;
	width: 900px;
	height: 70px;
	background-image: url(../images/footerbackground.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0C1FF5;
}
#wrapper #footer #footercopyright {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	font-family: Papyrus;
	font-size: 16px;
	font-weight: bold;
	color: #00F;
}
#wrapper #navigation #navigationsprymenu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

