@charset "utf-8";
/* CSS Document */
html {
	height: 101%;
}
img, a img {
	margin: 0px;
	padding: 0px;
	border: none;	
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font: 74% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/bkgrd.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #0099CC;
	color: #333333;
	line-height: 1.5em;
}
#header-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#header {
	width: 804px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-image: url(/images/header-bkgrd.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#main-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#main {
	width: 764px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 20px;
	text-align: left;
	background-image: url(/images/main-bkgrd.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#main-left {
	width: 565px;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}
#main-right {
	margin: 0px;
	padding: 0px;
	width: 195px;
	height: auto;
	overflow: hidden;
	float: right;
	text-align: right;
}
#main-image {
	margin: 0px auto;
	padding: 0px 20px;
	width: 764px;
	height: 200px;
	overflow: hidden;
	background-image: url(/images/main-image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
}
#footer-container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#footer {
	width: 804px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
	background-image: url(/images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
/* Classes */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.google_map {
	margin: 0px;
	padding: 0px;
	border: 1px solid #0099CC;
}