body {
	background: #d71920;
	background-image: url("/images/site_bg.jpg");
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	background-image: none;
	background: transparent;
	width: 860px;
	margin: 0 auto;
}

#header {
	background-color: transparent;
	width: 860px;
	margin: 0 auto;
	text-align: left;
	
}
#nav {
	background-color: #FFF;
	width: 860px;
	margin: 0 auto;
	text-align: center;
	height: 26px;
	
}

#content {
	clear: both;
	background-image: url("images/content_bg.jpg");
	background-repeat: repeat;
	font-family: arial, sans-serif;
	font-size: 13px;
	width: 860px;
	color: #666;
	text-align: left;
}

#content_holder {
	padding: 30px;
	background-image: none;
	background-color: transparent
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	text-align: left;
}

#footer {
	width: 800px;
	padding: 20px;
	font-family: arial, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-align: center;
}



/* NAV */

div.nav_item {
	float: left;
	padding: 6px 18px;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin 0 auto;
	text-align: center;
	border-style: solid;
	border-color: #d71920;
	border-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0;
}

div.nav_item_last {
	float: left;
	padding: 6px 18px;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	margin 0 auto;
	text-align: center;
	border-style: solid;
	border-color: #d71920;
	border-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-top-width: 0;
}

div.nav_item a, div.nav_item a:link, div.nav_item_last a, div.nav_item_last a:link {
	color: #7b7979;
	text-decoration: none;
}

div.nav_item a:hover, div.nav_item a:active, div.nav_item_last a:hover, div.nav_item_last a:active {
	color: #d71920;
	text-decoration: none;
}

div.nav_item a.selected, div.nav_item_last a.selected {
	color: #d71920;
}


/* GENERAL */

.header {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0;
	font-size: 14px;
}

.align_right {
	float: right;
	padding: 0 0 0 10px;
}

.error {
	color: #e27000;
}

.menu_title {
	font-weight: bold;
	color: #333;
}

.dim {
	font-style: italic;
	font-size: 11px;
}

/* LINKS */


a.nav_link, a.nav_link:link {
	font-family: arial, sans-serif;
	color: #392604;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

a.nav_link:hover {
	color: #e27000;
	text-decoration: none;
}




a, a:link {
	color: #d71920;
}

a:hover {
	color: #900;
}