#container {
	text-align: left; width: 768px; margin: 0 auto; overflow: hidden;
	background: #E6EAEA url(back_02.gif) repeat 0 0;
	}

#wrapper {
	margin: 105px 0 0 0;
	background: #F00000;
	}

#content {
	float: left;
	width: 510px;
	margin: 0 0 10px 32px;
	padding: 0 0 30px 20px;
	}
* html #content { margin-left: 16px;}	

div.column {
	float: right; width: 170px; margin: 0 32px 10px 0;
	}
* html div.column { margin-right: 16px; }

#navigation {
	}

#extra {
	clear: right;
	margin-top: 0;
	}

#header {
	text-align: left; width: 704px; position: absolute; left: 50%; top: 0; margin-left: -352px; height: 100px; overflow: hidden;
  	border-bottom: 2px #515285 solid;
	}

#footer {
	text-align: center; width: 704px; margin: 0 auto; padding: 5px 0 3px 0; overflow: hidden;
	position: relative;
	}

html, body { height: 100%; }
#container {
	min-height: 100%; height: auto !important; height: 100%;
	overflow: hidden !important; overflow: visible;
	}
#content { margin-bottom: 25px !important; margin-bottom: 0; }
div.column { margin-bottom: 25px !important; margin-bottom: 0; }
#footer { margin-top: -25px; height: 15px; }