html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #c7c8b2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
a {
	color: #444a00;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #444a00;
	text-decoration: none;
	font-weight: bold;
}
.container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 980px;
	background: #FFF;	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
.header {
	width: 980px;
	height: 275px;
	clear: both;
}
.content {
	padding: 20px 30px 30px 30px; /* bottom padding for footer */
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #444a00;
	margin: 0px 0px 10px 0px;
}
.menu {
	width: 910px;
	height: 19px;
	margin: 0px 0px 20px 0px;
	background-color: #e3e3d8;
	padding: 3px 0px 0px 10px;
	font-size: 90%;
	color: #737840;
}
.column1 {
	width: 680px;
	float: left;
	padding: 0px 18px 0px 0px;
}
.contactinfo {
	width: 440px;
	height: 139px;
	clear: both;
	background-image: url(../images/contactus_bg.gif);
	background-repeat: no-repeat;
	padding: 30px 0px 0px 240px
}
.infotext {
	width: 50px;
	float: left;
}
.infotext2 {
	width: 300px;
	float: left;
}
.column2 {
	width: 200px;
	float: left;
	padding: 0px 0px 0px 20px;
	border-left: 1px dashed #e3e3d8;
}
.column2pic {
	width: 200px;
	height: 150px;
	clear: both;
	margin: 0px 0px 20px 0px;
}
.column2pic2 {
	width: 200px;
	height: 150px;
	clear: both;
}
.footer {
	position: absolute;
	width: 980px;
	height: 17px;
	padding: 3px 0px 0px 0px; 
	bottom: 0; /* stick to bottom */
	background: #c7c8b2;
	font-size: 85%;
	color: #737840;
	text-align: right;
}

