body {
	background: #050F24 url(images/main-bg.jpg) repeat-x top center;
	font-family: Arial;
	color: #fff;
	font-size: 12px;
}

#container {
	margin: auto;
	width: 806px;
}
#top {
	background: url(images/top-bg.gif) no-repeat;
	width: 806px;
	height: 222px;
}
#logo {
	background: url(images/top-logo-bg.jpg) no-repeat;
	width: 791px;
	height: 150px;
	margin: 1px;
	position: relative;
	top: 10px;
	left: 1px;
	padding: 66px 0 0 268px;
	color: #000;
}
.biglogo {
	font-size: 25px;
	margin: 0;
	padding: 3px 0;
}
.smalllogo {
	font-size: 19px;
	margin: 0;
	letter-spacing: -1px;
}
#middle {
	background: #000 url(images/middle-bg.gif) no-repeat top;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 774px;
	padding: 0px 15px;
}
#menu, #sidebar {
	float: left;
	width: 207px;
	margin-top: 5px;
	background: url(images/menu-bg.jpg);
}
#menu div {
	background: url(images/menu-top.jpg) top no-repeat;
	padding-top: 25px;
}
#menu div div {
	background: url(images/bottom-box.gif) bottom no-repeat;
	padding: 10px 0;
}
#menu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0 15px;
	text-align: right;
}
#menu ul ul {
	padding: 0;
}
#menu ul li {
	line-height: 25px;
}
#menu ul ul li {
	line-height: 18px;
}
#menu ul ul li a {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	padding-left: 36px;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
}
#menu ul li a:hover {
	background: url(images/fish-icon.gif) no-repeat left;
}
#content {
	float: left;
	width: 552px;
	padding: 0px 0 0 15px;
}
#content ul {
	list-style: none;
	padding-left: 0;
}
#content ul li {
	line-height: 20px;
}
#content ul li a {
	padding-left: 36px;
}
#content ul li a:hover {
	background: url(images/ul-fish-icon.png) no-repeat left;
}
#content a {
	color: #fff;
}
#bottom {
	background: url(images/bottom-bg.gif) no-repeat;
	width: 806px;
	height: 143px;
}
#designed {
	margin: auto;
	text-align: center;
	color: #000;
	font-size: 11px;
	padding: 10px;
}
#designed a {
	color: #000;
	text-decoration: none;
}
.clear { 
	clear: both;
}
h1 {
	color: #fff;
	text-align: right;
	font-size: 20px;
	width: 505px;
	padding-top: 39px;
}