* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, Times, sans-serif;
	background: #ddd;	
}

#wrapper {
	background:  #fff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 168px;
	background: #600;
	color: #c33;
}

#header img {
	float: right;
	margin: 5px;
}

#header h1 {
	padding-top: 1em;
	padding-left: 1em;
}

#header h1 span.location {
	font-size: 60%;
	font-weight: normal;
}

#nav {
	line-height: 2em;
	background: #666;
}

#nav ul {
	list-style-type: none;
	margin-bottom: 0;
}

#nav ul li {
	display: inline;
	margin-left: 1em;
}

#nav ul li a {
	orphans: 0;
	widows: 0;
	top: 0px;
	text-decoration: none;
	color: #ccc;
}

#nav ul li a:hover {
	color: white;
}

#main {
	background: white;
	padding: 0 20px 2em
}

h2 {
	margin: 0 -20px 1em;
	color: #600;
	background: #999;
	padding: .2em 1em;	
}

p#contactFormHeader {
	margin: 1em 0 0;
	color: #600;
	background: #999;
	font-weight: bold;
	padding: .2em 1em;	
}


#businessServices h2,
#resume h2,
#contact h2 {
	margin-top: 1em;
}

h3 {
	margin: 1em 0;
}

ul {
	margin-left: 2em;
	margin-bottom: 1em;
	color: #333;
	list-style-image: url('/images/customBullet7.gif');
}

p.testimonial {
	color: #600;
	font-style: italic;
	padding: 1em 1em;
	border: #600 dotted 1px;
	margin: 0 0 1em;
	text-align: center;
}

span.testimonial {
	color: #600;
	font-style: italic;
}

#testimonials p {
	margin: 1em 4em 0 2em;
	color: #333;
}

#testimonials p span.signature {
	font-style: italic;
}

table#portfolio,
table#portfolio tr,
table#portfolio td {
	border: 0;
}

ul.portfolio li {
	margin-bottom: 1em;
}

ul.portfolio img {
	padding: 4px;
	border: 1px solid #666;
	margin-left: 2em;
	margin-top: 1em; 
}

ul#portfolio li {
	margin-bottom: 1em;
}

ul#portfolio img {
	padding: 4px;
	border: 1px solid #666;
	margin-left: 2em;
	margin-top: 1em; 
}

#businessServices ul {
	margin-bottom: 0;
}

#pastREClients ul li span.testimonial{
	display: block;
	margin: 1em;
}

#contact {
	padding-bottom: 40em;
}

#contact form {
	padding: 0 1em 1em;
	border: #600 dotted 1px;
}

#contact form p {
	margin-top: 1em;
}

#contact form label {
	font-style: italic;
}

.caption {
	font-style: italic;
	color: #666;
}

#footer {
	background: #666;
	line-height: 2em;
	font-size: smaller;
	color: #ccc;
	text-align: center;
}