/*COLORS*/
/*Navy Blue: #003*/
/*Turquoise Blue: #069*/
/*Medium Grey: #666*/
/*Dark Grey: #333*/

* { margin:0; padding:0}

html, body {
	height: 100%;
	background:url(../images/background.gif);
}
#main_container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content_container {
	padding-bottom: 40px;
}
#main {
	width: 800px;
	margin: auto;
	padding-top:20px;
}
#center_column_three {
	margin: 0 160px 0 160px;
	padding: 0 15px 0 15px;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
}
#center_column_two {
	margin: 0 160px 0 0;
	padding: 0 15px 0 15px;
	border-right: #999 1px solid;
}
#left_column{
	float: left;
	width: 150px;
}
#right_column{
	float: right;
	width: 150px;
}
#header{
	border-bottom: #069 3px solid;
	background: #003;
	height: 65px;
}
#header_name{
	background: #003 url(../images/header_name.jpg) 0px 15px no-repeat;
	height: 62px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 13.5pt;
	border-top: #069 2px solid;
	background: #003;
}
