* { outline: none; }

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) center;
}

#main-container{
	width: 740px;
	margin: 0 auto;


}

/****** HEADER ********/
#banner{
	width: 565px;
	height: 170px;
	background: url(../images/bg-banner-home.jpg) no-repeat;
	float: left;
}


/******* SIDEBAR *********/

#sidebar {	
	width: 155px;
	padding: 1.0em 0;
	background: url(../images/bg-sidebar.gif) no-repeat 0 bottom;
	text-align: center;
	float: left;
}
ul.level-1 {
	margin: 1.0em 0 5.0em 0;
	padding: 0;
	list-style-type: none;

}
	ul.level-1 li {
		margin: 0 0 0.7em 0;	
	}		
		ul.level-1 li a {
			display: block;
			padding: 0.5em 1.2em;
			text-decoration: none;
			color: #fff;
			background-color: #a00e0e;
		}
					
		ul.level-1 li.active a, ul.level-1 li a:hover {
			background-color: #860b0a;
		}

/****** BODY ********/
#content{
	width: 540px;
	padding: 1.5em;
	float: left;
}

/******* FOOTER *********/
#footer{
	border-top: 2px solid #ccc;
	padding: 0.5em;
	font-size: 0.9em;
	color: #666;
	margin-top: 6.0em;
	margin-bottom: 2.0em;
	text-align: right; 

}

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

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





