* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body, html {
	/* text-align: center; */
	height: 100%;
	background-color: #eeeeee;
}

.clear { 
	clear: both; 
}

#lo-main {
	width: 980px;
	/* margin: 0 auto; */
	min-height: 100%;
	text-align: left;
	background-color: #ffffff;
}

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

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

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

.lo-inner {
	width: 980px;
	padding-bottom: 40px;
}

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

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

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

* 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: 260px;
}

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

#lo-footer {
	clear: both;
	overflow: hidden;
	width: 980px;
	height: 40px;
	/* margin: 0 auto; */
	margin-top: -40px;
	text-align: left;
}
