body {
	margin: 0; 
	padding: 0; 
	font: 1.0em Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
	background: #eee;	
	}

#container {
	width: 640px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-style: outset;
	border-width: 1px 2px 2px 1px;
	border-color: #669933;
	background-image: url(images/bg_spacer.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}

p {
	font: .8em Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 125%;
	margin: 0;
	padding: 0 0 1em 0; 
	}
	
#branding {
	margin: 0;
	padding: 0;  
	width: 100%;
	height: 200px;
	}
	
#branding img {
	margin: 0;
	padding: 0;
	float: left;
	width: 192px;
	height: 200px;
	border: none;
	}
	
#branding img a:link, a:visited, a:hover, a:active {
	text-decoration: none; 
	border: none;
	}

#nav  {
	float: left;
	width: 160px;
	height: 100%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #669999;
	}
	
#nav ul {
	margin: 1em;
	padding: 0;
	list-style-type: none; 
	}

#nav li {
	margin: 0;
	padding: .5em;
	font: .8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006666;
	text-align: right;
	line-height: 150%;
	}

#nav a:link {
	color: #669933;
	text-decoration: none;
	}
	
#nav a:visited {
	color: #669933;
	text-decoration: none;
}

#nav a:hover {
	color: #669999;
	text-decoration: none;
}

#nav a:active {
	color: #669966;
	text-decoration: none;
}

#home #nav .home a,
#services #nav .services a,
#marine #nav .marine a,
#portfolio #nav .portfolio a,
#about #nav .about a,
#contact #nav .contact a {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
	cursor: default;
	} 

#content {
	width: 400px;
	float: right;
	margin: 0;
	padding: 0 2em 2em 1em;
	}

#content #sampling {
	text-align: center;
	}

.sb img {
	float: right;
	margin: 10px;
	padding: 0;
	border: 1px solid #669999;
	}
	
.client img {
	margin: 0;
	padding: .8em;
	border: none;
	text-align: center;
	}
	
.client img a:link, a:visited, a:hover, a:active {
	text-decoration: none; 
	border: none;
	}
	
#content a:link {
	color: #006666;
	text-decoration: none;
	}

#content a:visited {
	color: #669933;
	text-decoration: none;
	}

#content a:hover {
	color: #669999;
	text-decoration: none;
	}

#content a:active {
	color: #669966;
	text-decoration: none;
	}

.under {
	border-bottom: 1px dotted #669999;
	}
	
.note {
	font-style: italic;
	font: .7em Arial, Helvetica, sans-serif;
	}
	
#content ul {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
 	} 
	
#content li {
	margin: 0;
	padding: 0;
	list-style: none; 
	font: normal .8em Arial, Helvetica, sans-serif;
	line-height: 120%;
	}
	
#footer {
	clear: both;
	width: 100%;
	}
	
#footer ul {
	font: normal .65em Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	padding: 2em;
	}

#footer  ul a:link, a:visited, a:active {
	text-decoration: underline; 
	color: #333333; 
	}
	
#footer ul a:hover {
	text-decoration: underline;
	color: #669933; 
	}

h1 {
	text-align: right;
	margin: 0;
	padding: 5em 2em 0 0;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #669933;
	}

h2 {
	font: .8em Arial, Helvetica, sans-serif;
	color: #006666;
	font-weight: bold;
	margin: 0;
	padding: 0; 
	line-height: 150%;
	}
	
h2 a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	}
	
h3 {
	font: .8em Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #669999;
	margin: 0;
	padding: 0;
	line-height: 120%;
	}

h4 {
	font: .8em Arial, Helvetica, sans-serif;
	color: #669999;
	font-weight: normal;
	margin: 0;
	padding: 0; 
	line-height: 120%;
	}
	
h4	a:link, a:visited, a:hover, a:active {
	text-decoration: none; 
	border: none;
	}
	
h5 {
	font: 1.2em "Courier New", Courier, monospace;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	}
	
hr {
	width: 65%;
	color: #669999;
	}
	
.curvebox {
	float: right;
	width: 150px;
	margin: 0 0 0 10px;
	padding: 20px;
	background-color: #669999;
	color: #fff;
	}
	
.curvebox img {
	margin: -30px -30px 0 0;
	padding: 0;
	border: none;
	text-align: right;
	}
	
.tip {
	font: .8em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 150%;
	}