html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	background-color: #b3e1e9;
	background-image: url(../graphics/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main {
	min-height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
.space {
	background-color: #B3E1e9;
	height: 20px;
	width: 100%;
	position: relative;
	top: 0px;
}

.footer {
	background-color: #FFFFFF;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	position: relative;
	padding-top: 5px;
	padding-bottom: 4px;
	bottom: 0px;
	top: 20px;
}
.div_banner {
	height: 160px;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.flex {
	width: 800px;
	position: relative;
	left: 0px;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	height: 90%;
	width: 800px;
	position: relative;
	left: 0px;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.column_borders {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footer_content {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.border_gray {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 6px;
}
.bg_black {
	background-color: #000000;
	border: 2px solid #FFFFFF;
}
