/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/body_bg.gif);
	background-position:top;
	background-repeat:repeat;
}

#container {
	width:981px;
}

#header {
	width:981px;
	height:161px;
	background-image:url(/images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#left {
	float: left;
	width: 146px;
	margin-left: 0px;
	margin-right:0px;
	margin-top: 0px;
	padding-right: 14px;
	height:266px;
	background-image:none;
	background-color:#000;
	text-align:right;
}

/* BEGIN LEFT NAV */
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	display: block; 
}

#nav li {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight:bold;
	color: #f00;	
}	

#nav a {
	color: #fff;
	text-decoration:none;
}	

#nav a:hover, #nav a:hover, #nav a:active{
	color: #c00a0a;
	text-decoration: underline; 
}

#mid {
	width:981px;
	background-color:#000000;
}

#content {
	padding: 3px;
	color: #000;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0;
	margin-left: 155px;
	background-color:#000;
}

.content_left {
	background-image:url(/images/content_left_upper.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

/* Right Column */	
#right {
	position: absolute;
	left: 99%;
	top: 115px;
	width: 185px;
	z-index: 3;
	color: #000;
	padding: 0px;
	text-align: right;
	background-color:#000;
}

/* Footer */	
#footer {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	padding-top: 1px;
	padding-bottom:1px;
	color: #fff;
	padding-top:20px;
	background-color:#000;
}

#footer a {
	color:#f00;
}

#footer a:hover {
	color:#fff;
}	
