@charset "UTF-8";

#wrapper {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 100%;

}
#main {
	width: 990px;
	float: left;
}

#header {
	background-image: url(../images/header_bg_001.gif);
	background-repeat: repeat-x;
	height: 107px;
	width: 100%;
}
#footer {
	width: 100%;
	background-image: url(../images/footer_bg_001.gif);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
}
#sidebar {
	float: left;
	width: 200px;
}
#content {
	width: 790px;
	float: right;
}
#section {
	width: 100%;
}
