* {
	padding:0;
	border:0;
}
html {
	background:#000;
}
body {
	width:758px;
	margin:0 auto;
	font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	background: #6B6E6C;	
	padding-bottom:4px;
}
h1 {
	font-family: 'Geneva', 'Arial', 'Helvetica', 'Verdana', sans-serif;
	color:#FEF200;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}

div#header {
	height: 202px;
	background: url('/images/header.jpg') repeat-x;
}
	div#header * {
		display:none;
		/*hide it all*/
	}
	
div#nav ul {
	margin-top:-3px;
	height:33px;
	_margin-left:1em;
	list-style:none;

}
	div#nav ul li {
		float:left;
		width:133px;
		height:33px;
		margin-left:6px;
		_margin-left:3px;
		background: url('/images/button.jpg') no-repeat;
		list-style-position:inside;
		padding:5px;
		text-align:center;
	}
	div#nav ul li a {
		float:none;
		text-decoration:none;
		color:#000;
		font-weight:bold;
		font-size:1.2em;
		margin-top:5px;
	}
	div#nav ul li a:hover {
		color:#FFF;
	}
	
	div#nav ul li.home a {
		background:url('/images/home.gif') left no-repeat;
		padding-left:15px;
	}
	div#nav ul li.services a {
		background:url('/images/services.gif') left no-repeat;
		padding-left:20px;
	}
	div#nav ul li.affiliates a {
		background:url('/images/affiliates.gif') left no-repeat;
		padding-left:20px;
	}	
	div#nav ul li.about a {
		background:url('/images/about_us.gif') left no-repeat;
		padding-left:20px;
	}	
	div#nav ul li.contact a {
		background:url('/images/contact_us.gif') left no-repeat;
		padding-left:15px;
	}	

div#sidebar {
		position:relative;
		display: block;
		float:left;
		margin-right:8px;
		margin-left:4px;
		width: 142px;
		min-height: 287px;
		_height:287px;
		border: 1px;
		background: url('/images/stations.jpg') no-repeat;
		color:#FFF;
	}
	div#sidebar div#sidebar_content {
		position: absolute;
		bottom:3em;
		right:0;
		padding:1em;
		text-align:right;
	}
	div#sidebar div#sidebar_content a {
		color:#FEF200;
		font-weight:bold;
	}
div#content {
	display: block;
	float:left;
	width: 588px;
	border:1px solid #fff;
	color: #FFF;
	background:#808080;
	padding:4px;
}
body#front_end_index div#content {
	display: block;
	padding:0;
	float:left;
	width: 588px;
	height: 286px;
	border: 1px solid grey;
	background: url('/images/mainImage.jpg') no-repeat #808080;
}
	body#front_end_index div#content div#content_wrapper {
		margin-top:190px;
		margin-left:20px;
	}
	
div#main {
	display:block;	
	_margin-top:-10px;
	margin-bottom:4px;
	_margin-bottom:35px;
}

div#footer {
	display:block;	
	color:#FFF;
	font-size:.8em;
	margin-left:100px;
	_margin-left:104px;
	padding-left:60px;
	background: url('/images/footer_background.jpg') no-repeat;	
	height:34px;
	margin-bottom:4px;
}
	div#footer p {
		background:url('/images/rounded_bottom_right.jpg') bottom right no-repeat #8B8C90;
		height:100%;
		margin-right:16px;
		_margin-right:10px;
	}


/*helper*/
.clearBoth{
	clear:both;
}