* { padding: 0; margin: 0; }

a{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited{
	color:#FFFFFF;
	text-decoration:none;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#000000;
}
#wrapper { 
	margin: 0 auto;
	width: 910px;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; 
	width: 100%;
	height: 480px;
}
#header {
	background-image: url("header.png");
	background-repeat: no-repeat;
	width: 960px;
	height: 213px;
}
#navigation {
	background-image: url("navigation-bar.png");
	background-repeat: no-repeat;
 	width: 960px;
	height: 107px;
}
#nav-insidebox{
	padding-top: 3.7%;
}
#leftcolumn { 
 	display: inline;
 	background-image: url("left-column.png");
	background-repeat: no-repeat;
 	width: 337px;
	height: 480px;
 	float: left;
	color: #FFFFFF;
	text-align: left;
	padding-left: 13%;
}
#left-insidebox{
	width: 31%;
	position: absolute;
	overflow: auto;
	padding-top: 5.8%;
}
#rightcolumn { 
	float:right;
	background-image: url("right-column.png");
	background-repeat: no-repeat;
	width: 624px;
	height: 480px;
	margin-left: 337px;
 	position: absolute;
	padding: 40px 50px;
	color: #FFFFFF;
	text-align: justify;
}
#right-insidebox{
	padding-right: 15px;
	width: 470px;
	height: 380px;
	position: absolute;
	overflow: auto;
}
#right-map{
	height: 5%;
	margin-bottom: 1%;
}
#footer { 
	margin-top: 2%;
	color: #FFFFFF;
	width: 960px;
	height: 41px;
	text-align: center;
	clear: both;
	background-image: url("footer.png");
	background-repeat: no-repeat;
}
.clear { clear: both; background: none; }