* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000 url(../_images/bg_pg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
	
h1 {font-size: 2.6em;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.5em;}

a:link, a:visited {
	color: #c90;
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}	

.container {
	width: 794px;
	margin: auto;
	border: 1px solid #333;
	}
	
.top {
	height: 200px;
	background: url(../_images/bg_top.gif) no-repeat 0 -1px;
	}
	
.top_left {
	float: left;
	clear: none;
	}

.logo {
	margin: 42px 0 0 20px;
	}

.heading {
	width: 501px;
	margin-top: 20px;
	}	
	
.heading2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 10px 0 0 30px;
	padding: 8px 0 0 0;
	}

#menu {
	float: right;
	clear: none;
	width: 269px;
	height: 189px;
	margin: 0;
	}
	
#menu ul {
	text-align: right;
	list-style: inside;
	list-style-type: none;
	margin-right: 10px;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
	}
	
#menu ul li {
	padding: 5px;
	}
	
#flash {
	height: 168px;
	background: #000;
	margin: 0 0 0 0;
	}
	
.sticky {
	width: 243px;
	height: 222px;
	background: url(../_images/bg_sticky.gif) no-repeat 0 0;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 220px 0 0 145px;
	z-index:2;
	}
	
.sticky_it {
	padding: 15px;
	}
	
.sticky ul {
	list-style: inside;
	color: #bebebe;
	}
	
.sticky ul li {
	padding: 2px 0 0 0;
	}
	
.pic_heading {
	}	

.middle {
	background: #030303 url(../_images/bg_middle.gif) repeat-x 0 0; 
	color: #757575;
	}
	
.content {
	float: left;
	clear: none;
	width: 520px;
	}
	
.it {
	padding: 15px;
	}
	
.middle h1, .middle h2, .middle h3, .middle h4, .middle h5, .middle p, .middle ul, .middle ol {
	margin: 15px 0;
	}
	
img#map {
	border: #333 solid 1px;
	margin: 10px auto;
	}
	
.side {	
	background: #1d1d1d url(../_images/bg_side.gif) repeat-x 0 0;
	width: 260px;
	float: right;
	border-left: 1px solid #333;
	}
	
.side ul {
	list-style: inside;
	}

.side ul li {
	padding: 2px 0;
	}	

.side_it {
	padding: 80px 15px 15px 15px;
	}
	
.sd {
	clear: both;
	}
	
.footer {
	clear: both;
	height: 60px;
	background: url(../_images/bg_footer.gif) repeat-x 0 0;
	border-top: 1px #333 solid;
	margin: -20px 0 0 0;
	text-align: center;
	line-height: 60px;
	color: #444;
	}
	
.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #666;
	}
	
.smalls {
	font-size: 9px;
	}
	
h3#specs {
	text-indent: -10000px;
	background: url(../_images/ttl_specs.gif) no-repeat 0 0;
	}
	
.rep_table td {
	padding: 5px;
	margin-top: 10px;
	border-top: 1px #333 solid;
	}
	
table.rep_table {
	width: 100%;
	margin: 10px auto;
	clear: both;
	}
	
.rep_white {
	background: #000;
	padding: 5px;
	}
	
.rep_grey {
	background: #333;
	padding: 5px;
	}
	
input, textarea {
	background: #CCCCCC;
	border: #333 1px solid;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
a img {
	border: #333 1px solid;
	}