/* CSS Document */

#Content 
{
	clear:both;
	width:1000px;
	display:block;
}

#Footer
{
	clear:both;
	width:1000px;
	display:block;
}

table.motorhome {
	border-top:1px solid #AAA;
	border-right:1px solid #AAA;
	margin-bottom:20px;
}
table.motorhome tr td.highlight {
	background-color: #00ccff;
}
table.motorhome td {
	border-bottom:1px solid #AAA;
	border-left:1px solid #AAA;
	padding-left:5px;
	padding-right:5px;
	font-size:13px;
}
table.motorhome td.td1 {
	background-color: #444;
}

table td
{
	padding:5px;
}

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: none; 
    visibility:visible;
}
