body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
img {
	border:0;
}
a {
	color:#999;
	text-decoration:none;
}
ul {
	margin:0;
}
#about ul {
    padding:5px;
}
li {
	list-style: none;
}
#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:800px;
	background:url(images/bg-3.jpg) no-repeat #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#about #container {
	background:url(images/bg-bio.jpg) no-repeat #FFFFFF;
}
#nav {
	margin-top:125px;
	width:840px;
	height:60px;
}
#nav a {
	display:block;
	clear:none;
	float:left;
	width:157px;
	text-align:center;
	
}
#nav a:hover img {
	margin-left:-4000px; 
}
a#home {
	background-image:url(images/nav/nav-home-active.png);
	background-repeat:no-repeat;
	width:184px;
}
a#about {
	background-image:url(images/nav/nav-about-us-active.png);
	background-repeat:no-repeat;
	width:158px;
}
a#svc {
	background-image:url(images/nav/nav-services-active.png);
	background-repeat:no-repeat;

}
a#test {
	background-image:url(images/nav/nav-testimonials-active.png);
	background-repeat:no-repeat;

}
a#contact {
	background-image:url(images/nav/nav-contact-us-active.png);
	background-repeat:no-repeat;
	width:184px;
}
#main {
	clear:both;
	float:left;
	width:100%;
}
img#splash {
	position:relative;
	left:92px;
	top:13px;
}
#about img#splash { /* her bio pic */
    
    float:left;
  }
#copy {
	position:relative;
	float:left;
	left:15px;
	top:20px;
	margin-left:60px;
	padding:15px;
	width:400px;
	height:300px;
}
#about #copy {
	width:500px;
}
#sidebar {
	position:relative;
	top:20px;
	left:0px;
	padding:40px 20px;
	text-align:right;
	clear:none;
	float:left;
	width:220px;
	color:#999;
	text-transform: uppercase;
	font-family: lucida console, lucida sans unicode;
	font-size:1.2em;
}
#about #sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	width:100px;
	text-align:left;
	padding:20px 20px 20px 40px;
}
#sidebar em {
	font-style: normal;
	font-size:1.4em;
}
body#home #sidebar img,
body#testimonials #sidebar img {
	margin:-20px auto auto -10px;
}
body#contact #sidebar img{
	margin:-15px 0 0 -10px;
}

h1,h2 {
	margin:0;
	text-transform: uppercase;
}
h1 {
	font-size:1.5em;
	color:#9394C8;
}
h2 {
    color:#9394c8;
	font-size:1.2em;
}
h3 {
    margin:0;
    padding:0;
    font-size:1em;
    color:#9394c8;
   }
p {
    margin:0;
    padding:0;
    }

span.contact {
   display:block;
   padding-top:10px;
   width:200px;
   clear:none;
   float:left;
    }
span#credentials {
    position:relative;
    clear:none;
    float:left;
    margin:130px 0 0 100px;
   }
}
#testimonials p {
    color:#9394c8;
}
p.quote {
    margin-top:10px;
   }