#container{
	width: 715px;
	height: auto;
	position: relative;
}

#banner{
	width: 715px;
	height:auto;
	position: relative;
}

#nav{
	width: 715px;
	height: 44px;
	position: relative;
}

#header{
	width: 715px;
	height: auto;
	position: relative;
	background-color:#FFFFFF;
}

#content{
	width: 715px;
	height: auto;
	position: relative;
	background-color:#DCDDDE;
}

#footer{
	width: 715px;
	height: 73px;
	position: relative;
	background:url(../images/footer_wrapper.gif) top left repeat-x; 
}

