body {
	/*font: 12px/15px Arial, Helvetica, sans-serif;*/
	color: #606060;
	background: #505050 url("/images/bg_tile.gif") repeat-x;
}

html, body, div, table, tr, td, img, form, h1 {
	margin: 0;
	padding: 0;
	border: 0;
}

p, td, ul, ol, li, dl, dd, dt, div {
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #606060;
}

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

a:hover { text-decoration: underline; }

p, h3, h4, h5, h6 { margin: 0 0 .8em; }

#wrapper {
	margin: 0 auto;
	width: 780px;
}

#header {
	height: 114px;
	background: url("/images/header.jpg") no-repeat;
}

#header a {
	display: block;
	margin: 0 6px;
	width: 768px;
	height: 110px;
}

#header a span { display: none; }

#nav {
	height: 33px;
	background: url("/images/nav_bg.gif") no-repeat;
}

#nav ul {
	position: relative;
	display: block;
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
}

#nav li {
	font-size: 15px;
	padding: 9px;
	float: left;
}

#nav li.current { color: #A30F02; }

#nav li a { color: #505050; }

#nav li a:hover {
	color: #A30F02;
	text-decoration: none;
}

#content_wrap { background: url("/images/content_drop.gif") repeat-y; }

#content {
	padding: .8em 21px 1em;
	text-align: left;
	min-height: 420px;
	_height: 420px;
	background: url("/images/content_gradient_drop.gif") no-repeat;
}

#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
}

#bottom_cap {
	height: 22px;
	background: url("/images/content_cap.gif") no-repeat;
}
