/* Bob Westecott Stylesheet */ 

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	color: #ccc;
	background: #992626;
	margin-bottom: 36px;
	}

#outer {
	width: 766px;
	margin: auto;
	background: #cc3333;
	border: 1px solid #000;
	}

#hdr {
	height: 132px;
	background: #cc3333 url(../images/hdr_bg.gif) repeat-x;
	color: #333;
	padding: 10px 0px 0px;
	}

#content {
	text-align: left;
	background: #cc3333;
	color: #fff;
	padding: 15px 20px 20px 30px;
	background-color: #cc3333;
	}

#content h1 {
	margin: 10px 0px 0px 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	background-color: transparent;
	line-height: 1.5em;
	}

#content h2 {
	margin: 5px 0 12px;
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
	padding: 0;
	}

#content h3 {
	margin: 12px 0 6px 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	}

#content p {
	padding: 0 5px 20px 0;
	line-height: 1.6em;
	color: #fff;
	}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #fff;
	}
	
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #fff;
	}
	
#content img.left {
	margin: 0px 20px 20px 0px;
	float: left;
	border: 1px solid #000;
	position: relative;
}

#content img.right {
	margin: 0 0 10px 20px;
	float: right;
	border: 1px solid #000;
}

#outer #content ul {
	font-size: 1em;
	line-height: 1.5em;
	margin-left: 32px;
	margin-top: 12px;
	margin-bottom: 20px;
}

#footer {
	text-align: center;
	font-size: 0.9em;
	margin: 42px 0 18px 0;
	padding: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	clear: both;
	}

#outer #content #footer h2 {
	font-weight: normal;
	margin-bottom: 10px;
	}

#outer #content #footer h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	}

#testimonials {
	margin: 0 0 10px -10px;
	position: relative;
	}

#testimonials ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;	}

#testimonials li {
	float:left;
	margin: 3px;
	position: relative;	}

#testimonials li a img {
	border: 3px solid #666;
	position: relative;	}

#josh {
	width: 766px;
	margin: 10px auto 0;
	text-align: center;
	padding: 0;
	}

#josh img {
	border-style: none;
	}
#outer #content #links {
	clear: both;
}
#outer #content .test_words {
	line-height: 1.2em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
