@import url('css/menu.css');

body
{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
}

h3
{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #195a7f;
	font-weight: bold;
}

#center
{
	position: relative;
	width: 1000px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
}

#contents_wrapper
{
}

#header
{
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	width: 1000px;
	height: 151px;
	
	/*height: 96px;
	#height: 100px;
	border-bottom: solid 4px #72A8D6;*/
}

#header_menu
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	#bottom: 1px;
	width: 800px;
	text-align: right;
}

#fishhunter
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 150px;
    border: none;
}


#footer
{
	position: relative;
	top: 6px;
	width: 1000px;
	height: 45px;
	background-color: #72A8D6;
}

#contents_main
{
	position: relative;
	padding: 251px 5px 0px 5px;
	margin-left: 200px;
	width: 560px;
	#width: 570px;
	min-height: 300px;
}

* html #contents_main
{
	height: 300px;
}

#left_menu
{
	position: absolute;
	padding: 0px;
	left: 0px;
	top: 150px;
	width: 200px;
	min-height: 300px;
}

#right_menu
{
	position: absolute;
	top: 150px;
	right: 0px;
	width: 228px;
	/*border: solid 1px #939C97;*/
	min-height: 300px;
}


div.boxtop
{
	position: relative;
	background-image: url('images/watersurface_small_color.jpg');
	width: 100%;
	height: 44px;
	margin-top: 20px;
}

div.box
{
	position: relative;
	width: auto;
	background-color: #d7efff;
	padding-left: 15px;
	padding-right: 15px;
	color: #187fae;
}

div.box p, div.box table td
{
	font-size: 13px;
	margin: 0px;
	padding-bottom: 4px;
}

div.box table
{
	margin-bottom: 20px;
}

div.box a
{
	font-size: 13px;
	color: #187fae;
	text-decoration: none;
}

div.box a:hover
{
	text-decoration: underline;
}

div.boxbottom
{
	position: relative;
	/*background-image: url('images/sand_small.jpg');*/
	background-color: #d7efff;
	width: 100%;
	height: 15px;
}


img.tl
{
	position: absolute;
	top: 0px;
	left: 0px;
}

img.tr
{
	position: absolute;
	top: 0px;
	right: 0px;
}

img.bl
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

img.br
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}





