body{
	margin: 0; padding: 0;
	background: #efefef;
	}
#outer{
	width: 750px;
	margin: 0 auto; 
	font: 10pt Tahoma;
	}
#banner{
	height: 97px;
	background: url( "img/logo-bg.jpg");
	}
#tagline{ 
	height: 42px;
	text-align: right;
	background: url( "img/tagline-bg.jpg"); 
	}
#menu{
	float: right;
	width: 150px; height: 400px;
	font-size: 110%;
	background: url( "img/menu-bg.jpg"); 
	}
	#menu ul{
		margin: 0; padding: 0;
		list-style: none;
		}
	#menu li{ text-align: center; }
	#menu a {
		display: block;
		width: 150px;
		padding: 5px 0;
		text-decoration: none;
		border-bottom: thin solid black;
		color: #806C59;
		}
	#menu a:hover{ color: #002449; }
#main{ 
	float: left;
	width: 574px; height: 400px;
	overflow: auto;
	padding: 0 13px;
	color: #806C59;
	background: white; 
	}
#footer {
	clear: both;
    padding: 2px;
	text-align: center;
	font-size: 80%;
	background: #e7dad1;
	}
/* --------------------------------- Common Styles --------------------------------- */
h1 { font-size: 110%; font-weight: bold;	}
a{ color: #806C59;}
a:hover{ text-decoration: none;}
acronym { border-bottom: 1px #aaa dotted; cursor: help; }
blockquote{ margin: 7px; padding: 5px; border-left: 5px solid #999; color: #000; background: #ececec;}
hr{ margin: 10px; background: #666;}
