@charset "UTF-8";
#main_container   { 
	background-color: white; 
	margin-right: auto; 
	margin-left: auto; 
	position: relative; 
	width: 960px; 
	height: 1450px
	}
#header  { 
	background-color: #f5f5dc; 
	text-align: center; 
	padding-left: 5px; 
	height: 150px }
#footer   { 
	background-color: #f5f5dc; 
	text-align: center; 
	padding: 10; 
	position: absolute; 
	bottom: 0; 
	width: 100%; 
	height: auto }
#left_column  { 
	background-color: #f5f5dc; 
	padding-right: 10px; 
	padding-left: 10px; 
	width: 220px; 
	height: 700px; 
	float: left 
}
#right_column {
	text-align: center;
	background-color: #f5f5dc;
	float: left;
	height: 750px;
	padding-left: 10px;
	padding-right: 10px;
	width: 700px;
	padding-top: 5px;
}

.bottom {
	text-align: center;
	border: 1px solid #e68200
}
table {
margin-left: auto;
margin-right: auto;
text-align: center;
}
#header h1	{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 250%;
}
#header h2	{
	margin-bottom: 0px;
	margin-top: 0px;
}