@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
}
/* CSS Document */
#container {
	width: 1039px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
	height: auto;
}


#banner {
	height: 19px;
	width: 1051px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000;
}

#main_image {
	background-image: url(../images/HomeImage.jpg);
	background-repeat: no-repeat;
	height: 762px;
	width: 1039px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #000;
	padding-right: 10px;
}
#main_text {
	width: 685px;
	padding-left: 22px;
	font-size: 1em;
	height: 550px;
}

#main_text h1 {
	font-size: 250%
}

#main_text p{
	font-size: 100%;
}

#left_footer {
	height: 160px;
	width: 450px;
	float: left;
	background-position: center center;
	padding-right: 10px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	left: 300px;
}

#left_footer h4 {
margin-top: 3px;
margin-bottom: 5px;
}

#left_footer p{
	margin-top: 3px;
	margin-bottom: 5px;
	font-size: 90%;
}

#right_footer {
	height: 160px;
	width: 450px;
	float: left;
	background-position: center center;
	padding-right: 10px;
	padding-left: 75px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	clear: none;
}

#right_footer p{
	margin-top: 3px;
	font-size: 90%;
}

#right_footer h4 {
	margin-top: 3px;
	margin-bottom: 5px;
}

#column_container {
	float: none;
	width: 851px;
}
#container #main_image #main_text h1 {
	color: #F00;
}
#container #main_image #main_text h1 {
	color: #000;
}
#container #main_image #main_text h1 {
	font-family: Georgia, Times New Roman, Times, serif;
}
#Praecedo {
	color: #E60000;
}
#copyright_footer {
	font-size: x-small;
	color: #FFF;
	background-color: #000;
	text-align: right;
}

