@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
.main_container {
	height: 1000px;
	width: 1018px;
}
.logo {
	height: 200px;
	width: 150px;
	position: absolute;
	left: 20px;
	top: 500px;
}
.left_column {
	background-color: #FFF;
	height: 1000px;
	width: 207px;
	position: absolute;
	left: 1px;
	top: 0px;
}
.right_top {
	height: 460px;
	width: 800px;
	position: absolute;
	left: 204px;
	top: 0px;
}
h6 {
	color: #666;
	text-align: center;
	font-size: xx-small;
}
.image_top {
	height: 79px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.image_bottom {
	height: 75px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 373px;
}
.page_image {
	height: 296px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 78px;
}
.right_bottom {
	height: 500px;
	width: 600px;
	position: absolute;
	left: 300px;
	top: 450px;
}
.navigation {
	height: 427px;
	width: 205px;
	left: 0px;
	top: 0px;
	position: absolute;
}
h1 {
	color: #600;
}
.main_container .right_bottom h2 {
	color: #369;
}
.main_container .right_bottom h3    {
	color: #600;
	font-size: medium;
}
a:link {
	color: #369;
}
a:visited {
	color: #369;
}
a:hover {
	color: #600;
}
a:active {
	color: #369;
}

