* { margin:0px; padding:0px }

body {
	background-color: #46792A;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #8E4515;
	font-size: 14px;
	}

h3 {
	color: #CC0000;
	padding-bottom: 10px;
	font-size: 16px;
}

#header {
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 151px;
	margin: 10px auto 0px;
}

#content_body {
	background-image:url(/images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin: 0px auto;
	height: 100%;
	display: block;
	}
#content {
	width: 660px;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	display: block;
}
#footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	display: block;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home_footer {
	background-image: url(/images/footer_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	display: block;
	font-size: 12px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#location {
	width: 40%;
	background-image: url(/images/light_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 420px;
	padding: 20px 10px;
	vertical-align: top;
}

a:link, a:active, a:visited {
	color:#CC0000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	color:#CC0000;
	}

.button {
	color: #8E4515;
	font-weight: bold;
	background-color: #FFFFE9;
	border-style: solid;
	border-width: thin;
	cursor: pointer;
}
