/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B7B5B5;
}

#container{

	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#topBanner{
	height: 265px;
	width: 800px;
	clear: left;
	float: left;


}

#middle{
	height: auto;
	width: 800px;


	background-image: url(content.jpg);
	background-repeat: repeat-y;
		clear: left;
	float: left;
	_margin-top: -5px;

}

#inner{
	background-color: #FFFFFF;
	height: auto;
	width: 720px;
	_width: 680px;
	margin-left: 40px;
	_margin-left: 20px;
	clear: left;
	float: left;

}

#content{
	margin: 10px;

	height: auto;
	width: 100%;
	font-size: x-small;
		clear: left;
	float: left;
}

#footer{
	height: 50px;
	width: 800px;

	background-image: url(footer.jpg);
		clear: left;
	float: left;

}

