@charset "UTF-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#3e3b36;
}

p
{
	margin:0;
}

a
{
	color:#FFFF99;
	text-decoration:none;
	border-bottom:1px #FFFF99 dashed;
}

a:hover
{
	color:#a73415;
	border-bottom:1px #a73415 dashed;
}

h1
{
	font-size:16px;
	margin:0 0 5px 0;
	color:#a73415;
}

h2
{
	font-size:13px;
	margin:0 0 4px 0;
	color:#a73415;
}

ul
{
	margin:2px 0 0 0;
	padding:0 0 0 12px;
}

#header_wide
{
	background:#FFFFFF url(../images/header-repeat.jpg) repeat-x bottom;
}

#header_center
{
	width:1003px;
	height:125px;
	margin:0 auto;
	background:#FFFFFF url(../images/header.jpg) no-repeat top left;
}

#menu_wide
{
	background:url(../images/menu-repeat.jpg) repeat-x top;
	width:100%; /*Fix IE8.0 glitch??*/
}

#menu_center
{
	width:800px;
	height:56px;
	margin:0 auto;
	padding-top:2px;
	font-size:15px;
}

.menu
{
	display:inline;
	margin:0 0 0 -55px;
}

.menu li
{
	display:inline;
}

.menu li a:hover
{
	color:#ff9a00;
}

.menu li a#active
{
	color:#ff9a00;
}

.menu li a 
{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;
}

#content_wide
{
	background:#ff9a00;
}

#content_center
{
	width:800px;
	margin:0 auto;
}

.content_split
{
	width:400px;
	float:left;
}

#content_bottom_wide
{
	background:#fbbd5c;
}

#content_bottom_center
{
	width:800px;
	margin:0 auto;
	color:#504c4b;
}

#footer_wide
{
	background:url(../images/bottom-repeat.jpg) repeat-x top;
}

#footer_center
{
	width:800px;
	height:222px;
	margin:0 auto;
}

.lb
{
	width:200px;
	float:left;
}

.img_left
{
	border:1px #a73415 solid;
	margin-right:20px;
}

.clearfloat
{
	clear:both;
}

.line
{
	height:1px;
	border-top:solid 1px #a73415;
	width:100%;
	margin:10px 0 10px 0;
}