body {
	background-color: #ffffff;
	margin: 0;
}
#main {
	background-image: url("/images/extender.jpg");
	position: relative;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url("/images/header.jpg");
	background-repeat: no-repeat;
	width: 100%;
	height: 162px;
	padding: 1px 0;
}
#nav {
	background-image: url("/images/bg_nav.jpg");
	background-repeat: no-repeat;
	height: 42px;
	width: 100%;
	padding-left: 10px;
	padding-top: 7px;
}
#content {
	padding: 19px 30px 1px 30px;
	height: auto;
	height: 1%;
	overflow: auto;
}
*+html #content {
	overflow: visible;
}
#wrapper {
	background-image: url(/images/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: -30px 0;
	height: 1%;
	overflow: auto;
}
*+html #wrapper{
	overflow: visible;
}
#pageText {
	width: 623px;
	float: left;
	height: 100%;
}
#sidebar {
	padding-left: 28px;
	width: 231px;
	float: right;
	height: 100%;
}
#footer {
	background-color: #ffffff;
	background-image: url("/images/footer.jpg");
	background-repeat: no-repeat;
	height: 114px;
	clear: both;
	padding-top: 28px;
}
#partners {
	margin-right: 11px;
}
