html {	
	background:url(../grfx/repeat_bg.jpg) repeat-x;
	position:relative;
	z-index: 10;


}


		


body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;	
	background: url(../grfx/background.jpg) no-repeat;
	background-position: top center;
	text-align: center;
	
}
	

#container {
	margin-left: auto;
	margin-right: auto;
	width: 802px;
	background-color: #ffffff;
	margin-top: -8px;
	
}

* html #container {
	margin-top: -15px;
	position: relative;
	z-index: 2;
}




*:first-child+html #container {
	margin-top: -15px;
}


#main_image {
	background:url(../grfx/main_image.jpg) no-repeat;
	width: 802px;
	height: 282px;
}

*:first-child+html #main_image {	
	margin-top: -3px;
}

*html #main_image {
	margin-top: -3px;
}

	#main_image_home {
		background:url(../grfx/main_image_home.jpg) no-repeat;
		width: 802px;
		height: 281px;
	}

	*:first-child+html #main_image_home {	
		margin-top: -3px;
	}

	*html #main_image_home {
		margin-top: -3px;
	}

#content_wrapper {
	
	background-color: #ffffff;
	
	border-left: 1px solid #173c6c;
	border-right: 1px solid #173c6c;
	float:left;
	width: 800px;
	text-align: left;
	line-height: 140%;
	
}

*html #content_wrapper {
	width: 800px;
}

#content {
	padding: 30px;
	margin-left: 20px;
	width: 450px;
	text-align: justify;
	float: left;
		
}



#faq li {
	padding: 10px;
}

.gallery_table img {
	border: 1px solid #245d94;
	padding: 1px;

}

.gallery_table {
		text-align:center;
	}

#content_internal {
	padding: 30px;
	text-align: justify;
}

*html #content {
	width: 470px;
	margin-left: 12px;
}


#side_panel {
	float: left;
	padding: 30px;
	margin-top: 50px;
}

	* html #side_panel {
		padding: 20px 0px 20px 20px;
		
	}

#side_panel img {
	margin-bottom: 30px;
}


#footer {
	clear: both;
	background:url(../grfx/footer.jpg) no-repeat #fff;
	width: 802px;
	height: 67px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;

	
	
}

#footer .sml {
	margin-left: 60px;
	letter-spacing: 1px;
	color: #fff;

}

*html #footer .sml {
	margin-left: 0px;
}

#footer .copy {
	color: #fff;
	font-size: 10px;
	margin-left: 20px;
	margin-top: -30px;
}

*html #footer .copy {
	margin-left: 0px;
}

#footer a {
	font-size: 10px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#footer a:active {
	font-size: 10px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


#footer a:hover {
	font-size: 10px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


