body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #9BC5D4;
	font-size: 14px;
}

#header {
	background: #35649A url(images/header-bg.jpg) no-repeat right;
	height: 140px;
	border-bottom: 6px solid #FFFFFF;
}

#header h2 {
	width: 464px;
	height: 140px;
	margin: 0;
	background: url(images/logo.jpg) no-repeat;
}

#menu {
	float: left;
	margin: 5px;
	width: 240px;
}

.box {
	border: 2px solid #00708B;
	margin-bottom: 10px;
	background: #FFFFFF;
	height: 144px;
}
.box h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: #00708B;
	padding: 3px;
	color: #FFFFFF;
	margin: 0;
}
.box ul {
	list-style: none;
	margin: 0;
	padding: 4px;
	font-size: 12px;
	width: 120px;
}
.box li {
	padding-bottom: 4px;
}

#box2 {
	background: #FFFFFF url(images/boxes/shell-beach.jpg) no-repeat right 20px;
}
#box24 {
	background: #FFFFFF url(images/boxes/shuttle.jpg) no-repeat right 20px;
}
#box35 {
	background: #FFFFFF url(images/boxes/shell-island.jpg) no-repeat right 20px;
}
#box26 {
	background: #FFFFFF url(images/boxes/mantinee.jpg) no-repeat right 20px;
}
#box7 {
	background: #FFFFFF url(images/boxes/property.jpg) no-repeat right 20px;
}
#box57 {
	background: #FFFFFF url(images/boxes/finance.jpg) no-repeat right 20px;
}

#leader {
	background-color: #00708B;
	color: #FFFFFF;
	font-size: 18px;
	padding: 10px;
	margin-bottom: 20px;
}
#leader h1 {
	margin: 0;
	padding: 5px 0;
	font-size: 24px;
}

#content {
	margin-left: 280px;
	margin-right: 30px;
}

.hidetext {
	text-indent: -5000px;
	overflow: hidden;
	text-decoration: none !important;
	background-repeat: no-repeat;
}

#newsitems {
	background-color: #F6F7F9;
	padding: 10px;
	border: 1px solid #00708B;
}
#newsitems h1 {
	margin: 0;
	font-size: 22px;
}

#newsitems h2 {
	margin: 0;
	font-size: 18px;
}

h2 a {
	text-decoration: none;
}

h1,h2 {
	margin: 0;
	padding: 5px 0;
}