body {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #666;
}
.blueText {
	color: #00F;
}
.redText {
	color: #F00;
}
#pageWrapper {
	margin: 0 auto;
	text-align: center;
	background-color: #BBB;
	width: 1024px;
}

#header {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#menu {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	float: center;
	background-color: #5B21CE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent {
	background-color: #BBB;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: auto;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #000;
	float: right;
}
#photo {
	margin: 10px;
	padding: 5px;
	height: 329px;
}


#sidebar {
	background-color: #BBB;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: auto;
	width: 203px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	border-top: 1px solid #000;
	border-right: 1px none #000;
	border-bottom: 1px none #000;
	border-left: 1px none #000;
}

#footer {
	background-color: #96C;
	margin: 0px;
	padding: 0px;
	height: 30px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-top: 10px;
}
#banner   {
	background-color: #999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top-width: 3;
	border-right-width: 3;
	border-bottom-width: 3;
	border-left-width: 3;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: 000;
	border-right-color: 000;
	border-bottom-color: 000;
	border-left-color: 000;
}
.center {
	text-align: center;
}
