html { overflow-y: scroll }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f5f5f5 url(../../../images/bg.jpg) repeat-y center;
}

.breaker { clear: both; }

div, form { margin: 0; padding: 0 }

#wrapper {
	margin: 0 auto;
	width: 998px;
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 180px;
	text-align: center;
	background: url(../../../images/header-fraxeon.jpg) repeat-x top;
}

#header .box {
	position: relative;
	margin: 0 auto;
	width: 998px;
	text-align: left;
}

#header .sites {
	position: absolute;
	left: 8px;
	right: 8px;
	top: 9px;
}

#header .logo {
	position: absolute;
}

#header .address {
	position: absolute;
	right: 8px;
	top: 40px;
	text-align: right;
}

#middle {
	clear: both;
	float: left;
	width: 998px;
	margin: 180px 0 0 0;
	text-align: left;
}

#mainContent {
	float: left;
	width: 718px;
	margin: 0 0 0 1px;
	padding: 0 14px 0 10px;
}

#mainContent .box {
	float: left;
	clear: both;
	width: 718px;
}

#mainContent .columnLeft {
	float: left;
	width: 558px;
}

#mainContent .columnRight {
	float: left;
	width: 150px;
	padding: 0 0 0 10px;
}

#footer {
	clear: both;
	float: left;
	width: 748px;
	color: #5d5d5d;
	font-size: 8pt;
	margin: 20px 4px 0 246px;
	_margin: 20px 2px 0 123px;
	text-align: center;
	border-top: 1px solid #8c8c8c;
}