/* 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: url('images/bg.jpg') repeat-y;
	margin: 0px 0px 0px 0px;
	font: 9px Verdana;
	color: #999999;
	}
	
td#first {
	height: 260px;
	}
	
td#nav {
	height: 100%;
	width: 165px;
	padding-top: 150px;
	padding-right: 20px;
	padding-left: 7px;
	}
	
td#content {
	height: 100%;
	width: 325px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px;
	}
	
td#spacer {
	width: 15px;
	}
	
table {
	background: url('images/banner1.jpg') no-repeat;
	height: 100%;
	width: 700px;
	font: 9px Verdana;
	color: #999999;
	}
	
/* T I T L E S */
.title {
	font: 10px Verdana;
	color: #666666;
	letter-spacing: 4px;
	border-bottom: 1px solid #CCCCCC;
	}
	
.subtitle {
	font: 9px Verdana;
	color: #666666;
	letter-spacing: 3px;
	padding-left: 25px;
	border-bottom: 1px dotted #CCCCCC;
	}

.navtitle {
	font: 9px Verdana;
	width: 145px;
	color: #666666;
	letter-spacing: 2px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	margin: 0px 0px 0px 10px;
	}
	
/* L I N K S */
#side ul{margin:10px 0px 10px 0px;padding:0px 0px 0px 0px;list-style-type:none;font:11px Arial;text-align:center;}
#side li{margin:0px 10px 2px 10px;}
#side a{display:block;height:15px;text-decoration:none;padding:2px 0px 1px 0px;width:145px;}
#side a:link, #side a:active, #side a:visited{color:#FFFFFF;background:#999999;text-align:center;letter-spacing:4px;text-transform:lowercase;}
#side a:hover{color:#666666;background:#CCCCCC;border-bottom:0px;}

a:link, a:active, a:visited {
	color: #666666;
	text-decoration: none;
	}
	
a:hover {
	border-bottom: 1px solid #CCCCCC;
	}