body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #494949;
}
.hidden {
	display: none;
}
#header {
	background-image:  url(header.gif);
	background-repeat: repeat-y;
	background-position: center top;

}
h1 {
	background-image: url(h1_logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 115px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	text-align: center;
}
h1 a {
	display: block;
	width: 180px;
	height: 140px;
	margin: auto;
}
#nav-main {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	height: 29px;
	width: 387px;
	text-transform: lowercase;
}
#nav-main li {
	display: inline;
}
#nav-main li a {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	color: #494949;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	float: left;
	display: block;
	width: 96px;
	padding-top: 5px;
	padding-bottom: 6px;
}
#nav-main li#active {

}
#nav-main li#active a {
	background-image: url(nav_main_li_active.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
}
#nav-main li a:hover {
	color: #006B84;
}
#content {
	color: #494949;
	width: 375px;
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 150%;
	text-align: left;
	background: #ffffff url(content_top.gif) no-repeat;
	margin: 40px auto 0;
	cursor: default;
}
#footer {
	color: #ffffff;
	font: 10px Verdana, Tahoma, Arial, sans-serif;
	text-align: left;
	margin: 0;
	background: #494949 url(footer.gif) no-repeat;
	height: 40px;
	padding: 16px 20px 35px;
	clear: both;
}
h2 {
	font-size: 10px;
	height: 150px;
	padding: 0;
	margin: 0 0 15px;
	text-indent: -9999px;
}
#about h2 {
	background: url(h2_about.gif) no-repeat left bottom;
}
#services h2 {
	background: url(h2_services.gif) no-repeat left bottom;
}
#portfolio h2 {
	background: url(h2_portfolio.gif) no-repeat left bottom;
}
#contact h2 {
	background: url(h2_contact.gif) no-repeat left bottom;
}
h3 {
	font-size: 10px;
	margin: 0 0 5px;
	color: #ffffff;
	padding: 2px 20px;
}
.a h3 {
	background: #93C1CB url(h3_corners.gif) no-repeat right top;
	padding-right: 10px; 
	margin-right: 10px;
}
.b h3 {
	background: #93C1CB url(h3_corners.gif) no-repeat left top;
	padding-left: 10px;
	margin-left: 10px;
}
h4 {
	font-size: 10px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
p {
	margin: 0 20px 15px;
}
#content a {
	text-decoration: none;
	color: #494949;
	border-bottom: 1px solid #006B84;
	padding-bottom: 2px;
}
#content a:hover {
	background: #93C1CB;
}
.lead {
	font-weight: bold;
	color: #5ABACA;
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}
.a {
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.b {
	margin-left: 50%;
	margin-bottom: 15px;
}
#content ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0 20px;
}
#content ul li {
	background: url(bullet.gif) no-repeat 0 6px;
	padding-left: 10px;
	margin-bottom: 1px;
}
.clearboth {
	clear: both;
}
