@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #c4c3c8;
	color: #8b232e;
	height: 900px;
}#banner {
	background-image: url(images/landscape.jpg);
	height: 241px;
	width: 968px;
	padding: 0px;
}
#Navigation {
	width: 235px;
	float: left;
}

#main_image {
	background-image: none;
	height: 550px;
	width: 968px;
}
#main_text {
	font-family: "Times New Roman", Times, serif;
	background-color: #c4c3c8;
	height: 450px;
	width: 600px;
	margin-left: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 75px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	display: block;
	margin-bottom: 0px;
	text-align: left;
}
#main_text h2 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_text  h3 {
	padding: 0px;
	margin: 0px;
}
#logo {
	width: 100px;
	float: left;
	padding-left: 75px;
}

#main_text  p {
	margin: 0px;
	padding: 0px;
	display: block;
	vertical-align: super;
	font-size: 16px;
}

