* { padding: 0; margin: 0; }

#all {
	position: relative;
	/*overflow:auto;*/
	height: 500px;
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;

}
#faux {
 	/*background: url(../images/faux-2-3-col.gif);*/
	background-color: #FFFFFF;
 	margin-bottom: 0px;
 	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 	width: 100%
}
#head1 {
	position:relative;
	overflow:hidden;
	width:800px;
	height:20px;
	background-color: #fff;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(../images/head1.jpg);
	background-repeat: repeat-x;
}
#head2banner {
	position:relative;
	overflow:hidden;
	text-align: left;
	width:550px;
	padding-left:250px !important;
	height:22px;
	background-color: #fff;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(../images/head2banner.jpg);
	background-repeat: repeat-x;
}
#head2banner a{
	color: #666666;
}

#head3 {
	position:relative;
	width:800px;
	height:17px;
	overflow:hidden;
	background-color: #fff;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(../images/head3.jpg);
	background-repeat: repeat-x;
}
#head4nav {
	position:relative;
        padding-left: 200px;
	overflow:hidden;
	text-align: left;
	width:600px;
	height:16px;
	background-color: #fff;
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(../images/head4nav.gif);
	background-repeat: repeat-x;
}
#head4nav  li{
	display:inline;
	color: #FFFFFF;
	font-size: 10px;
}
#head4nav  a {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
#head4nav  a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: bold;
}
#left {
	position:relative;
	overflow:hidden;
	left:0px;
	top:0px;
	width:131px;
	height:483px;
	background-color: #fff;
	float: left;
	color: #999999;
	font-size: 10px;
	background-image: url(../images/left.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 30px;
	text-align: left;
}

#left a {
	color:#fff; text-decoration: none;
	font-weight: bold;
}
#left a:link {
	color:#fff; text-decoration: none;
	font-weight: bold;
}
#left a:hover {
	color:#000; text-decoration: none;
	font-weight: bold;
}

#main {
	position:relative;
	width:457px;
	height:493px;
	/*width:447px;*/
	overflow-y: scroll;
	overflow-x: hidden;
	float: left;
	background-color: #fff;
	color: #666666;
	font-size: 11px;
	padding-right: 0px;
	padding-top: 10px;
	text-align: left;
}
#right {
	position:relative;
	left:0px;
	top:0px;
	width:137px;
	height:388px;
	background-color: #fff;
	color: #333300;
	font-size: 10px;
	float: right;
	background-image: url(../images/right.gif);
	background-repeat: repeat-x;
	padding-top: 125px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bbackgr.gif);
	background-color: #919294;
	margin-top: 0px;
	text-align: center;
}
#footer {
	position:relative;
	text-align: center;
	left:0px;
	top:0px;
	width:800px;
	height:23px;
	z-index:5;
	clear: both;
	background-color: #000000;
	color: #B05506;
	font-size: 10px;
	background-image: url(../images/footer.jpg);
}
img {
border:none;
}


