* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% Tahoma, sans-serif;
	background-color: #666666;
	background-image: url(/images/bgnd1.jpg);
	background-repeat: repeat-x;
}
Table {
	background-color: #FFFFFF;
}
p {
	font-size: 10pt;
}
a:link {
	color: #000066;;
	text-decoration: none;
}

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

a:hover {
	color: #009900;;
	text-decoration: underline;
}
a:active {
	color: #009900;;
}
#container {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	margin: 5px auto 5px auto;
	width: 760px;
	height: auto;
Remove this too its just making things look ok till line below is active
	overflow: auto; Remove this when finished
; 	line-height: 1.2;
}
#container_about {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	margin: 5px auto 5px auto;
	width: 780px;
	height: 817px;
}
#container_serv {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	margin: 5px auto 5px auto;
	width: 780px;
	height: 1780px;
}

#nav {
	font-size: 10pt;
	background-color: #85C226;
}
#nav *{
	background-color: #29166F;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 25px 5px 25px;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 25px 5px 25px;
}

#nav a:hover {
	font-weight: bold;
	padding: 5px 25px 5px 25px;
	color: #FFFFFF;
	background-color: #85C226;
	border-bottom: solid #85C226 2px;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 25px 5px 25px;
}
#header * {
	font-size: 10pt;
}
#header {
	width: 760px;
	margin-left: 0px;
	margin-top: 0px;
	height: auto;
	border-bottom: solid silver 2px;
}
#leftnav * {
	background-color: #3C6090;
	font: verdana;
	font-size: 10pt;
}
#leftnav {
	width: 120px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}
#leftnav a:link {
	text-decoration: none;
	color: #0000FF;
}

#leftnav a:visited {
	color: #FF0000;
	text-decoration: none;
}

#leftnav a:hover {
	color: #FF0000;
	text-decoration: none;
}
#leftnav a:active {
	color: #FF0000;
}

#content {
	min-height: 370px;
	width: 750px;
	background-color: #EEEEEE;
	padding: 5px 5px 5px 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#content * {
	margin-left: 5px;
	margin-right: 5px;
}

#content b, #content strong, #content em, #content i, #content br {margin: 0;}

#content strong, #content em, #content a {
	margin: 0;
}

#content p, #content h1, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 10px;
}

#content h2 {
background : #fff url('heading-bg.gif') repeat-x 50%;
border-width: 0 10px;
border-style: solid;
border-color: #fff;
color: #000;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	text-align: center;
}

#content h2 strong {
	font-style: normal;
	font-weight: bold;
	margin: 0;
	left: 0px;
}

#content h2 span {
	background-color: #fff;
	padding: 0 15px;
	margin: 0;
}

#content h2 strong em {
	color: #009900;
	padding: 0;
}

#content h3 {
	margin-top: 4px;
	margin-bottom: 10px;
}
#footer {
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: auto;
	font-size: 1em;
	min-height: 70px;
	border-top: solid silver 2px;
	background-color: #29166F;
	color: #FFFFFF;
}
#footer *{
	background-color: #29166F;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited
{
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

#footer a:hover
{
	color: #FFFFFF;
	font-size: 1em;
}
#footer a:active
{
	color: #FFFFFF;
	font-size: 1em;
