@charset "UTF-8";

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #2f74ac;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;

}

body {
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 10px;
	position: absolute;
}

#container {
	height: 772px;
	width: 1028px;
}

#container-top {
	width: 1024px;
	height: 125px;
}

#container-bar {
	width: 600px;
	height: 30px;
	margin: 0px 150px 0px 150px;
	float: left;
	position: absolute;
	top: 88px;
	left: 335px;
}

#container-bar li {
	font-family: "Trebuchet MS", "Lucida Sans", Arial;
	font-size: 14px;
	color:#CCCCCC;
	display: inline;
	vertical-align: middle;
	line-height: 3em;
}

#container-middle {
	width: 1026px;
	height: 565px;
}

#container-middle-left {
	width: 110px;
	height: 563px;
	float: left;
}

#container-middle-middle {
	width: 793px;
	height: 563px;
	color:#CCCCCC;
	margin: 0px 150px 0px 150px;
	background-image: url(images/fishmetal.jpg);
	background-repeat: no-repeat;
	padding: 25px 50px 25px 50px;
	
}

#container-middle-right {
	width: 114px;
	height: 563px;
	float: right;
}

#container-bottom {
	position: absolute;
	color:#CCCCCC;
	width: 793px;
	height: 25px;
	left: 145px;
	top: 697px;
	text-align: right;
}
#menu-logo {
	
	position: absolute;
	left: 146px;
	top: 79px;
	width: 302px;
}


