body
{
	margin: 0;
	font-family: arial;
	font-size: 12px;
	color: #683a06;
}

a
{
	text-decoration: none;
	color: #633917;
}

a:hover
{
	text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6
{
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #d76a1c;
	margin-bottom: 10px;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 16px;
}


p
{
	margin-bottom: 10px;
}

form
{
	margin: 0;
}

#page_container
{
	width: 908px;
	margin: 0 auto;
}

#page_top
{
	width: 908px;
	height: 6px;
	overflow: hidden;
	background: url(images/page_top.jpg) center top no-repeat;
	margin-top: 15px;
}

#page_wrapper
{
	margin-left: 1px;
	width: 903px;
	border-left: 2px #633917 solid;
	border-right: 2px #633917 solid;
	padding: 1px 0;
}

#page_bottom
{
	width: 908px;
	height: 3px;
	overflow: hidden;
	background: url(images/page_bottom.jpg) center top no-repeat;
	margin-bottom: 5px;
}

#header_left
{
	width: 400px;
	height: 169px;
	float: left;
	background: url(images/logo.jpg) center left no-repeat;
}

#header_right
{
	width: 392px;
	height: 169;
	float: right;
}

#nav_lower
{
	padding-top: 6px;
	text-align: center;
	height: 29px;
	width: 380px;
}

#header_text
{
	height: 98px;
	width: 324px;
	padding: 18px 28px;
	overflow: hidden;
	background: url(images/header_text_bg.jpg) center no-repeat;
}

#header_text p
{
	margin: 0px;
}

div.horiz_line
{
	height: 2px;
	overflow: hidden;
	background: #633917;
	margin: 10px 0;
}

#nav_top
{
	width: 434px;
	float: left;
}

#nav_mid
{
	width: 467px;
	float: right;
}

#main
{
	padding-left: 10px;
}

#main_upper_left
{
	padding: 12px 14px;
	float: left;
	width: 201px;
}

#main_upper_right
{
	padding: 0 10px;
	float: right;
	width: 640px;
}

#main_lower
{
	padding: 0px 8px;
}

#main_lower div.content
{
	padding: 3px 10px;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}

#main_lower div.content p
{
	margin: 7px 0;
}

#lower_left
{
	padding: 5px;
}

#lower_right
{
	padding: 5px;
}

#bottom_table
{
	width: 100%;
}

#bottom_table td
{
	width: 50%;
}

#bottom_table td.left
{
	border-right: 1px #633917 solid;
}

#bottom_table td.right
{
	border-left: 1px #633917 solid;
}

#lower_left p
{
	margin: 0;
}

#footer_content
{
	margin-bottom: 10px;
}

#design
{
	text-align: right;
	margin-bottom: 15px;
}

.blog_entry
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #683A06 solid;
}