#container {
	width: 800px;
	margin: auto;
}

#header {
	width: 800px;
	height: 100px;
	background-color:#000000;
}

#image {
	height: 68px;
	background-color:#FFFFFF;
	width: 850px;
	margin: auto;
}

#first_row {
	height: 20px;
	background-color:#666666;
	width: 760px;
	border-bottom: solid #ffffff 2px;
	border-left: solid #ffffff 2px;
	border-right: solid #ffffff 2px;
	margin: auto;
	text-align: right;
}
#main_row {
	height: 360px;
	background-color:#666666;
	width: 745px;
	margin: auto;
	border-left: solid #ffffff 2px;
	border-right: solid #ffffff 2px;
	border-bottom: solid #ffffff 2px;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
}
#footer {
	width: 720px;
	height: 400px;
	background-color:#000000;
	border-top: solid #ffffff 2px;
	border-left: solid #ffffff 2px;
	border-right: solid #ffffff 2px;
	margin: auto;
}
#flash_box {
	width: 165px;
	height: 175px;
	float:left;
	background-color: #666666;
}
#flash_box_outer {
	width: 195px;
	height: 180px;
	float:left;
}
#main_row_bottom {
	height: 13px;
	background-color:#666666;
	width: 760px;
	border-left: solid #ffffff 2px;
	border-right: solid #ffffff 2px;
	margin: auto;
}
#news_body {
	height: 2250px;
	background-color:#FFFFFF;
	width: 760px;
	margin: auto;
	border: solid #ffffff 2px;
}
