body {
	background-color: #FFFFFF;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000000;
}
#header {
	float: left;
	width: 800px;
}
#menu_container {
	float: left;
	width: 223px;
	color: #FFFFFF;
}
.menu {
	float: left;
	width: 209px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C8C8E8;
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.menu:link {text-decoration: none;}
.menu:visited {text-decoration: none;}
.menu:hover {
	float: left;
	width: 209px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #C8C8E8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.menu:active {text-decoration: none;}
#menu_photo {
	width: 203px;
	text-align: center;
	float: left;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
#body_container {
	float: left;
	width: 567px;
	padding: 5px;
}
.headerText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.headerText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyTextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.bodyTextbold:link {text-decoration: none;}
.bodyTextbold:visited {text-decoration: none;}
.bodyTextbold:hover {text-decoration: none; color: #000000;}
.bodyTextbold:active {text-decoration: none;}

#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_bkg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

