@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/water_background.jpg);
	background-repeat: repeat;
	margin: 0px;
}

p, h1, h2, h3, h4, li, ul, block {
	padding:0;
	margin:0;
}

img {
	border:none;
}

#wood_background_top {
	position:absolute;
	height:300px;
	background-image:url(/images/wood_background_top.jpg);
	background-repeat:repeat-x;
	top:75px;
	z-index:1;
	min-width: 1245px;
	width:100%;
}

#shadow_bottom {
	position:absolute;
	width:100%;
	height:19px;
	background-image:url(/images/shadow_bottom.png);
	background-repeat:repeat-x;
	top:375px;
	z-index:2;
}	

#shadow_top {
	position:absolute;
	width:100%;
	height:19px;
	background-image:url(/images/shadow_top.png);
	background-repeat:repeat-x;
	top:56px;
	z-index:3;
}	

#container {
	position:relative;
	width:1245px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	z-index:4;
}

#menu {
	position:relative;
	width:1245px;
	height:75px;	
}

#header {
	position:relative;
	width:1245px;
	height:257px;
}

#flash_images {
	position:relative;
	width:1215px;
	height:auto;
	margin-left:30px;
	min-height:100px;
}	

#left_frame {
	position:relative;
	float:left;
	width:374px;
	height:327px;
	margin-top:9px;
}

#center_frame {
	position:relative;
	float:left;
	width:405px;
	height:343px;
}

#right_frame {
	position:relative;
	float:left;
	width:374px;
	height:327px;
	margin-top:9px;
}

#clear {
	clear:both;
}

#clear2 {
	clear:both;
}

#content_container {
	position:relative;
	background-position:center;
	width:1245px;
	height:auto;
	top:-30px;
}	

#content_container p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#content_container h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#003366;
	height:30px;
	border-bottom:#003366 2px solid;
	text-transform:uppercase;
}

#left_column {
	float:left;
	position:relative;
	width:345px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
}	

#middle_column {
	float:left;
	position:relative;
	width:500px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
}		

#right_column {
	float:left;
	position:relative;
	width:310px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
}	

#footer_container {
	position:relative;
	min-width: 1245px;
	width:100%;
	height:300px;
	background-image:url(/images/wood_background_top.jpg);
	background-repeat:repeat-x;
}

#footer {
	position:relative;
	width:1245px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}

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