* {
    padding: 0;
    margin: 0;
} 

body {
    background: #fff;
	font: 1.0em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em; 
}
p{
	font: 1.0em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em;
	color:#000066;
}
.highlight{
color:#336600;
}
a {
	color:#FF3300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#wrap {
margin: 5px auto;
width: 324px;
background: #fff url('images/midbg.jpg');
background-repeat: repeat-y;
}

#top { 
background: #fff url('images/topbg.jpg');
height: 10px;
}

#content {
padding: 0 40px 0 40px;
}

#bottom {

background: #fff url('images/botbg.jpg');
height: 15px;
}


.header {
width: 100%;
height: 154px;
background: #85ACF7 url('images/eyes.jpg');
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.header2 {
width: 100%;
height: 93px;
background: #85ACF7 url('images/oceaneyes.jpg');
}

.header2 h1 {  font-size: 22px; color: #FFF; }
.header2 h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header2 h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs { 
    background: #F6F9FB url('images/minimal.jpg'); 
	border-bottom: 1px solid #E1E1E1;
	color:#FFFFFF; 
	padding: 5px;
}
	
.middle {
	float: left;
	width: 100%;
	margin: 0 0;
	padding: 1% 1%;
	text-align:left;
}
.middle2 {
	float: left;
	width: 100%;
	margin: 0 0;
	padding: 1% 1%;
	text-align: left;
	background-image: url(images/minimal.jpg);
	background-repeat:no-repeat;
}
.bottom {
	float: left;
	width: 100%;
	margin: 0 0;
	padding: 1% 1%;
	
}

.bottom ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.bottom li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.bottom h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
	text-align: center;
	color: #666;
}


