body {
	margin: 0px;
	padding: 0px;
}
#outer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	height: 280px;
	background-attachment: fixed;
	background-image: url(header.gif);
	background-repeat: repeat-x;
	background-position: right;
	margin: 0px;
	padding: 0px;
}
#logo {
	margin: 10px;
	float: left;
}
.redline {
	background-color: #C00D0C;
	height: 10px;
	width: 100%;
	clear: both;
}
#navigation {
	background-image: url(navigate-back.jpg);
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	height: 62px;
	width: 100%;
	border-bottom-color: #FFFFFF;
}
#content {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 728px;
}
#content p {
	font-size: 0.8em;
	line-height: 2.0em;
}
#content ul {
	font-size: 0.8em;
	line-height: 2.0em;
}
#buttons {
	margin-top: 20px;
	margin-left: 20px;
}
#buttons img {
	margin-right: 30px;
}
#content h1 {
	font-size: 1em;
	color: #C00D0C;
}
#gradient {
	margin: 0px;
	float: right;
	padding: 0px;

}
#contact {
	width: 340px;
	float: right;
	margin-top: 10px;
	margin-right: -100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}

a:link, a:visited, a:active {
	color: #CC0000;
	font-weight: bold;
}

.experienced {
	margin-top: 20px;
}
#Services {
	float: right;
	width: 200px;
	color: #FFFFFF;
	margin-left: 10px;
	background-image: url(services-background.gif);
	height: 325px;
}
#Services ul {
	font-size: 0.8em;
	line-height: 1.8em;
	list-style-type: square;
	margin-left: -14px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
#footer {
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	clear: both;
	font-size: 0.7em;
	margin-top: 20px;
}
.testimonial {
	background-color: #F2F2F2;
	padding: 0px 10px;
	margin-bottom: 20px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC3300;
	border-bottom-color: #CC3300;
	display: block;
	clear: both;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.signed {
	float: right;
	clear: both;
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}
.break {
	clear: both;
	height: 10px;
}

