html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #efefef url(../images/bg.gif);
 font:11px/18px Verdana, Arial, Helvetica, sans-serif;
 color: #AC4B42;
} 

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #600608;
	margin-bottom: 10px;
	margin-top: 20px;
}

h2 {
	font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #AC4B42;
	margin-bottom: 10px;
	margin-top: 0;
}

a:link, a:active, a:visited {
	color: #0066cc;
	text-decoration: underline;
}

a:hover {
	color: #600608;
	text-decoration: underline;
}

#pagewidth{ 
 width: 750px; 
 text-align: left; 
 min-width: 750px; 
 margin-left: auto; 
 margin-right: auto; 
 overflow: hidden; 
 background:#fff url(../images/bg.gif);
} 
#header{ 
 margin-top: 15px;
 border-top: 10px solid #AC4B42;
 height:138px; 
 width:750px; 
 background: #F4E8CA url(../images/header-bar.gif) no-repeat top;
} 

#logo{
	width: 200px;
	height: 90px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}

#extra-logos{
	width: 72px;
	height: 90px;
	position: relative;
	float: right;
	margin: 10px 10px 10px 0;
}

#mainnav{
	width: 750px;
	height: 25px;	
	position: relative;
	margin-bottom:0;
	border-bottom: 3px solid #AC4B42;
	overflow: hidden; 
}

#leftcol{
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:0px; 
 background:#F4E8CA;
 }

#outer{ 
 border:solid white 0px; 
  /*/*/ border-left-width: 200px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #F4E8CA;   /* left column colour */ 
border-left-style: solid; 
background-color: #ffffff; /* center column colour */ 
width: auto;
background-image:url("http://www.clevelandmotorinn.com.au/images/pagewidth-bg.gif;") top left;
 } 

#footer{
 height:25px; 
 width:750px; 
 background: #66090D;
 border-bottom: 3px solid #AC4B42;
 margin-bottom: 15px;
} 

#copyright {
	float: left;
	margin: 3px 0px 3px 5px;
	color:#fff;
}
#websitesthatsell {
	float: right;
	margin: 3px 5px 3px 0;
	color:#fff;
}

#websitesthatsell a{
	color:#fff;
}

#inner{margin:0; width:100%;}

#maincol{ 
 float: left; 
 width: 550px; 
 position: relative; 
 margin: 0px;
 }

#maincol-leftbox{
	float: left;
	width: 260px;
	height: 195px;
	position: relative;
	background: #F4E8CA;
	margin-right: 5px;
	margin-bottom: 10px;
}

#maincol-rightbox{
	float:left;
	width: 260px;
	height: 195px;
	position: relative;
	background: #F4E8CA;
	margin-left:5px;
	margin-bottom: 10px;
}

#intro{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

#outer>#inner { border-bottom: 1px solid #fff;  }
 
.clr{clear:both;}
 
.content{padding:9px;} /*padding for content */ 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 

.image-border{
	border: 1px solid #AC4B42;
}

.image-float-right{
	float: right;
	margin: 10px;
}

.image-float-left{
	float: left;
	margin: 2px 10px 10px 10px;
}

 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}