/*  
Theme Name: Joel2007tan
Theme URI: http://jeremyandsandyhudson.com/
Description: The default WordPress theme for <a href="http://joelhusdon.com">www.JoelHudson.com</a>.
Version: 1.0
Author: Jeremy Hudson
Author URI: http://JeremyandSandyHudson.com/
*/
* {
  font: 16px;
  }

a {
  color: #ad3b1e;
  }
  
body {
  background: #fff top center repeat url(images/bg_gold.jpg);
	color: #000;
	font: normal 75% "Trebuchet MS",Verdana,sans-serif;
  }
  
#header {
  visibility: hidden;
  }
  
#contentWrapper {
  margin-top: -34px;
  margin-left: auto;
  margin-right: auto;
  background: top right no-repeat url(images/tanBg.png);
  height:584px;
  width:965px;
  }

#content {
  position: absolute;
  font-size: 18px;
  margin-top: 62px;
  margin-left: 250px;
  height: 496px;
  width: 675px;
  overflow: auto;
  }
  
#sidebar {
  font: 24px bolder;
  position: absolute;
  margin-top:62px;
  height: 495px;
  width: 220px;
  overflow: auto;
  }
  
#sidebar a {
  text-decoration: none;
  }

#sidebar a:hover{
  text-decoration: underline;
  color: #fff;
  }

#sidebar li{
  list-style: none;
  }
  
.left {
  float: left;
  padding: 10px 10px 10px 0;
  }
.right {
  float: right;
  padding: 10px 0 10px 10px;
  }

/* footer */
#footer {
	color: #000;
	font: normal 0.9em sans-serif;
	position: absolute;
	padding: 10px;
	top: 580px;
	width:955px;
	}

#footer a {
	color: #4B4625;
	text-decoration: none;
	font-weight: normal;
	}
	
#footer a:hover {
	color: #ad3b1e;
	text-decoration: underline;
	}