*{margin:0;padding:0;} 

body {
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #F1EDE4;
	text-align: center; }
	
#container {
	width: 760px;
	background-image: url('/images/ere-middle.jpg');
	background-repeat: repeat-y;
	margin: 0px auto; 
	border: none; 
	text-align: left;
	color: black;
	}
#container p, ul, td {
	font-size: 12px; 
	margin-top:1em;
	}
#container h1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	}
#container h2 {
	font-size: 13px;
	margin-top:0.7em;
	font-weight: bold;
	}
#container a {
	color: black;
	text-decoration: underline;
	}
#container a:hover {
	color: darkgreen;
	text-decoration: none; 
	}

#header { 
	position: relative;
	width: 760px;
	height: 210px; 
	background-image: url('/images/ere-top.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	border: medium none;
	text-align: left; 
	}
	
/* mantra: place an absolutely positioned element inside a relatively positioned container */
/* ------  this makes the menu work for both IE and Mozilla                                */
	
#menu {
	position: absolute;  
	top: 140px;
	left: 135px;
	padding: 0px;
	display: inlne;
	background: #9c1b16;
 }
#menu ul {	
	background: #9c1b16;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 500px;
	margin: 0px 0px 0px 0px;
	float: left; 
	font-size: 10.5px; }
#menu ul li {
	display: inline; }
#menu ul li a {
	padding-right: .3em;
	padding-left: .3em;
	padding-bottom: .2em;
	padding-top: .2em;
	color: #f8dc5f;
	font-weight:500;
	background: #9c1b16;
	float: left;
	text-decoration: none; }
#menu ul li a:hover {
	color: white; }
#menu ul li#active a {
	background: #f4af38; }	

.wide {
	padding-top: 15px;
	width: 660px;
	margin-left: 50px; }
	
.horizontal {
	padding-top:0px;
	width:662px;
	text-align:left;
	margin-left: 48px; }	
	
	
#contactform {
	padding-left: 70px; }
.formerrors {
	padding: 10px;
	width: 630px;
	margin-left: 50px;
	font-size: 12px;
	color: #9c1b16;
	background: #f8dc5f; }		
.borderbox {
	font-size: 12px;
	border-style: solid;
	border-color: #9c1b16;
	border-width: 1px 1px 1px 1px; 
	padding: 10px 10px 10px 10px; 
	}

#column1 { margin-left: 50px; }
#column2 { margin-left: 20px; }

#column1, #column2 {
	color: black;
	display: inline;
	padding-top: 15px;
	float: left;
	width: 320px;
	}
#column1 a, #column2 a {
	color: black;
	text-decoration: underline;
	}
#column1 a:hover, #column2 a:hover {
	color: darkgreen;
	text-decoration: none; 
	}
#column1 ul, #column2 ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0px;
    }
#column1 li, #column2 li {
	background-image: url('/images/wreath-elk-river.jpg');
	background-repeat: no-repeat;
	background-position: 0px .4em;
	padding-left: 55px;
	padding-bottom: 10px;
	min-height:48px;
    }		
#column1 li a, #column2 li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}
#column1 li a:hover, #column2 li a:hover {
	color:darkgreen;
	text-decoration: none;
	}
	
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1px;
	margin-top:-1px; 
	}
	
#trailer {
	position:relative;
	width: 760px;
	height: 93px;
	background-image: url('/images/ere-bottom.jpg');
	background-repeat: no-repeat;
	border: medium none; }
#trailer a {
	color: darkred;
	text-decoration: none; }
#trailer a:hover {
	color:  #267406;
	text-decoration: none; }
.copyright {
	width:760px;
	position:absolute;
	top:9px;
	left:0px;
	text-align:center;
	color: darkred; }
.countdown {
	position:absolute;
	top:24px;
	left:0px;
	width:760px;
	text-align:center;
	color: #f8dc5f;
}	
	
