body {
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
		background-image: url(./images/seamlesswater.jpg);
	/*background: url(./images/body.png) repeat-x top #d4c1b3;*/
}

a:link { color: #333; text-decoration: underline; outline : none; -moz-outline: none;}
a:visited { color: #686868; text-decoration: underline; outline : none; -moz-outline: none;}
a:focus { color: #686868; text-decoration: underline; outline : none; -moz-outline: none;}
a:hover { color: #686868; text-decoration: underline; outline : none; -moz-outline: none;}
a:active { color: #686868; text-decoration: underline; outline : none; -moz-outline: none;}

#container {
	padding: 0 0px 0 0px;
	margin:0px auto 0px auto;
	width:1024px;
}

#header {
	padding:0;
	margin: 0;
	width:1024px; 
	height:543px;
}

* html #header { /*IE6 only*/
	padding:0;
	width:1024px; 
	height:543px; /* 30 Top Menu */
	/*background-color: #9932cc;*/
}

#header_name {
	margin:0;
	padding:0;
	width:1024px; 
	height:46px; 
	float:left;
	background: url(images/over2.png) repeat-x bottom;
}


#header_swf {
	margin:0;
	padding: 0;
	width:1024px; 
	height:497 px; 
	float:left;
}

#main {
	margin:0;
	padding:0;
	width:1024px; 
	height:46px; 
	float:left;
	background: url(images/bottom.png) repeat-x bottom;
}






