html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-image: url(images/tapa_bg.gif); 
} 
 
h1, h2 {
	padding-left: 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000033;
}

#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 border-left: 1px solid #4f4131;
 border-right: 1px solid #4f4131;
} 
 
#header{
 position:relative; 
 height:86px; 

 width:100%;
 background-image: url(images/header1.gif);
} 
 
#maincol{
 background-color: #fff4e7;  
 float: right; 
 display:inline; 
 position: relative; 
 width: 100%; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }

/* For 2 column display */
#col1 {
 width: 340px;
 float: left;
 font-size: 12px;
 margin-left: 20px;
 margin-right: 0px;
 padding-right: 20px;
 padding-bottom: 10px;
}

#col2 {
 width: 360px;
 float: left;
}
 
#menubar{
  height:25px; 
  background-color:#4f4131; 
  clear: both;
  text-align: center;
 } 
 
#footer {
	font-size: 10px;
	text-align: center;
	color: #000000;
	}
 
 /*Image&Text display */
 #featured { clear: both; padding-bottom: 10px; }
 #img_float { float: left; padding-left: 0px; padding-right: 6px;}
 #img_text { float: left; font-size: 12px; line-height: 18px;}
 
 /* Homepage Large Image */
#homepic {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 2px;
}

 /* Navigation Bars */
#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #4f4131;
	color: #d6d5c5;
	width: 100%;
	font: normal 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
	text-decoration: none;
	background-color: #4f4131;
	color: #d6d5c5;
	padding: .2em 1em;
	/*border-right: 1px solid #fff;*/
}

#navcontainer li a:hover
{
	background-color: #369;
	color: #fff;
}


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

#bullList ul {
	list-style-type: circle;
	list-style-type: disc;
	padding-left: 20px;
}
#bullList li {
	padding-top: 10px;
	display: block;
}