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

body {
	background: #8bb3ff url(../images/bg_body.gif) top left repeat-x;
	color: #FFF;
	font: normal 14px Arial, Verdana, sans-serif;
	line-height: 16px;
	text-align: center;
}

img {
	border: none;
}

a, a:link, a:active, a:visited, a:hover {
	color: #fd7e00;
	font: normal 11px Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	line-height: 7px;
}

h1 {
	font: normal 28px Arial, Verdana, sans-serif;
	color: #245374;
	line-height: 30px;
	letter-spacing: 1px;
	display: block;
	margin: 0px 0px 15px 0px;
}

h3 {
	font: bold 16px Arial, Verdana, sans-serif;
	color: #333;
	line-height: 18px;
	letter-spacing: 1px;
	display: block;
}

#main_container {
	width: 995px;
	margin: 0px auto;
	text-align: left;
	min-height: 700px;
	background: url(../images/bg_container.jpg) top left no-repeat;
}

#header {
	position: relative;
	height: 155px;
	padding: 25px 0px 0px 0px;
}

#nav {
	position: absolute;
	top: 126px;
	left: 0px;
}

#nav li
{
	display: inline;
	list-style-type: none;
}

#content {
	width: 820px;
}

#col_half_1 {
	float: left;
	width: 385px;
	margin: 0px 0px 0px 2px;
	text-align: justify;
}

#col_half_2 {
	float: right;
	width: 400px;
	text-align: justify;
}

#gallery {
	margin: 5px 0px 0px 55px;
}

#address_1 {
	float: left;
	width: 200px;
}


.form_input {
	color: #245374;
	font: normal 14px Arial, Verdana, sans-serif;
	line-height: 18px;
	background-color: #FFF;
	border: 1px solid #839ac8;
	padding: 8px 10px 10px 10px;
}

.form_in_1 {
	width: 220px;
}

.form_in_2 {
	width: 220px;
}

.form_in_3 {
	width: 220px;
}

.form_in_4 {
	width: 712px;
}

.form_ta {
	width: 800px;
	height: 125px;
}

#missing {
	font: normal 12px Arial, Verdana, sans-serif;
	line-height: 14px;
	color: #b33f26;
	padding: 0px 0px 10px 0px;
}

#footer {
	margin: 55px 0px 0px 0px;
	height: 32px;
	background-color: #7999d6;
	font: normal 10px Arial, Verdana, sans-serif;
	line-height: 10px;
}

#footer_pad {
	text-align: left;
	padding: 10px 0px;
	margin: 0px auto;
	width: 995px;
}

#copyright {
	float: left;
	margin: 0px 0px 0px 5px;
}

#contact {
	float: right;
	margin: 0px 175px 0px 0px;
}

#contact span {
	color: #b6c9ef;
}

.clearer {
	clear: both;
	height: 1px;
	line-height: 1px;
}