#header {
	font-size: small;
	text-align: center;
	padding: 0.3em 0;
	background: #ffffff;
}

#outer_wrapper {
	background: #ffffff;
}

#wrapper {
	background: #ffffff;
}

#container {
	width: 100%;
	float: left;
	margin-right: -150px;
	background: #ffffff;
}

#content {
	margin-right: 150px;
	background: #ffffff;
}

#main {
	padding-top: 4px;
	margin-left: 210px;
}

#left {
	width: 150px;
	float: left;
	visibility: hidden;
}

#right {
	width: 150px;
	float: right;
	visibility: hidden;
}

#footer {
	font-size: small;
	text-align: center;
	padding: 0.3em 0;
	background: #ffffff;
}

h1 {
	margin-top: 0;
}

.last {
	margin-bottom: 0;
}

.clearing {
	height: 0;
	clear: both;
}

DIV.left {
	text-align: left;
}

DIV.center {
	text-align: center;
}

DIV.right {
	text-align: right;
}

img {
	border-style: none;
}

hr {
	width: 300px;
	text-align: center;
}