body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #DADADA;
}.copy1 {
	font-size: 14px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;

}a:link {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-size: 11px;
	text-decoration: underline;
	color: #666666;
}
a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;

}#header {
	width: 817px;
	height: 78px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}#flashholder {
	width: 817px;
	height: 222px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}#container {
	overflow: auto;
	float: none;
	width: 817px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}#form {
	float: center;
	margin:0 auto;
	width: 550px;
	height: 240px;
	border-left: solid #333 2px;
	border-top: solid #333 2px;
	border-right: solid #333 2px;
}#content {
	float: right;
	margin:0 auto;
	width: 575px;
        padding-top: 5px;
	padding-right: 25px;
	text-align: left;
}#map {
	float: center;
	margin:0 auto;
	width: 550px;
	border: solid #333 2px;
	height: 300px;
	border-left: solid #333 2px;
	border-top: solid #333 2px;
	border-right: solid #333 2px;
	text-align: center;
	padding-bottom: 20px;
}#footer {
	float: none;
        width: 817px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer2.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	text-align: center;
}
html>body #container {
    overflow: auto; 
        float: none;	
        width: 817px;
        height: auto;	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
}
html>body #footer {
	float: none;
        width: 817px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	text-align: center;
}
