#Container {
	width: 900px;
	margin: 0 auto;
}
#banner {
	background-image: url(images/banner.jpg);
	width: 680px;
	height: 200px;
	padding-left: 220px;
	padding-top: 81px;
}	
#banner2 {
	background-image: url(images/aboutbanner.jpg);
	width: 680px;
	height: 200px;
	padding-left: 220px;
	padding-top: 81px;
}
#menu {
	height: 30px;
	width: 900px;
}
#header {
	background-image: url(images/infoBrown.jpg);
	width: 900px;
	height: auto;
}
#info {
	height: auto;
	width: 820px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-image: url(images/infoBrown.jpg)
}
#footer {
	height: auto;
	width: 900px;
	padding-bottom: 2px;
	background-color: #333333
}

#highlight {
   background: none repeat scroll 0 0 #C6AA6B;
    font-family: Comic Sans MS,Helvetica,Arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.6em;
    text-align: left;
    text-decoration: none;
}
