@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #060;
	font-weight: bold;
	-webkit-text-size-adjust: none;
}
/* CSS Document */

#container {
	width: 95%;
	background: #FC6;
	margin-top: 0;
	margin-right: auto;
	margin-left: 5px;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
} 
#banner {
	position: relative;
	padding-top: 5px;
}
#Corn_background {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 75%;
}
.bannerrounded {
	border-radius: 20px 20px 0px 0px;
	width: 100%;
}
.imagerounded {border-radius: 10px 10px 10px 10px;}
.logorounded {
	border-radius: 5px 5px 5px 5px;
	width: 24%;
}
#CPL_menu {
	position: absolute;
	top: 75px;
	right: 1px;
	bottom: 0px;
	width: auto;
}
a:link {color: #0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #FF0000;}
#left_image, #center_image, #right_image {padding-top: 10px; padding-bottom: 10px; }
#left_image, #center_image, #right_image { float: left; }
#center_image, #right_image { margin-left: 10px; }
#left_column, #center_column, #right_column {
	width: 32%;
	float: left;
}
#center_column, #right_column {
	margin-left: 10px;
	text-align: left;
	width: 30%;
}
#left_footer {
	width: 400px;
	font-size: 12px;
	line-height: 0.25em;
}
#right_footer {font-size: 12px;  margin-left: 300px;line-height: 0.25em; padding-top: 15px;}
#left_footer, #right_footer {
	float: right;
	width: 40%;
}
#container #center_column h2 {
	text-align: center;
}
#container #left_column h2 {
	text-align: center;
}
