/* motorhomesales.CSS */

* {
	margin:0;
	padding:0;
}

body{
	background:#6699AA;
	color:#000;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
}

h1, h2, h3, h4 {

	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
	}

h2 {
	font-size: 2em;
	margin-bottom: .75em;
}



ol, ul, p {
	margin-bottom: 1.5em;
}

ol, ul {
	padding-left: 2em;
}

a {
	color: #03C;
	text-decoration: underline;
}

a:hover, a:active, a:hover {
	text-decoration: none;
}

a img, img.left, img.right {
	border: 1px solid #CCC;
	background: #F0F0F0;
	padding: 4px;
}

a:hover img, a:active img, a:focus img {
	border-color: #03C;
}
#header h1 {
padding-top:40px;
}
#header img.left, #header img.right{
border:0;
background: 0;
padding:0 10px 0 10px;
margin:0;
}
#container{
	margin: auto;
	background:#fff;
	width:970px;
	font-size:1.2em;
	border:solid 2px #001100;
}
#header{
	
border-bottom: solid #001100 2px;
}
#section{
	text-align:left;
	padding: 10px;
}
#footer{
background:#778877;
color:#fff;
text-align:left;
padding:10px;
}
#footer a{
	color:#fff;
}
#footer  h1{
	color:#fff;
	margin:0;
	padding: 0;
	
}
.left{
float:left;
}
.right{
float:right;
}
/* Clearfix */

/* Float Clearing for IE6 */
* html #header,
* html .middlecol,
* html #section,
* html .right,
* html .left
{
	height: 1%;
	overflow: visible;
}

/* Float Clearing for IE7 */
*+html #header,
*+html .middlecol,
*+html #section,
*+html .right,
*+html .left
{
	min-height: 1%;
}

/* Float Clearing for Everyone Else */
#header:after,
.middlecol:after,
#section:after,
.right:after,
.left:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Firefox Scrollbar Hack */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* TinyMCE Editor */

body.mceContentBody {
	background: #FFF;
	text-align: left;
	font-size: 14px;
}

/* TinyMCE Image Alignment */

.left {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

.right {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
iframe {height:300px;
	width:300px;
	float: left;
	margin-right: 20px;
}