#wrap {
	height: 1200px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
body {
	background-color: #999999;
}
#header {
	float: left;
	height: 200px;
	width: 999px;
	background-color: #009999;
}
#menu {
	float: left;
	width: 999px;
}
#content {
	background-color: #FFFFFF;
	float: left;
	height: 940px;
	width: 989px;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
}
#content h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 24px;
	color: #666666;
}
#picbox1 {
	float: right;
	height: 210px;
	width: 800px;
	margin-right: 30px;
}
#footer {
	float: left;
	height: 80px;
	width: 998px;
	padding-top: 10px;
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;

table.servicesT
{ font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 320px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;}


table.servicesT td.servHd
{ border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}


table.servicesT td
{ border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;}

.servBodL { border-left: 1px dotted #CEDCEA; } 
