body {
  	color: #000;
  	background-color: #b0b0b0;
  	font-family: verdana;
 	margin: 0;
 	padding: 0;
	}
	
h1 {
	color: #55431a;
	text-align: center;
	letter-spacing: 5px;
	font-size: 1.4em;
	font-weight: bold;
	}

h2 {
	color: #55431a;
	text-align: center;
	letter-spacing: 5px;
	font-size: 1em;
	font-weight: bold;
	}

a:link {
	color: #3366cc;	
	text-decoration: underline;
	}

a:visited {
	color: #660066;	
	text-decoration: underline;
	}

a:hover {
	text-decoration: underline;
	color: #3366cc;
	}

a:active {
	text-decoration: underline;
	color: #3366cc;
	}

/* specific divs */
#container {
 	background-color: #fff;
	margin: 0 0 0 80px;
	padding: 0;
	width: 850px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	height: 100%;
	}

#header {
	background-color: #fff;
	width: 850px;
	height: 200px;
	margin: 30px 0 0 0;
	}

#header h1 {
	background: url(banner.jpg) no-repeat top left;
	width: 850px;
	height: 200px;
	margin: 0;
	padding: 0;
	}

#header h1 span {
	display: none;
	}

#navbar {
	position: relative;
	width: 850px;
	background-color: #3f7f52;
	text-align: center;
	margin: 0 0 15px 0;
	}
	
#navbar ul {
	margin: 0px;
	padding: 0px;}

#navbar li {
	line-height: 2em;
	font-size: 0.8em;
	list-style-type: none;
	display: inline;
	margin: 0 7px 0 7px;
	}

#navbar li a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

#navbar li a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}

#main {
	position: relative;
	width: 670px;
	background-color: #fff;
	padding: 10px 10px 30px 10px;
	margin: 0;
	border-right: solid 1px #3f7f52;
	font-size: 0.8em;
	}

#home h1 {
	background: url(business_header.gif) no-repeat top left;
	width: 650px;
	height: 35px;
	margin: 20px 0 0 0;
	padding: 0;
	}

#home h1 span {
	display: none;
	}

#home h2 {
	background: url(residential_header.gif) no-repeat top left;
	width: 650px;
	height: 35px;
	margin: 20px 0 0 0;
	padding: 0;
	}

#home h2 span {
	display: none;
	}

#home h3 {
	background: url(web_header.gif) no-repeat top left;
	width: 650px;
	height: 35px;
	margin: 20px 0 0 0;
	padding: 0;
	}

#home h3 span {
	display: none;
	}
	
#sidebar {
	position: absolute;
	width: 130px;
	top: 325px;
	left: 780px;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	}



#sidebar h1 span {
	display: none;
	}

#footer {
	position: relative;
	background-color: #fff;
	height: 40px;
	text-align: center;
	border-top: double 3px #000;
	padding-top: 10px;
	}

#footer p {
	font-size: 0.7em;
	color: #000;
	}
