/*
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
	background: white url('stripe_9.png');
}

#page {
	background: transparent url('footer.gif') left bottom no-repeat;
	/*background: white url('contentbg.gif') repeat-x;*/
	padding-top: 0; margin-top: 20px;
	padding-bottom:27px;
	border: none;
	}
	
#header {
	height: 120px;
	background: transparent url('contentbg.gif') 0 80px no-repeat;
	}

#header h1 {
	text-align: left;
	display: block;
	width: 780px; height: 85px;
	margin:0; padding:0;
	background: transparent;
}
#header h1 a {
	display: block;
	width: 780px; height: 85px;
	background: transparent url('logo2.gif') no-repeat;
	padding-top: 15px;
	padding-left: 15px;
	text-indent: -999px;
}
ul.menu li a {
	font-size: 1em;
	background: white;
	color: black;
	margin: 0;
	}
ul.menu li a:hover {
	background: #fccf48;
	color: black !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #f00 !important;
	background: #fcaf28;
	text-decoration: none;
	font-weight: bold;
	}

.content {
	background: transparent url('contentbg.gif') repeat-y;
	padding: 0; margin: 0;
	float:right; 
  position:relative; 
}

.primary {
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}
#primary {
	padding-top: 0;
  width: 530px;
  *display:inline;
  *position: relative;
  }
#sidebar-main {
  *float:right;
  *position:relative;
  margin-right: 10px;
  }
#footer {
  padding-top: 10px;
  }
