.header {
	float: left;
	height: 150px;
	width: 950px;
	color: #333333;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.navagation {
	float: left;
	height: 650px;
	width: 160px;
	font-family: Arial;
	font-size: 16px;
	color: #09C;
	text-align: center;
	clear: none;
}
.text {
	background-color: #FFC;
	clear: none;
	float: left;
	height: 650px;
	width: 750px;
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/textborder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mouseover {
	color: #09C;
}
a {
	color: #036;
	text-decoration: none;
}
.photo {
	clear: right;
	float: right;
	border: 1px solid #004AA7;
	margin-left: 20px;
	margin-bottom: 20px;
}
.label {
	font-family: Arial;
	font-size: 24px;
	color: #333;
}
.italic {
	font-family: Arial;
	font-size: 14px;
	font-style: italic;
}
.footer {
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-align: right;
	height: 20px;
	width: 950px;
	clear: both;
	float: left;
	padding-top: 3px;
}
.bold {
	font-weight: bold;
}
.mouseover2 {
	color: #09C;
}
.main {
	width: 950px;
	border: 1px dotted #3DACF9;
	height: 823px;
}
