body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
#siteWrapper {
	padding: 0px 0px 0px 0px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#siteBodyWrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#siteHeader {
	position: relative;
	width: 100%;
	height: 156px;
	margin-bottom: 2px;
}
#siteBody {
	float: left;
}
#siteBodyLeft {
	width: 277px;
	float: left;
	padding-bottom: 4px;
}
#siteBodyRight {
	width: 663px;
	float: left;
}
 .innerContent {
	padding: 10px;
}
 .clearLeft {
	clear: left;
	height: 0px;
}
 .clearRight {
	clear: Right;
	height: 0px;
}
 .clearBoth {
	clear: Both;
	height: 0px;
}
#siteFooter {
	clear: Both;
	padding: 3px 0px 5px 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
        font-size: 11px;
}





