body {
	font-family: Arial, sans-serif;
	background-color: #FFFFCC;
}
h1, h2, h3, h4, h5, div, p {
	margin:0px;
	padding:0px;
}
h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #006600;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 0 40px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	color: #003300;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}
h4 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	clear: both;
}
h5 { 
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	clear: both
}
a:link {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
#overallcontainer {
	background-color: #ffffff;
	width: 710px;
	margin: 40px auto 25px;
	padding: 10px;
	border: solid 1px #003300;
}
#imageleft {
	width: 300px;
	height: 265px;
	float: left;
}
#imageright {
	width: 400px;
	height: 115px;
	float: right;
}
#navone {
	width: 400px;
	height: 150px;
	float: right;
}
#content { 
	width: 700px;
	clear: both;
}
#contactleft {
	width: 180px;
	float: left;
}
#contactright { 
	width: 510px;
	float: right;
}
#ucontactleft {
	width: 350px;
	float: left;
}
#ucontactright { 
	width: 350px;
	float: right;
}
#serviceleft {
	width: 350px;
	float: left;
}
#serviceright { 
	width: 350px;
	float: right;
}
#letter { 
	width: 686px;
	clear: both;
	padding: 10px;	
	border: solid 2px #003300;
}
.letterline {
	width: 150px;
	clear: both;
	padding: 10px;
	border-top: 2px solid #003300;
	border-right: none #003300;
	border-bottom: none #003300;
	border-left: none #003300;
	margin-right: auto;
	margin-left: auto;
}
.quote {
	font-size: 20px;
	font-weight: bold;
}
#footer {
	width: 710px;
	margin: 0px auto 0px;	
	clear: both;
}