/*
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">
	body {
	
	}
	#container {
		background: url(images/bg.gif) repeat-y;
		width: 865px;
		margin: 0 auto;
		font-family: Verdana, Arial, Sans-Serif;
		font-size: 12px;
		color: #555555;
		text-align: justify;
		
	}
	#header {
		height: 138px;
		background: url(images/header.gif) no-repeat;
		padding-top: 42px;
		padding-left: 11px;
	}
	#footer {
		background: url(images/footer.gif) no-repeat;
		height: 19px;
		text-align: center;
		clear: both;
	}
	#leftbar {
		width: 200px;
		float: left;
		padding-left: 15px;
		margin-top: -40px;
	}
	
	#navigation{
		height: 40px;
		width: 454px;
		float: right;
		margin-top: -140px;
		margin-right: 30px;
		display: inline;
	}
	
	#content {
		width: 613px;
		float: left;
		padding-left: 15px;
		margin-top: -35px;
		
	}
	
	a {
	
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover{
	color: #d11212;
	font-weight: bold;
	text-decoration: none;
	}
</style>