@charset "UTF-8";
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfloater {
float:clear:
}
#middle {
}
#column {
	border: medium solid #CEC9A2;
	background-color: #F3F0D9;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin: 0px;
}
#left {
	float: left;
	width: 560px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border: medium solid #cec9a2;
	background-color: #F3F0D9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#right {
	float: left;
	width: 319px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #F3F0D9;
	margin-left: 25px;
	border: medium solid #cec9a2;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#imagearea {
	width: 992px;
	border: medium solid #cec9a2;
	margin-bottom: 20px;
	margin-top: 10px;
}
#footer {
	bottom: auto;
	background-position: center bottom;
	background-attachment: fixed;
	margin-top: 25px;
	clear: both;
	width: auto;
}
#footerimage {
	background-image: url(../images/footer_image.gif);
	background-repeat: repeat-x;
	height: 46px;
}
#footertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 11px;
	padding-left: 0px;
}
#footertext a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
#footertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #273816;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
body {
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
	background-color: #2A3C18;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

