/* CSS Document */
/*
===============================================================================================
DO NOT REMOVE THIS.
This Layout is copyrighted (c) to Dragonrain.Com.  All codes and layout graphics belong 
to Dragonrain Productions and may not be redistributed or copied or changed or sold 
in any way, shape, or form.  All images used to make the layout graphics are copyrighted 
to their respective rights holders, and Dragonrain Productions makes no claim to those images.  
The graphics, however, belong to Dragonrain Productions.
Users understand that linking back to Dragonrain.Com is required - removal of any credit links 
is strictly prohibited.
Failure to comply with these TOS may result in notification of the breach to the User's host and 
the removal of the User's site.
All users of this layout and its accessories agree to abide by the terms and conditions located 
at http://www.dragonrain.com/misc/index.php?p=tos.

Thank you,
Dragonrain Productions
http://www.dragonrain.com
===============================================================================================
*/
/* L A Y O U T */
body {
	background: #2B2B2B url('bg1.jpg') no-repeat 20px 150px;
	margin: 0px 0px 0px 0px;
	font: 9px Verdana;
	color: #333333;
	height: 100%;
	}
	
div#banner1 {
	background: url('banner1.jpg') no-repeat;
	width: 202px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 200px;
	}
	
div#banner2 {
	background: url('banner2.jpg') no-repeat;
	width: 216px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 402px;
	}
	
div#banner3 {
	background: url('banner3.jpg') no-repeat;
	width: 182px;
	height: 400px;
	position: absolute;
	top: 0px;
	left: 618px;
	}
	
div#map {
	z-index: 5;
	position:absolute; 
	width:276px; 
	height:52px; 
	left: 493px; 
	top: 335px;
	}
	
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: 400px;
	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;}