body {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
}

.navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 131px;	
}

.main_photo {
	position: absolute;
	top: 131px;
	left: 0px;
}

.sidebar {
	position: absolute;
	top: 170px;
	left: 551px;
	width: 201px;
	height: auto;
	padding: 0px;
}

.header {
	position: absolute;
	top: 140px;
	left: 15px;
	width: 730px;
	height: 24px;
	padding: 0px;
}

.main_content {
	position: absolute;
	top: 170px;
	left: 15px;
	width: 536px;
	padding: 0px;
	background: #F5F3EB;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #660000;
}

.noPadding {
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #979678;
	font-weight: normal;
	text-decoration: none;
}

.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #977878;
	font-weight: normal;
	text-decoration: underline;
}

.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #979678;
	font-weight: normal;
	text-decoration: none;
}