body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #cee1ff url(images/sea-bg3.jpg) repeat-x fixed left bottom;
	margin: 0px;
	padding: 0px;
}
#wrap {
	background: #fff;
	margin: 10px auto;
	padding: 0px;
	width: 900px;
	border: 1px solid #999;
	
}
#header {
	background: #fff;
	width: 880px;
	height: 170px;
	margin: 0px auto;
	padding: 20px 0px;
	overflow: hidden;
}
#navbar {
	background: #fff;
	width: 900px;
	height: 26px;
	color: #999;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: .7em;
}
#navbar a {
	color: #0099cc;
	font-weight: bold;
	text-decoration: none;

}
#navbar a:hover {
	color: #0099cc;
	font-weight: bold;
	text-decoration: underline;

}

#content {
	background: #fff;
	width: 880px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}
#content h1 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #666;	
}
#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 1.5em;
	font-size: 0.7em;
	text-align: left;
}
#content p a{
	color: #0099CC;
	font-weight: bold;
}
#contentleft {
	background: #fff;
	float: left;
	width: 500px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	border-right: 1px solid #C0C0C0;
}
#contentright {
	background: #fff;
	float: right;
	width: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	}
#contentright p img {
	margin-bottom: 5px;
}
#contentright p {
	font-size: .7em;
}
#footer {
	background: #fff;
	width: 800px;
	height: 100px;
	margin: 10px auto 0px;
	padding: 10px 0px;
	border-top: 1px dashed #0099cc;
}
#footer p {
	font-size: .6em;
	color: #666;
	}
#footerleft {
	width: 500px;
	float: left;
}
#footerright {
	width: 70px;
	float: right;
	
}
#footerright img {
	padding-bottom: 10px !important;
	}
.quote-bg {
	background: #cee1ff;
	padding: 5px !important;
	margin-bottom: 15px !important;
}
.divider {
	border-top: 1px dashed #0099cc;
}
ul {
	padding: 0px;
	margin-bottom: 15px;
	list-style: disc;
}
ul li {
	font-size: .7em;
}
ol {
	padding: 0px;
	margin: 0px;
}
ol li {
	font-size: .7em;
}
.caption {
	font-size: .9em;
} 
h2 {
	padding: 0px;
	margin: 0px;
	font: .8em Georgia, "Times New Roman", Times, serif;
	color: #666;
	}
#contact {
	font-size: .7em;
	color: #333;
	border: 1px dashed #0099CC;
}
