﻿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: 950px;
	margin: 0 auto;
}
#siteHeader {
	position: relative;
	width: 100%;
	height: 159px;
	width: 930px;
	margin-bottom: 0px;
}
#siteMenu {
	width: 930px;
	margin-bottom: 10px;
}
#siteBody {
	margin-left: 10px;
}
#siteBodyLeft {
	width: 200px;
	float: left;
	margin-right: 16px;
}
#siteBodyCenter {
	width: 542px;
	float: left;
	margin-right: 16px;
}
#siteBodyRight {
	width: 156px;
	float: left;
}
#siteBodyRight ul {
	margin: 0px;
	padding: 10px 0px 10px 20px;
	background-color: #EAEAEA;
	text-indent: -12px;
	list-style-position: inside;
}
#siteBodyInnerMain {
	width: 714px;
	float: left;
}
 .clearLeft {
	clear: left;
	height: 0px;
}
 .clearRight {
	clear: Right;
	height: 0px;
}
 .clearBoth {
	clear: Both;
	height: 0px;
}
#siteFooter {
	clear: Both;
	width: 930px;
	margin-bottom: 20px;
	height: 55px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 16px;
}
