
#container
{
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#inner-wrapper{ 
	position: relative;
	width: 924px; 
	margin: 0 auto 0 auto;
	text-align: left;
	padding-bottom: 145px;
}
#banner-home{
	width: 924px;
	height: 415px;
}
#banner{
	width: 924px;
	height: 349px;
}
#main-content{
	width: 900px;
	padding-top: 10px;
	background: #F6F6F6;
}
.white-content{
	background: #FFFFFF;
	width: 890px;
	padding: 10px 10px;
}
.home-row{
	border-bottom: 1px dotted black;
	margin-top: 10px;
	padding-bottom: 10px;
}
#footer-wrap{
	background-color: #DEDEDE;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 145px;
}
#footer{
	width: 100%;
	background-color: #947292;
	color: white;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
}
.topnav a:link{ 
	color: #B0ADAA;
	padding-right: 20px;
}
.bottomnav{
	padding: 20px;
	width: 900px; 
	text-transform: uppercase;
	font-size: 13px;
}
.bottomnav a:link{ 
	color: white;
	padding: 0 10px;
}
.bottomnav a:visited{ 
	color: white;
	padding: 0 10px;
}
.bottomnav a:hover{ 
	color: #F5CE33;
	padding: 0 10px;
}
