@charset "utf-8";
@import url("fonts.css");
.layout {
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EDEDED;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1000px; 
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left;
}
#maincontent {
	width: 1000px; 
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	width: 1000px;
	height: 131px;
	background-color:#FFFFFF;
	float: left;
}
#contentleft {
	width: 223px;
	float: left;
	}
#mainbody {
	width: 506px;
	padding-left: 17px;
	float: left;
}
#contactmain {
	width: 700px;
	padding-left: 17px;
	float: left;
}
#contentright {
	width: 237px;
	padding-left: 15px;
	float: left;
}
#footer {
	width: 960px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#FFF;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:active {
	color: #000;
}
