div,span,p {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body, html {
	text-align: center;
	height: 100%;
}

.clear { 
	clear: both; 
}

#lo-main {
	width: 772px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #lo-main {
	height: 100%;
}

.lo-outer {
	padding-left: 0px;
}

* html .lo-outer {
	padding-right: 0px;
}

.lo-inner {
	width: 772px;
	padding-bottom: 25px;
}

* html .lo-inner {
	width: 100%;
}

.lo-float-wrap {
	float: left;
	width: 772px;
	margin-left: -0px;
}

#lo-content {
	float: right;
	width: 772px;
}

* html #lo-content {
	position: relative;
}

#lo-left {
	overflow: hidden;
	float: left;
	width: 0px;
}

* html #lo-left {
	position: relative;
}

#lo-right {
	overflow: hidden;
	float: right; 
	width: 0px;
}

* html #lo-right {
	position: relative;
	margin-right: -0px;
}

#lo-footer {
	clear: both;
	overflow: hidden;
	width: 772px;
	height: 25px;
	margin: 0 auto;
	margin-top: -25px;
	text-align: left;
}
