<!--
body {
	background: #cccd33; 
	margin: 0; 
	padding: 0;
	font-family: "verdana", "arial", "helvetica", "sans-serif";
	font-size: 85%;
}

h1, h2, h3, h4, h5, p, ul, ol, dl, a {padding: 0; margin: 0;}
img.picleft {float: left; padding: 0 1em .25em 0;}

* html {text-align: center;} /*So IE6 will center the div*/

#wrapper {
	background: #fff url(../images/shared.jpg) no-repeat 50%; 
	height: 700px; 
	width: 950px; 
	margin: 0 auto;
	position: relative;
}

#nav {
	width: 850px; 
	margin: 0 auto; 
	position: absolute; 
	left: 86px; 
	top: 580px; 
	font-size: .9em;
	text-align: left; /*So IE6 will align the text to the left*/
}
#nav ul {list-style: none;}
#nav ul li {display: inline;}
#nav ul li a {border-right: solid #ff5a00 1px; text-decoration: none; padding: 0 5px 0 0; color: navy;}
#nav ul li a.navlast {border-right: none;}
#nav ul li a:hover {color: #ff5a00;}

#navheaders {/*General styling for the navigational headers that appear on every page except the home page*/
	width: 300px; 
	position: relative; 
	left: 0;
	top: 10px;
	text-align: left; /*So IE6 will align the text to the left*/
}
#navheaders h1#about {
	background: url(../images/navheaders_about.gif) no-repeat; 
	height: 70px;
	text-indent: -9999em;
}
#navheaders h1#testimonials {
	background: url(../images/navheaders_testimonials.gif) no-repeat; 
	height: 70px;
	text-indent: -9999em;
}
#navheaders h1#contact {
	background: url(../images/navheaders_contact.gif) no-repeat; 
	height: 70px;
	text-indent: -9999em;
}
#navheaders h1#mailinglist {
	background: url(../images/navheaders_mailinglist.gif) no-repeat; 
	height: 70px;
	text-indent: -9999em;
}
#navheaders h1#learn {
	background: url(../images/navheaders_learn.gif) no-repeat; 
	height: 70px;
	text-indent: -9999em;
}
#navheaders h1#portfolio {
	background: url(../images/navheaders_portfolio.gif) no-repeat; 
	height: 70px;
	text-indent: -9999em;
}
#navheaders h1#services {
	background: url(../images/navheaders_services.gif) no-repeat; 
	height: 70px;
	text-indent: -9999em;
}

#unscary {/*This is for the word "unscary" that goes only on the home page*/
	position: relative; 
	left: 0; 
	top: 250px; 
	background: url(../images/unscary.jpg) no-repeat; 
	height: 260px;
}

#contentarea {/*This is for the large white box with green border that spans the page*/
	position: relative; 
	left: 115px; 
	top: 240px; 
	height: 300px; 
	width: 700px; 
	background: #fff; 
	border: solid 3px #cccd33;
	overflow: auto;
	padding: 1em;
}
#leftcontentbox {
	position: relative;
	left: 100px;
	top: 320px;
	height: 230px;
	width: 360px;
	overflow: auto;
	text-align: left; /*So IE6 will align the text to the left*/
}
#rightcontentbox {
	position: absolute;
	left: 500px;
	top: 320px;
	height: 230px;
	width: 360px;
	overflow: auto;
	text-align: left; /*So IE6 will align the text to the left*/

}
*html #leftcontentbox { /*Fix for IE*/
	left: -200px;
}

#leftcontentbox h2, #rightcontentbox h2, #contentarea h2 {
	font-size: 120%; 
	color: #ff5a00;
}

#leftcontentbox h3, #rightcontentbox h3, #contentarea h3 {
	font-size: 110%;
	padding: 0 1em 0 0;
}

#leftcontentbox p, #rightcontentbox p {
	padding: 0 1em .5em 0;
}
#leftcontentbox ol, ul, #rightcontentbox ol, ul {
	padding: 0 1em .5em 2em;
}
dl#portfoliolist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
dl#portfoliolist dt {
	font-size: 1.25em;
	background-color: #FF6600;
	color: #FFFFFF; 
	margin: 1em, 0px, 0px, 0px;
	padding: 2px;
}
dl#portfoliolist dd {
	margin: 0px 1em 1em 0px;
	padding: 0px;
	font-size: 95%;
}
dl#portfoliolist img {
	width: 300px;
	margin: 10px auto;
}
dl#portfoliolist a {
	color: #666;
	font-size: .75em;
	text-decoration: none;
}
blockquote {
	font-size: 95%;
}
label {
	width: 70px;
	float: left;
	margin-right: 3px 0.5em 2px 0;
	display: block
}
.submit input {
color: #fff;
background: #ff5a00;
border: 2px outset #ff5a00;
}

p.firstline:first-letter {
	font-size: 310%;
	color: #ff5a00;
	float: left;
}

#footer {
	width: 750px;
	margin: 6px auto;
	font-size: .75em;
	color: navy;
	text-align: center;
}
	

-->
