body, h1, h2, p, ul, li, h3, h4 {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #DFE3E4;
	background-image: url(Images/back_white.png);
	background-repeat: repeat;
	text-align: center;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #DFE3E4;
	text-align: left;
}

#wrapper {
	height: 601px;
	width: 818px;
	margin: auto;
}
#innerwrapper {
	float: left;
	height: 435px;
	width: 818px;
	padding: 0px;
}
#wrapper #footer {
	background-image: url(Images/ofooter_bg.png);
	background-repeat: no-repeat;
	height: 63px;
}
#wrapper #foot {
	height: 63px;
}
#space {
	height: 40px;
	width: 818px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#wrapper #innerwrapper #left {
	height: 435px;
	width: 79px;
	float: left;
}
#wrapper #innerwrapper #right {
	height: 435px;
	width: 69px;
	float: left;
}
#wrapper #innerwrapper #leftbar {
	background-image: url(Images/oleft_bg.png);
	background-repeat: no-repeat;
	height: 435px;
	width: 79px;
	float: left;
}
#wrapper #innerwrapper #rightbar {
	background-image: url(Images/oright_bg.png);
	background-repeat: no-repeat;
	height: 435px;
	width: 69px;
	float: left;
}
#wrapper #innerwrapper #content {
	background-color: #DFE3E4;
	height: 435px;
	width: 670px;
	float: left;
}
#wrapper #header {
	background-image: url(Images/oheader_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 130px;
	width: 818px;
}
#wrapper #head {
	height: 130px;
	width: 818px;
}
#wrapper #below {
	height: 10px;
}
#footer h1 {
	position: absolute;
	left: -3000px;
	font-size: 1px;
	top: -3000px;
}
#foot h1 {
	position: absolute;
	left: -3000px;
	font-size: 1px;
	top: -3000px;
}
