* { padding: 0; margin: 0; }


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#2C2B2B;
}


#wrapper {
	margin: 0 auto;
	width: 720px;
	border-top-width: 0px;
	border-right-width:thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cf0200;
	border-right-color: #622064;
	border-bottom-color: #622064;
	border-left-color: #622064;
	background-color:#FFF;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image: none;
	border: medium none #CC0000;
}
#header {
	color: #333;
	width: 720px;
	padding: 0px;
	height: 243px;
	margin: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #2B2B2B;
}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 0px;
	padding: 0px;
	width: 210px;
	float: left;
	position: absolute;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-attachment: scroll;
	border-right:medium #333;
}
#rightcolumn {
	float: right;
	color: #333;
	border-left: medium thin #000;
	padding: 0px;
	width: 512px;
	display: inline;
	position: relative;
	background-color: #D4D4D4;
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-width: 1px;
	BORDER-RIGHT: none; 
	BORDER-TOP: none; 
	BORDER-LEFT: solid 2px #42454e; 
	BORDER-BOTTOM: none
	margin-left: 0px;
	
}


#footer {
	
	width: 720px;
	height:15px;
	clear: both;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
	border: medium none #CC0000;
	background-color: #2C2B2B;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	position:absolute;
	left:140px;

}
.clear { clear: both; background: none; }

.footer	A:link {text-decoration: none; color:#FFFFFF;}
.footer	A:visited {text-decoration: none; color:#FFFFFF;}
.footer	A:active {text-decoration: none; color:#000;}
.footer	A:hover {text-decoration: underline; color:#FFFFFF;}

img {border: 0px;

}

