
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 752px;
}
#faux {
 background: url(images/background.gif) center repeat-y;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
}
#header {
 width: 755px;
 margin: 0 0 50px 0;
}
#mheader {
 background: url(images/mheader.gif) center no-repeat;
 height:22px;
}
#leftcolumn { 
 display: inline;
 width: 150px;
 float: left;
 color:#FFF;
 line-height:200%;
}
#leftcolumn ul{ 
 padding: 0 2px 0 3px;
 margin-bottom:30px;
 list-style: none;
}
#leftcolumn ul li{
 border-top: solid 1px #FFCA95;
}
#leftcolumn ul li a{ 
 display:block;
 height:24px;
 line-height:24px;
 margin-left:8px;
 padding-left:18px;
 background: url(images/bullet1.gif) no-repeat left center;
 text-decoration:none;
 color:#FFF;
}
#leftcolumn ul a:hover{ 
 font-weight: 600;
 white-space:nowrap;
 background: url(images/bullet2.gif) no-repeat left center;
}
#leftcolumn a{ 
 text-decoration: underline;
 color:#FFF;
}
#leftcolumn p{ 
 margin: 12px 0;
 font: 11px Tahoma, Geneva, sans-serif;
 letter-spacing: 1px;
}
#middle {
	float:left;
	position:relative;
	width:600px;
}
#mleft { 
 float: left;
 width: 369px;
}
#mright_bg, #mright { 
 position: absolute;
 right:0px;
 width: 231px;
 height: 269px;
 background:url(images/Middle_backing.gif) top right repeat-x;
}
#mright { 
 background:url(images/middle.jpg) top left no-repeat;
}
#mright #mright_text { 
 padding: 15px 5px 20px 20px;
 font: 11px Verdana, Geneva, sans-serif;
 line-height:120%;
}

#lower {
	float:left;
	width:600px;
	overflow:auto;
}
#left { 
 float: left;
 width: 180px;
 padding: 20px;
 text-align:center;
}
#right { 
 float: right;
 width: 340px;
 padding: 20px;
 text-align:justify;
}
#right #right_text{ 
 padding: 20px 5px 10px 0;
 font: 11px Verdana, Geneva, sans-serif;
 line-height:120%;
}
#footer { 
 clear: both;
 height: 50px;
 width: 751px;
 padding: 15px 0;
 margin: 0 0 0 1px;
 border-top: solid 1px #ee9d22;
 text-align:center;
 font: 11px Verdana, Geneva, sans-serif;
}
