*{
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #156894;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.png);
	background-repeat: repeat-x; 
	background-color: #156894;
}
#container {
	width: 850px;
	margin: auto;
}
#sea {
	width: 850px;
	float: left;
	background-image: url(images/seatwo.png);
	background-repeat: no-repeat;
}
#title {
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 273px;
	float: left;
	margin-top: 45px;
	margin-left: 20px;
}
#navigation {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 450px;
	float: right;
	margin-top: 40px;
}
.nav_menu li {
	list-style: none;
	display: inline;
	padding-left:29px;
	padding-right: 10px;
	float: left;
	padding-top: 21px;
}
.nav_menu a {
	font-size: 12px;
	text-decoration: none;
	font-family: Shruti, Arial, sans-serif;
	color: #156894;
	font-weight: bold;
}
.nav_menu a:hover {
	color: #848484;
}
#catchy_text {
	height:100px;
	width:260px;
	background-image: url(images/catchytext.png);
	float: left;
	background-repeat: no-repeat;
	margin-top:85px;
	margin-left: 60px;
}
#content {
	float:left;
	width: 511px;
	clear: both;
}
.content_top {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 517px;
	margin-left: 2px;
	float: left;
}
.content_middle {
	background-image: url(images/content_middle.png);
	background-repeat: repeat-y;
	width: 517px;
	padding-right: 20px;
	padding-left: 20px;
	line-height:20px;
	padding-top:30px;
	padding-bottom: 23px;
	margin-left: 2px;
	float: left;
}
.content_bottom {
	height: 24px;
	width: 517px;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	margin-bottom:50px;
	margin-left: 2px;
	float: left;
}
h1 {
	color: #eeeeee;
	font-size: 24px;
	margin-bottom: 10px;
}
h2 {
	color: #146590;
	font-weight: bold;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 20px;
	padding-right:20px;
	line-height: 18px;
}

