
   

/* Define the main layout characteristics to build the columns */
#left, #middle, #right {
	background-color: inherit;
	color: inherit;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

#left {
	width: 4%;
	valign: left;
	min-width: 10em;
	padding-left: 4px;
	border-left: 1px solid #333; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333; 
	background: #fff; 
}


#right {
	width: 15%;
}

#middle {
	width: 55%;
	background: #fff;
}

#header,  {
	width: 100%;
	background: #b8b38f;
	
}




html, body, div, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border-width: 0;
}



/* Define the main style characteristics to apply to content 
   in the columns */
   
html, body {
	background-color: #fff;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: small;
}


#header, #footer {
	color: #fff;
	text-align: center;
}


#header {
	letter-spacing: .3em;
	
}

#header.h1 {
	font-size: medium;
	font-weight: normal;
	text-transform: uppercase;
}


#footer {
	border-top: 1px dotted #999;
	border-bottom: 3px dotted #999;
	
}







/* formatting for navigation list items */
.navlist {
	padding: 0em 0 1em 0;
	align: left;
	list-style-type: none;
	list-style-position: inherit;
}





