body {
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 10px;
	background-image: url(../images/bodybgrnd.gif);
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/mainbckgrnd.gif);
	background-repeat: no-repeat;
}
#wrapper #spacer {
	height: 25px;
}

#wrapper #header {
	background-image: url(../images/header1.gif);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 150px;
}

#wrapper #navigation {
	color: #24245C;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F98F13;
	text-align: center;
}
#wrapper #mainbody {
	height: 415px;
	width: 780px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	color: #24245C;
	font-size: 20px;
	text-align: justify;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#wrapper #btmimage {
	height: 30px;
}
#wrapper #footer {
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F98F13;
	background-image: url(../images/btmimage.gif);
}

#wrapper #footer2 {
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F98F13;
	background-image: url(../images/btmimage.gif);
}


a:hover {
	color: #DC7C34;
}
a {
	color: #24245C;
	text-decoration: none;
}
