body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}


.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	text-align: left;
	overflow: hidden; 
	 
	
	
}
#global {
	overflow: hidden; 
	}  
.thrColHybHdr #header { 
	background: #000066; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	height:138px; 

	
} 
.thrColHybHdr #header #topper{
	height:18px;

	}
.thrColHybHdr #header #middler{
	height:100px;
	background-image:url(images/toprow2.jpg);
	background-repeat:repeat-x;
	background-position:left;
	}
.thrColHybHdr #header #bottomer{
	height:18px;
	background-color:#CC0000;
	color:#FFFFFF;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;	
	}

.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.c1 {
	 
	width: 150px; 
	background: #3365CC; 
	padding: 15px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	

	
}
.c1 h1 {
	font-size:20px;
	font-weight:bold;
	
	}
.c3 {
	
	width: 184px; 
	background: #3365CC; 
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff; 
	
}
.c3 img {
	margin-top:20px;
	margin-bottom:20px;
	}



.c2 {
 	 
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 

} 
.c2 h2{
	color:			#cc0000;
	font-weight:	bold;
	font-size:		14px;
	}
.c2 h1{
	color:			#cc0000;
	font-weight:	bold;
	font-size:		16px;
	}
.c1 h3{
	color:			#ffffff;
	font-weight:	bold;
	font-size:		14px;
	margin-left:0px;
	}
.footer { 
	height:16px;
	background-color:#CC0000;
} 
#bottomer a:link {

	color: #FFFFFF;
	text-decoration: none;
}
#bottomer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#bottomer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#bottomer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
width: 150px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
background-color:#FF9900;
font-size: 12px;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin:0px;
padding:0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding-left: 5px;
}
#vertmenu ul li a {
font-size: 12px;

font-weight:bold;
display: block;

padding: 5px 0px 2px 4px;
text-decoration: none;
color: #ffffff;
width:140px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #ffffff;
background-color: #000066;
}
.redline {
	
	background-image:url(images/redbkgrnd.jpg);
	background-repeat:repeat-x;
	height:4px;
	width:90%;
	
	}
.redline100 {
	
	background-image:url(images/redbkgrnd.jpg);
	background-repeat:repeat-x;
	height:4px;
	width:99%;
	
	}
#spanhome {
text-align:center;
background: url(images/linkbackground.jpg); 
background-repeat:repeat-x;
color:#cc0000;
border:none;
}
#spanhome a {
text-decoration:none;
font-weight:bold;
color:#cc0000;
border:none;
}
#spanhome a:hover {
text-decoration:none;
color:#3365cc;
border:none;
}
#spanhome a:visited {

border:none;
}
#rental {
width:650px;
margin-left:auto;
margin-right:auto;
}	
#rental img {
margin-bottom:5px;
border:5px solid #60A8CC;

}
.rentdiv {
float:left;
width:208px;
height:180px;
margin-right:5px;
margin-top:5px;
font-weight:bold;
}
.maincol {
width:320px;
margin-left:auto;
margin-right:auto;
}
.maincol img {

}
.centre {
width:650px;
margin-left:auto;
margin-right:auto;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
.thrColHybHdr #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */