body {
	background: #2B2B2B url(images/bg1.jpg) fixed no-repeat 20px 150px;
	margin: 0px 0px 0px 0px;
	font: 9px Verdana;
	color: #333333;
	height: 100%;
	}
	
div#banner {
	background: url(images/banner.jpg) no-repeat;
	width: 600px;
	height: 400px;
	position: absolute;
	top: 20px;
	left: 200px;
	}
	
div#map {
	z-index: 5;
	position:absolute; 
	width:276px; 
	height:52px; 
	left: 493px; 
	top: 355px;
	}
	
table#table {
	font: 9px Verdana;
	color: #333333;
	background: #FFFFFF;
	width: 600px;
	padding: 0px 5px 5px 5px;
	margin-left: 200px;
	border-left: 1px solid #CCCCCC;
	position: absolute;
	top: 420px;
	left: 0px;
	}
	
td#nav {
	width: 190px;
	height: 100%;
	padding: 0px 5px 5px 0px;
	border-right: 1px solid #CCCCCC;
	}
	
td#content {
	padding: 2px;
	height: 100%;
	border-right: 1px solid #CCCCCC;
	}
	
td#foot {
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
	height: 15px;
	}
	
/* T I T L E S */
.navtitle {
	width: 188px;
	padding: 10px 0px 10px 2px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0px 0px 2px 0px;
	background: #999999;
	font: 9px Arial;
	}
	
span#red1 {
	color: #990000;
	font: bold 14px Century Gothic;
	padding: 3px;
	}
	
span#red2 {
	color: #990000;
	font: bold 12px Century Gothic;
	padding: 3px;
	}
	
.title {
	font: 10px Arial;
	height: 20px;
	color: #666666;
	border-bottom: 1px solid #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
.subtitle {
	font: 9px Arial;
	color: #666666;
	padding-left: 25px;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
/* L I N K S */
a:link, a:active, a:visited {
	color: #666666;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

#side ul{margin:0px;padding:0px 0px 2px 0px;list-style-type:none;font:9px Arial;text-align:center;}
#side li{margin:0px 0px -1px;}
#side a{display:block;background:#333333;text-decoration:none;padding:10px 0px 10px 0px;width:188;}
#side a:link, #side a:active, #side a:visited{color:#666666; border:1px solid #666666;background:#202020;text-align:center;letter-spacing:4px;text-transform:uppercase;}
#side a:hover{color:#FFFFFF;background:#333333;}