@import "/css/core.css";

	body{
		background: #424242 url('/img/body_bg.gif') repeat-x;
	}
	
	h1, h2, h3{
		color: #85031f;
	}

	#layout{
		margin: 0 auto;
		width: 978px;
	}
	
	#head{
		background: url('/img/head.jpg') 100% 0 no-repeat;
		height: 80px;
		padding: 14px 1em 0;
	}
	
	#logo a{
		background: url('/img/logo.gif') no-repeat;
		/* >-- Image Replacement */
			padding: 71px 0 0;
			width: 230px;
			
			display: block;	
			height: 0px !important;
			overflow: hidden;			
		/* <-- Image Replacement */		
	}
	
	#nav{
		background: url('/img/nav_bg.gif') no-repeat;
		height: 1%; /* ie6 */
		min-height: 27px;
		padding: 10px 1em 0; 
		text-align: right;
		
	}
	
		#nav ul li {
			border-left: 1px solid #b61233;
			float: left;
		}	
		
		#nav ul li {
			border-right: 1px solid #6c081c;
		}			
		
		#nav ul li a{
			color: #fff;
			display: block;
			padding: 0 1em;
			text-decoration: none;
			width: auto;
		}
		
		#nav ul li a:hover{
			color: #ccc;
		}
		
		.first{
			border-left: none !important;
		}
		
		.last{
			border-right: none !important;
		}
		
		.active{
			background: #990000;
			border: 1px solid #fff;
			border-width: 1px 0;
		}		
	
	#body{
		background: #fff;
		clear: left;		
		min-height: 500px;
		padding: 1em;
	}
	#body a:link, #body a:visited {text-decoration: underline; color: #000; background-color: transparent;}
	#body a:hover {text-decoration: none; color: #900; background-color: transparent;}
	#body a:active {text-decoration: underline; color:#000; background-color:#FFFFCC;}
	#body p {}
	#body li {margin-left: 10px; padding-left: 10px; padding-bottom: 10px;}
	#body ul {list-style-type: square; margin-left: 25px;}
	#body em {font-style:italic;}
	
	#foot{
		background: #424242 url('/img/foot_bg.gif') 0 100% no-repeat;
		color: #999;
		font-size: 85%;
		padding: 1em;
		margin-bottom: .5em;
		text-align: right;
	}		
	
	.image_float {
		float: right;
		margin: 20px 5px 0 20px;
	}
	
	.image_body {
		margin: 0px 20px 0 0px;
	}
	
	.quotes {
		background: #eee;
		color: #666;
		font-size: 115%;
		font-style: italic;		
		line-height: 135%;
		padding: 1em;
	}
	
	.notes {
		color: #666;
		font-size: 85%;
	}
