@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#22140b;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#wrapper {
	width:900px;
	margin:0 auto;
}
#header {
	height:146px;
	background: transparent url(images/header.jpg);
}
#body {
	background: transparent url(images/entire-bg.jpg) no-repeat bottom;
	padding-bottom:8px;
}
#body, #body .columns {
	min-height:200px;
}
#body .columns {
	width:230px;
}
#left_column {
	float:left;
	border-right:5px solid black;
}
#right_column {
	float:right;
	border-left:5px solid black;
}
#footer {
	padding:10px;
	text-align: center;
	height:100px;
	vertical-align:top;
	background: transparent url(images/footer_bg.jpg) no-repeat center;
	font-size:.9em;
}
#column_header_left, #column_header_right {
	/*height:45px;*/
	border-bottom:5px solid black;
	padding-top: 11px;
	padding-right: 45px;
	padding-bottom: 11px;
	padding-left: 20px;
}
#column_header_left {
	margin-left:13px;
	background: #3d2222 url(images/column_header_left.gif) no-repeat top right;
	padding-bottom:0px;
	
}
#column_header_right {
	margin-right:13px;
	background: #3d2222 url(images/column_header_right.gif) no-repeat right;
	
}
#column-content-left {
	padding:5px 15px 15px 6px;
	
}

#column-content-left ul li {
	list-style-type:square;
	 *padding-left: 30px; /* IE 7 and below */
	 *padding-bottom:7px; /* IE 7 and below */
	 
}


#column-content-right {
	padding:15px 25px 35px 15px;
	height:280px;
	overflow:auto;
	width:177px;
	margin-bottom:40px;
}
#middle_column {
	width:430px;
	margin:0 auto;
}

#middle_column_title {
	height:22px;
	border-bottom: 5px solid black;
	background-color: #3d2222;
	padding:5px 0 0 15px;
	text-align:center;
	
}

#middle_column_top {
	border-bottom: 5px solid black;
}
.middle_column_middle {
	height:22px;
	border-bottom: 5px solid black;
	background: #3d2222 url(images/mid_column_header.gif) no-repeat top right;
	padding:5px 0 0 15px;
}
#middle_column_bottom {
	padding:10px;
	color:#cabd8b;
}

a {
	color:#8bb2ba;
	text-decoration:none;
}

a:hover {
	color:#8bb2ba;
	text-decoration:underline;
}

h1 {
	color: #ff8a00;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	margin:0px;
}
#navigation ul {
	margin:0px;
	display:block;
	height:30px;
	text-align:center;
	margin:0 auto;
	width:590px;
}
#navigation ul li {
	display:block;
	list-style:none;
	width:160px;
	text-align:center;
	padding:5px 10px;
	float:left;
	border-left:5px solid black;
	background: transparent url(images/nav-bg.jpg) repeat-x;
}

#navigation ul li a {
	text-transform:uppercase;
	font-weight:bold;
	color:#ffcc00;
	text-decoration:none;
	
}
#navigation ul li a:hover {
	text-decoration:underline;	
	background-color:#22140b;
}

#navigation ul li:first-child {
	border-left:0px solid black;	
}

.date {
	font-size:.9em;
}

/* ie issues */

