body{
 margin: auto;
 background-color: #E1E1E1;
 font-family: Verdana, Arial, Helvetica, sans;
 font-size: 13px;
 color: #8F9094;
 font-weight: bold;
}

A:link {text-decoration: none; font-weight: bold; color: #97492A;}
A:visited {text-decoration: none; font-weight: bold; color: #97492A;}
A:active {text-decoration: none; font-weight: bold; color: #97492A;}
A:hover {text-decoration: underline; font-weight: bold; color: #97492A;}

.width {
 width:1120px;
 min-width:1120px;
 margin: 0 auto;
 text-align: left;
 background-color: #ffffff;
 margin-top: 10px;
}
/* * html .minwidth {border-left:1120px solid #fff; position:relative; float:left; z-index:1;}*/
/* * html .container {margin-left:-1120px; position:relative; float:left; z-index:2;}*/

#header {
	background-image: url('images/logo.jpg'); 
	background-repeat: no-repeat;
	height: 200px;
}
#left {
	margin-left:-424px;/* must be same as width */
	float:left;
	width:424px;/* must be same as left margin on #middle */
	position:relative;
	display:inline;/* ie fix */
	background-repeat: no-repeat;
	padding-top: 77px;
}
#right {
	margin-right:-320px;/* must be same as width */
	float:right;
	width:320px;/* must be same as right margin on #middle */
	position:relative;
	display:inline;/* ie fix*/
}
* html #left{margin-right:-3px;}/* 3 pixel jog*/
* html #right{margin-left:-3px;}/* 3 pixel jog*/

#middle {
	margin-left:424px;
	margin-right:320px;
}
#centre {
	/*background-image: url('images/mall_images/01.jpg'); 
	background-repeat: no-repeat;*/
	height: 380px;
}

/* mac hide and combat ie's 3 pixel jog \*/
* html #centre{overflow:hidden;float:left;width:100%}
* html #middle {height:1%;}
/* end hide*/
#footer {
	clear:both;
	height:30px;
	text-align:center;
	border-top: 8px solid #97492A;
}
h1,h2,h3,p {margin:0px;}

h1{
	color: #97492A;
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
h2{
	color: #97492A;
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	display: inline;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 14px;
	color: #97492A;
	font-weight: bold;
	display: inline;
	padding: 0px 30px 0px 30px;
	line-height: 28px;
}
h4{
	color: #97492A;
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 11px;
	font-weight: bold;
	display: inline;
}

li{
	color: #000000;
	padding-bottom: 5px;
}

.li_centres{
	color: #000000;
	padding-bottom: 0px;
}
.clearer{
	height:9px;
	overflow:hidden;	
	clear:both;
}
