body {
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 750px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(background.gif);
	background-repeat: repeat-x;
	margin-top: -15px;
	background-color: #FFFFFF;
}
#header {
	width: 750px;
	background-color: #FFFFFF;
	background-image: url(header.gif);
	height: 93px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #436DB5;
}
#footer {
	background-position: bottom;
	width: 750px;
	text-align: left;
}
#left_main {
	float: left;
	width: 490px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
#right_contact {
	float: right;
	width: 240px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #436DB5;
}

