#Container {
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	height: 25px;
	width: 490px;
	background-image: url(images/header1.gif);
}
#left_cont {
	width: 500px;
}
#mid_cont {
	background-image: url(images/mid_img.jpg);
	background-repeat: repeat-y;
	width: 450px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-family: sans-serif, Arial, Helvetica;
	font-size: 90%;
	color: #006600;
	text-align: justify;
}
#foot {
	clear: both;
	height: 20px;
	width: 500px;
}
