/*  
Theme Name: SKTheme
Theme URI: 
Description: A Test Theme I'm developing, using Wordpress Default 1.6 as a base
Version: 0.2
Author: Steven Turner
Author URI: http://lvlheaded.com
*/

body {
	background-color: #AA8D75;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(images/webbackgif.gif);
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
}
#content {
	float: left;
	width: 500px;
	margin-left: 40px;
}
#sidebar {
	float: right;
	width: 150px;
	margin-right: 30px;
	background-color: #E3E3E6;
	padding: 5px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	clear: both;
	width: 800px;
}
#header {
	height: 300px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/Header.gif);
	padding: 0px;
}
#headerimg h1 a {
	display: block;
	height: 200px;
}
#headerimg .description {
	display: none;
}
hr {
	display: none;
}
a {
	color: #006F8D;
	text-decoration: none;
}
#sidebar h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006F8D;
	margin-top: 20px;
	margin-bottom: 5px;
}
#sidebar ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 700px;
	margin-right: 50px;
	margin-left: 50px;
	font-size: 12px;
	text-align: center;
}
a:hover {
	text-decoration: underline;
}
#commentform #comment {
	width: 475px;
	height: 150px;
}
