#wrapper{ 
	width: 842px; 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#top-banner{
	height: 140px;
	width: 842px;
}
#banner{
	width: 842px;
}
#main-content{
	margin: 0;
	width: 842px; 
	border-bottom: 3px dotted black;
	padding-bottom: 10px;
}
.header-div{
	width: 824px;
	padding: 10px;
	color: white;
	margin-top: 2px;
	margin-bottom: 10px;
}
#footer{
	clear: both;
	width: 842px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
#topnav{
	width: 842px;
	height: 38px;
	border-bottom: 3px dotted black;
}
#top-address{
	padding: 10px;
	width: 600px;
	position: relative; 
	left: 266px; 
	top: 24px;
	color: white;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	
}
.topnav a:link{ 
	color: #B0ADAA;
	padding-right: 20px;
}
.topnav a:visited{ 
	color: #B0ADAA;
	padding-right: 20px;
}
.topnav a:hover{ 
	color: #ED1165;
	padding-right: 20px;
}
.topnav a:active{ 
	color: #ED1165;
	padding-right: 20px;
}
.arrow{
	margin-top: -4px;
}
#search-bar{
	 margin: 6px 0px 0px 0px;
	 width: 250px; 
	padding-left: 5px;
}
.home-row{
	border-bottom: 3px dotted black;
	margin-top: 10px;
	padding-bottom: 10px;
}
.home-box{
	float: left;
	width: 190px;
	padding: 10px;
}
.home-box img{
	margin: 10px 0 20px 0;
}
.bg-corner{
	background-image: url(../images/box-corner-bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
