/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/strip.jpg) repeat-x #fff;
	}
	

ul {
	margin-left:30px;
	}
	
h1, h2, h3 {
	margin:6px 0 8px;
	}
	
h1 {
	font-size:28px;
	}
	
#container {
	position:relative;
	width:1024px;
	margin:0 auto;
	}
	
p {
	margin:4px 0 8px;
	}
	
.img_rt {
	float:right;
	margin:0 0 4px 14px;
	border:1px solid #000;
	}
	
.img_lft {
	float:left;
	margin:0 14px 4px 0;
	}
	
.img_norm {
	border:1px solid #000;
	margin:14px;
	}
	
a img {
	border: none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	_height: 1%;
}



.clearfix {
	display:block;
}
	
#header {
	background:url(images/header.jpg) no-repeat;
	height:148px;
	position:relative;
	}
	
#homecontent {
	background:url(images/homeBG.jpg) no-repeat;
	height:621px;
	position:relative;
	}
		
#flash {
	width:792px;
	height:254px;
	position:absolute;
	left: 112px;
	top: 0px;
	}
	
	
#innercontent {
	background:url(images/innerBG.jpg) no-repeat;
	position:relative;
	width:718px;
	padding:20px 156px 50px 150px;
	line-height:1.4em
	}
	
/*----------- NAV ------------*/

#navcontainer {
	position:absolute;
	left: 214px;
	top: 119px;
	}
#navcontainer ul {
	margin-left:0;
	}

#navlist li {
	display: inline;
	list-style-type: none;
	}
#navlist li a, #navlist li a:visited {
	padding:7px 10px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:17px;
	}
#navlist li a:hover {
	background-color:#24211A;
	}

/*----------- NAV ------------*/

#hometext {
	position:absolute;
	width:526px;
	left: 236px;
	top: 260px;
	text-align:center;
	}
#hometext h2 {
	color:#666666;
	font-style:italic;
	font-size:18px;
	}
	
#footer {
	padding:20px;
	}
	
#bcfooter {
	margin-top:40px;
	width:100%;
	text-align:center
	}
#bcfooter a, #bcfooter a:visited {
	text-decoration:underline;
	color:#000000;
	font-size:12px;
	}
#bcfooter a:hover {
	text-decoration:none;
	}
	
#onlineupdating {
	display:none;
	}
	
