body	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		background-color: #4F4F43;
		background-image: url(images/bg.gif); 
		background-repeat: repeat-x;
		font-size: .8em;
		color:#000;
		}
		
#container	{
			margin: 0 auto;
			width: 802px;
			text-align: left;
			background-color:#FFFFFF;
			}
			
#content	{
			padding: 20px 0 30px 0;
			margin-left: 200px;
			margin-right: 50px;
			}

h2 {
	color: #000;
}

p {
	font-size: 0.9em;
}
	
td a:link { 
	color: #000;
	text-decoration: underline;
	}
td a:visited { 
	color: #000;
	text-decoration: none;
	}
td a:hover { 
	color: #a96703;
	text-decoration: none;
	}
td a:active { 
	color: #a96703;
	}
					
a:link { 
	color: #0033FF;
	text-decoration: underline;
	}
a:visited { 
	color: #0033FF;
	text-decoration: underline;
	}
a:hover { 
	color: #0033FF;
	text-decoration: none;
	}
a:active { 
	color: #0033FF;
	}
	
#banner {
	width: 800px;
	background-image: url(images/banner3.gif);
	background-repeat: no-repeat;
	height: 116px;
	border: 1px solid #fff; 
}

#contact {
	position: relative;
	top: 75px;
	margin: 0 0 0 10px;
	font-size: 0.7em;
	color: #7d4f08;
}

#navbar {
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	width: 176px;
	height: 400px;
	float: left;
	left: 0px;
	border-left: 1px solid #fff; 
	font-size: 1.05em;
}

#navbar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navbar ul li{
	display: inline;
	/* for IE5 and IE6 */
}

#navbar a {
	background-color: #e49b2c;
	text-decoration: none;
	color: #fff;
	/* extend the sensible area to the maximum with IE5 */	
	display:block;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#navbar #current a { 
	background-color: #ba7101;
	text-decoration: none;
	color: #fff;
	/* extend the sensible area to the maximum with IE5 */	
	display:block;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-right: 1px solid #fffff;
	border-bottom: 1px solid #fffff;
}
#navbar a:hover { 
	text-decoration:none;
	background-color: #eec17c;
}

#servicesListed ul {
	margin: 0px;
	margin-left:40px;
	margin-bottom: 20px;
	padding:0;
	display: block;
}

#servicesListed ul li{
	font-size: .9em;
}

h3 {
	font-size: 1.2em;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color:#e49b2c;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;		
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
}

