/* CSS Document */

body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container  {
	width: 710px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 136px;
	padding: 0 0px;
} 
#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 */
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	font-size: 70%;
	margin-left: 1px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	font-size: 70%;
	margin-right: 1px;
}
#mainContent  {
	margin: 0 170px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 70%;
	color: #666666;
} 
#footer  {
	padding: 0 10px 0 20px;
	font-size: 70%;
	text-align: center;
	margin-top: 20px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
}
ul#minitabs li{
	display: inline;
	margin: 0 2px;
}
ul#minitabs a{
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #FFF;
	color: #999;
}
ul#minitabs a#current{
	border-color: #B0B181;
	color: ;
}
ul#minitabs a:hover{
	border-color: #F60;
	color: #666;
} 
#colour1 {
	background-color: #FF6F3E;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding: 10px;
	margin: 0px;
}
#colour2 {
	background-color: #ACB380;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	border-bottom-width: 10px;
	padding: 10px;
}
#colour3 {
	background-color: #8C86A8;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	padding: 10px;
}
#middlecolumnnav {
	font-size: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#sidebar1 #ad1 {
	text-align: center;
	background: #FF0;
	height: 50px;
	padding-top: 10px;
	width: 150px;
	font-weight: bold;
	color: #666;
	margin-bottom: 3px;
}
#sidebar1 #ad2 {
	margin-bottom: 3px;
}
#sidebar1 #ad3 {
	margin-bottom: 3px;
}
#mainContent #ad8 {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 4px;
}
#mainContent #ad5 {
	margin-bottom: 4px;
	width: 362px;
}
#mainContent #ad6 {
	margin-bottom: 4px;
}
#mainContent #ad4 {
	margin-top: 4px;
	margin-bottom: 4px;
}

#mainContent #ad9 {
	font-weight: bold;
	color: #FFF;
	background: #06F;
	height: 20px;
	padding: 5px;
	margin-bottom: 3px;
	font-variant: normal;
	text-align: center;
	margin-top: 4px;
}
#sidebar2 #ad12 {
	background: #FF6;
	margin-top: 4px;
	padding: 6px;
}
#sidebar1 #ad13 {
	padding: 6px;
	margin-top: 4px;
	color: #CCC;
	background: #FB5200;
}
#localvillagelinks {
	color: #333;
	padding: 6px;
	margin-top: 4px;
	background: #6F0;
}
#sidebar1 #suggestions {
	color: #FFF;
	background: #306;
	padding: 6px;
	margin-top: 4px;
	font-weight: bold;
}

#mainContent #ad10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	padding: 5px;
	margin-bottom: 3px;
	background: #F1B767;
	height: 50px;
}
#mainContent #ad11 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background: #E16048;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
	height: 50px;
}
#listings {
	font-size: 70%;
	margin-left: 168px;
	margin-right: 168px;
	color: #666666;
}
h3 {
	font-size: 100%;
	margin: 3px 0px 0px;
	color: #666666;
}
.indent {
	margin-top: 3px;
	margin-bottom: 4px;
	font-style: italic;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
}
#kitchen {
	position: relative;
	top: 10px;
	width: 180px;
	float: left;
	padding-right: 12px;
	padding-bottom: 6px;
}
#livingroom {
	width: 180px;
	padding-right: 12px;
	float: left;
	padding-top: 12px;
}
#houseforsale {
	float: left;
	width: 150px;
	margin-top: 10px;
	border-top: 4px solid #ECE9D8;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-color: #ECE9D8;
	border-bottom-color: #ECE9D8;
	border-left-color: #ECE9D8;
	padding: 6px;
}
<script type="text/javascript">

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
</script>
#mainContent #form {
	background: #36F;
	color: #FFF;
}
#sidebar1 #harerestaurant {
	margin-top: 4px;
}
a .bluelink {
	color: #FFF;
}
#ad13 {
	padding: 6px;
	background: #FF0;
	margin-top: 4px;
}
#ad14 {
	padding: 6px;
	background: #CCAC82;
	margin-top: 4px;
}
