body {
	background-color: #999;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 4px solid #000;
	text-align: left;
}
#header {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100px;
	background-image: url(Banner1.jpg);
	width: 800px;
}
#navbar {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 800px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #E6E6E6;
}

#mainContent {
	background-color: #FFF;
	margin: 0px;
	height: 400px;
	float: left;
	width: 360px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#sidebar_2 {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 198px;
	float: right;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000;
}


#sidebar {
	margin: 0px;
	float: left;
	height: 400px;
	width: 198px;
	padding: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	background-image: url(images/sidebar1.gif);
}
#footer {
	background-color: #CCC;
	margin: 0px;
	height: 25px;
	clear: both;
	width: 800px;
	text-align: center;
	font-size: small;
	padding-top: 8px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}
