* { outline: none; }

body {
	margin: 0;
	padding: 0;
	background: url(/images/bg.gif) repeat-x;
	background-color: #000 !important;
}


/****** HEADER ********/

h1#header {
	background: url(/images/header.png) no-repeat;
	margin: 1em auto 0em auto;
	height: 200px;
	width: 740px;
	text-indent: -999em;
}
#banner {
	margin: -23px auto 0 auto;
        height: 60px;
        padding-left: 200px; 
        text-align: left;
}
.squeezer{
	width:740px;
        text-align:center;
        margin: 0 auto;
}
/******* TOP NAV *********/

#navigation {
	width: 740px;
	height: 75px;
	padding-top: 20px;
	margin: 0 auto;
	background: url(/images/bg-navigation.gif) no-repeat;
}

ul.level-1 {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
/* 	width: 740px; */
	padding-left: 3em;
}
	ul.level-1 li {
		float: left;
		margin: 1.5em 0.9em 0 0;
	}
		
		ul.level-1 li a {
			display: block;
			padding: 0.2em 0.4em 0.5em 0.4em;
			letter-spacing: -0.06em;
			text-decoration: none;
			color: #5c4040;
			font-size: 1.6em;
		}
		ul.level-1 li a:hover, ul.level-1 li.active a {
			background: url(/images/tab_on.gif) bottom left repeat-x;
		}
					


/******* CONTENT *********/

	#content{
		width:710px;
		padding: 15px;
                background: url(/images/bg-content.gif) top center repeat-y #800000; 
		margin: 0 auto;
		clear: both;
		min-height:300px;
		_height:300px; 
	}

/******* FOOTER *********/

#footer {
	background: url(/images/bg-footer.gif) no-repeat #000;
	padding: 15px 10px 5px 10px;
	width: 720px;
	height: 35px;
	margin: 0 auto;
	color: white;
	font-size: 0.8em;
}
	#footer a, #footer a:visited{
			color: white;
		}	

#footerlinks {
	width:730px;
	margin: 0px auto 10px auto;
	
	color: white;
	font-size: 0.8em;
	text-align: right;
}
	
	#footerlinks #admin_link {
		margin-right: 0.6em;
		color: #333;
	}

	#footerlinks #edit_link {			
		color: #333;
	}

/* News List */

ul.news{
	list-style-type:none; 
	margin:0; 
	clear:both;
	text-align:left;
	padding:0;
        border-top: 5px solid #270000;	
}
ul.news li{
	list-style-type:none;
        padding:4px;
        border-bottom: 1px solid #270000;
        background: #570000;
}
ul.news li span{
	color: wheat;
        font-weight: normal !important;
}
ul.news li a{
	text-decoration:none;	
}
ul.news li a:link, ul.news li a:visited{
	color: wheat;
}
ul.news li:hover{
	background: #3F0000;
}


/******** SITEMAP MODULE ********/

#sitemap li.sub{
	list-style-type: none;
}

