@charset "UTF-8";


#wrapper {
	position: relative;
	text-align: left;
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


#header {
	height: 83px;
	position: relative;
	background-image: url(../../images/header_top_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer {
	_height: 1%;
	background-image: url(../../images/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
	background-color: #dadebe;
	background-position: bottom;
}

#content {
	width: 996px;
	margin: 0px;
}
#container {
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	background-image: url(../../images/container_bg.gif);
	background-color: #FFFFFF;
	margin-top: 1px;
	float: left;
}


#main {
	*width: 809px;
	_width: 809px;
	float: right;
	width: 789px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#sub {
	width: 186px;
	_overflow: hidden;
	background-image: url(../../images/sidebar_bg_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #faf6f1;
	float: left;
	padding-bottom: 60px;
}

#primary {
	padding-top: 8px;
	padding-bottom: 20px;
	width: 100%;
	float: left;
}
