body {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	color: #000;
	background-color: #5d5a87;
	margin: 0;
	padding: 0;
	text-align: center;	
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background-color: #fff;
}

#header {
	width: 800px;
	background: url(../img/bg-header.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
	height: 101px;
}

#top-nav {
	width: 800px;
	height: 38px;
	background: url(../img/bg-nav.gif) no-repeat;
}

#main-body {
	width: 800px;
	overflow: auto;
	margin: 0 0 20px 0;
}

#col-left {
	width: 200px;
	margin: 20px 20px 0 10px;
	float: left;
}

#col-right {
	float: left;
	width: 540px;
	margin: 20px 0 0 10px;
}

#footer {
	clear: both;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	padding: 0 0 10px 0;
	}

/* Top Nav Style */

#top-nav ul {
	margin: 0 0 0 300px;
	line-height: 38px;
	color: #23213b;
}

#top-nav ul li {
	float: left;
	margin: 0 20px 0 20px;
	font-size: 120%;
}

#top-nav ul li a:link, #top-nav ul li a:visited {
	text-decoration: none;
	color: #23213b
}

#top-nav ul li a:hover {
	text-decoration: underline;
}



/* List Styles */

#col-left ul {
	list-style: disc;
	margin: 0 0 20px 0;
}

#col-left ul li {
	margin: 0 0 0 30px;
}

#col-right ul {
	margin: 0 0 10px 0;
	list-style: disc;
}

#col-right ul li {
	margin: 0 0 0 30px;
	
}

#col-right ul li ul {
	list-style: circle;
}

/* Text Styles */

p {
	margin: 0 0 10px 0;
}

.testimonial {
	font-size: 120%;
	margin: 0 0 3px 10px;
	line-height: 1.5em;
}

.test-cred {
	text-align: right;
	font-size: 80%;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

/* Heading Styles */


#col-right h1 {
	font-size: 150%;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid black;
	margin: 0 0 6px 0;
}

#col-right h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 6px 0;
	font-style: italic;
}


/* Image Control */

.photo-right {
	float:  right;
	margin: 0 0 10px 10px;
}

#buckets {
	clear: right;
}

.bucket {
	display: inline;
	clear: right;
	margin: 0 5px 0 0;
}
