body {
	background-color:#40979C;
	color:#000000;
	font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px auto;
	padding: 0px 0px 500px 0px;
}

	#container {
	margin: 0px auto;
	text-align: center;
	width: 1050px;
	padding: 20px;
	height: auto;
}
a{
	font-size:14px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px auto;
	background-image:url(images/header.jpg);
	width:1050px;
	height:300px;
	position:absolute;
	
}
#header_text {
	top:108px;
	left:400px;
	width:350px;
	position:relative;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#FF0000;
}
#header_text a:hover{color:#FF0000;
}

#header ul{
	background-color:#0000CC;
	width:1044px;
	border: 3px solid #FFFFFF;
	display:inline;
	top:302px;
	position:absolute;
	margin-left: Auto;
	margin-right: Auto;
	margin: 0px 0px 0px 0px;
	height:26px;
	padding:5px 0px 0px 0px;
	text-align:center;
	left: 0px;

}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
	margin: 0px 20px 0px 20px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo_w1,#logo_w2 {
	font-size: 24px;
	font-style:italic;
	color:#FFFFFF;
	position:absolute;
}
#logo_w1{
	top:15px;
	left:70px;
}
#logo_w2{
	top:44px;
	left:94px;
}



/********************** Content ***************************/
#content {
	background-image:url(images/content_bg.gif);
	position: absolute;
	z-index: 3;
	width:1050px;
	top: 348px;
	margin: 0px auto;
	height: Auto;
	


}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#62BBC1;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}

h3{
	color:#F00;
	font-size:10px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:703px;
	margin-left:27px;
	padding: 0px 0px 30px 0px;
	display:inline;
}

#left a{color:#FF0000;
}

#left a:hover{color:#c77e0c;
}

#photos a{
	margin-right:0px;
}

#right {
	float:left;
	width:278px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}

#right a{
	color:#c77e0c;
}

#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
	clear:both;
	background-image:url(images/footer_bg.gif);
	font-size:12px;
	height:10px;
}
#footer {
	
	background-color:#40979C;	
	margin: 20px auto;
	width:1050px;
	height: 40px;
}
#footer a{color:#000000;
}
