#fauxInterior {
	background: url(../images/faux-Interior.gif);
	margin: 0;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 920px;
	border: 1px solid #FFF;
	clear: both;
}
#fauxMain {
	background: url(../images/faux-Main.gif);
	margin: 0;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 920px;
	border: 1px solid #FFF;
	clear: both;
}
#leftcolumn {
	display: inline;
	margin: 10px 0 0 10px;
	padding: 0px;
	width: 205px;
	float: left;
}
#leftcolumn ul { /* For Interior Navigation */
	list-style: none;
	padding: 0;
	margin: 8px 0;
	list-style-position: outside;
}
#leftcolumn li { /* For Interior Navigation */
	margin: 0 0 8px 0;
}
#rightcolumn {
	float: right;
	margin: 10px;
	padding: 0px;
	width: 683px;
	display: inline;
	position: relative;
}
#tableLeft { /*For Text Side by Side (Markets)*/
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 200px;
	float: left;
}
#tableRight { /*For Text Side by Side (Markets)*/
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 400px;
	display: inline;
	position: relative;
}
div#col1 { 
	margin: 0 0 0 10px;
	padding: 0;
	width: 330px;
	float: left;
}
div#col2 { 
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
	width: 330px;
	display: inline;
	position: relative;
}
.comment {
	width: 400px;
	text-align: center;
	color: #FFF;
	background: #005288;
	padding: 10px;
}
.clear { clear: both; background: none; }

/* Links */
.comment a:link {color: #FFF; text-decoration: underline; }
.comment a:visited {color: #FFF; text-decoration: underline; }
.comment a:active {color: #FFF; text-decoration: underline; }
.comment a:hover {color: #999; text-decoration: none; }
