@charset "UTF-8";
#wrapper {
	width: 100%;
	text-align: left;
}
#header {
	/*height: 136px;*/
	width: 100%;
}
#content {
	width: 100%;
}
#container {
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}
#social-link {
	width: 100%;
	background-color: #dcdcdc;
	clear: both;
}
#home-sitemap-box {
	background-color: #f9f9f9;
	background-image: url(../images/public/footer_link_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	padding-bottom: 30px;
	float: left;
}
#homesitemap {
	width: 980px;
	padding-top: 12px;
}
#footer {
	width: 996px;
	margin-right: auto;
	margin-left: auto;

}

/* Sidebar */
#sidebar {
	float: left;
	width: 200px;
	padding-bottom: 30px;
	background-image: url(../images/public/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	padding-left: 10px;
}
#page {
	color: #666666;
	padding-bottom: 30px;
	padding-left: 210px;
}
#formcontainer {

}
