/* main body styles */
body 
{
	font-family: "Comic Sans MS";
	font-size:14px;
	line-height:16px;
	margin:0;
	background-color:#036;
}
#columns 
{
 background: url(columns.gif);
 margin-bottom: 0px;
 overflow: hidden; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#wrapper { 
 margin: 0 auto;
 width: 1100px;
 overflow:hidden;
 
}
#header {
 color: #333;
 width: 1100px;
 float: left;
 padding: 0px;
 height: 130px;
 margin: 0px;
 background: url(headerbg.gif);
 background-position:bottom
}
#leftcolumn { 
 color: #333;
 background: #f5f5f5;
 margin: 0px;
 padding: 0px;
 height:auto;
 width: 150px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 /*
  background: #fff;
 */
 margin-left: 25px;
 margin-right: 25px;
 padding: 0px;
 height: auto;
 width: 650px;
 text-align:center;
 display: inline;
}
#rightcolumn { 
 color: #333;
 background: #f5f5f5;
 margin: 0px;
 padding: 0px;
 height: auto;
 width: 250px;
 float: left;
}
#footer { 
 width: 100%;
 clear: both;
 /*
 color: #FC0;
 */
 background: #036;
 margin: 0px;
 padding: 0px;
}
#contentMapContainer
{
	float: left;
	color: #111;
	display:inline;
  text-align:left;
	padding-left: 50px;
	padding-right: 50px;
	width:600px;
	height:auto;
	background-image:url(lgMap.gif);
	background-repeat:no-repeat;
	background-position: top center;
	font-weight:bold;
}

