/*
Theme Name: Test Theme
Theme URI:
Description: Just a test theme!
Author: Katasdf
Author URI: http://www.truenorthernhobbies.com/katasdf/
Version: 1
*/

<style type="text/css">

	html{
		height:100%;
		} 
		
	body {
		height:100%;
	} 
	
	body#bd {
		color: #333333;
		background-color: #CCCCCC;
		background-attachment: fixed;
		background-position: center top;
	}

	
	.spacer {height: 100%; width: 1px; float: right;} 
	
	.lbHead{
		width: 205px;
		height: 28px;
		background: url(images/lbhead.gif) no-repeat;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		color: #989898;	
	}
	
	.lbContent{
		width: 205px;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 11px;
		color: #989898;	
		padding-left: 0px;
		
	}
	
	#container {
		width: 724px;
		margin: 0 auto;
		clear: both; 
	}
	
	#header {
		width: 724px;
		height: 160px;
		 
		clear: both; 
	}
	
	#navLogin {
		width: 724px;
		clear: both; 
	}
	
	#navigation {
		background: url(images/navfill.gif) no-repeat;
		float: left;
		width: 526px;
		height: 97px;
	}
	
	#loginBox {
		background: url(images/loginbg.gif) no-repeat;
		float: left;
		height: 97px;
		width: 198px;
	}
	
	
	#topBar {
		padding-top: 140px;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 10px;
		color: #ffffff;
		text-align: justify;
	}
	
	#mainSite {
		background: url(images/backbg.gif) repeat-y;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 12px;
		color: #555555;
		float: left;
		width: 724px;
	}

	#viewSite {
		background: url(images/backbgview.gif) repeat-y;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 12px;
		color: #555555;
		float: left;
		width: 724px;
	}

	#hTLeft {
		background: url(images/nexuslogo.png) no-repeat;
		float: left;
		height: 160px;
		width: 279px;
	}
	

	#ad {
		padding: 5px;
		text-align: center;
	}	
	
	#footer {
		background: url(images/footer.gif) no-repeat;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 10px;
		color: #ffffff;
		height: 18px;
		text-align: center;
		clear: both;
		padding-top: 10px;
	}
	
	#leftbar {
		width: 195px;
		margin-left: 8px;
		float: left;
	}
	
	#content {
		width: 503px;
		float: left;
		padding-left: 10px;
		/* border: thin solid rgb(250,0,255); */
		padding-left: 10px;
	}
	
	a {
	
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover{
	color: #07a5cc;
	font-weight: bold;
	text-decoration: none;
	}

	
	
</style>