body {
	background: #fff url(images/body.gif) repeat-x top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
	
/* content */
#content {
	font-size: 12px;
	padding: 10px 20px 30px; 
	color: #333;
	margin: 0;
	position: relative;
	min-height: 400px;
	z-index: 1;
	width: 530px;
	float: left;
	font-size: 13px;
	}
	
* html #content {
	height: 400px;
	}
	
p {
	line-height: 18px;
	margin: 0 0 18px;
	}
	
p.note {
  font-size: 11px;
  color: #666;
}

a {
	color: #905a33;
	}
	
a:hover {
	background-color: #ffffcc;
	color: #bf7744;
	}
	
	
ul {
	margin: 10px 0;
	padding: 0 0 0 20px;
	}
	
li {

	}
	


	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 embed,
h2 embed,
h3 embed,
h4 embed,
h5 embed,
h6 embed
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #43434b;
	}
	
h1 strong,
h1 strong,
h1 strong,
h1 strong,
h1 strong
	{
	color: #905a33;
	font-weight: normal;
	}
	
h2, h3, h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 18px 0 0 0;
	font-weight: normal;
	}
	
h2 {
	margin: 5px 0;	
	}
	
h3 {
	margin: 30px 0 0;
	color: #905a33;
	}
	
h4 {
	margin: 20px 0 0;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	}
	
	
/* Wrapper */

#wrapper {
	width: 750px;
	margin: 20px auto;
	padding: 0;
	}
	
/* Header */

#header {
	position: relative;
	height: 120px;
	margin: 0;
	}
	
#header_logo {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
#header_logo a:hover {
	background: none;
	}
	
/* Header Site Tools */
#site_tools {
	position: absolute;
	top: 0px;
	left: 497px;
	font-size: 11px;
	color: #333;
	padding: 2px 0;
	text-align: right;
	}
	
#site_tools a {
	color: #777;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#site_tools a:hover {
	background: #fff;
	color: #000;	
	border: 1px solid #ccc;
	padding: 1px 2px;	
	margin: 0;
	}
	
	
/* Header Description */
#site_description {
	position: absolute;
	right: 0;
	top: 30px;
	width: 250px;
	color: #767a7d;
	}
	
#site_description h4 {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #d5cfc9;
	text-transform: uppercase;
	font-size: 11px;
	color: #905a33;
	}
	
#site_description p {
	margin: 0;
	}
	
/* Mini Search */

#mini_search {
	position: absolute;
	top: 20px;
	right: 20px;
	}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #a9a9ab;
	background: #fff url(images/mini_search_field.gif) no-repeat 2px 3px;
	}
	
.mini_search_field.focus {
	border: 1px solid #905a33;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(images/mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background-color: #939495;
	background-position: 0 -20px;
	}
	
/* Main */
#main {
	padding: 0 10px 50px;
	margin: 0 -10px;
	position: relative;
	z-index: 1;
	background: #fff url(images/main.gif) repeat-y 0;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	content: ".";
	visibility: hidden;
	clear:both;
	display: block;
	height: 0;
	border: 2px solid red;
	}
	
/* Page Header */

#page_header {
	height: 250px;
	background: #023e72;	
	border-bottom: 5px solid #e4e4e5;
	position: relative;
	}
	
	#page_header img {
	  display: block;
	}
	
	#page_header .content {
		display: block;
		position: absolute;
		height: 150px;
		width: 400px;
		left: 20px;
		top: 50px;
		}
		
	#page_header .content h1 {
		margin: 0;
		}

	#start_button {
		display: block;
		width: 140px;
		height: 40px;
		background: url(images/start_here.gif) no-repeat 0 0;
		position: absolute;
		bottom: 50px;
		left: 20px;
		}
		
		#start_button:hover {
			background-position: 0 -40px;
			}
		
		#start_button strong {
			display: none;
			}
	
/* Sidebar */
#sidebar {
	width: 180px;
	float: left;
	position: relative;
	padding: 40px 0 0;
	z-index: 1000;
	}
	
/* Breadcrumb */

#breadcrumb {
	border-bottom: 1px solid #d5cfc9;
	font-size: 10px;
	text-transform: uppercase;
	color: #777;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 20px;
	height: 20px;
	}
	
#breadcrumb a {
	text-decoration: none;
	}
	
	

/* Footer */
#footer {
	margin: 0 -10px 0;
	padding: 20px 20px 0 50px;
	font-size: 11px;
	color: #777;
	line-height: 16px;
	position: relative;
	clear: both;
	min-height: 1px;
	background: url(images/footer.gif) no-repeat 0 0;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #777;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #555;
	}
	
#site_credit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 20px 0 50px;
	}
	
/** Sidebar panels **/
.sidebar_panel {
	padding: 10px;
	margin: 0 0 10px 0;
	color: #333;
	min-height: 1px;
	position: relative;
	}
	
* html .sidebar_panel {
	height: 1px;
	}
	
.sidebar_panel:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.sidebar_panel h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #905a33;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	}

/* Search Box */

#search {
	}
	
.search_submit {
	width: 20px;
	height: 20px;
	background: #333;
	border: none;
	font-size: 14px;
	display: block;
	cursor: pointer;
	color: #fff;
	float: left;
	}
	
#search .search_field {
	width: 125px;
	margin-right: 5px;
	float: left;
	}