@charset "UTF-8";

#wrapper {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#content {
	width: 938px;
	padding-right: 6px;
	padding-left: 6px;
	background-color: #FFFFFF;
}
#container {
	background-color: #FFFFFF;
	width: 100%;

}
#main {
	width: 100%;
}

#header {
	position: relative;
	height: 136px;
	margin-top: 5px;
}

#footer {
	height: 80px;
	width: 100%;
	background-image: url(../images/public/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	margin-top: 10px;
	float: left;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
}

#page {
	width: 750px;
	float: right;
}
