@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	background: #FFF;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#container #banner_left {
	position: relative;
	width: 168px;
	height: 124px;
	top: 0px;
	left: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#container #banner_right {
	background-color: #000;
	position: relative;
	top: 0px;
	height: 124px;
	width: 798px;
	float: left;
	right: 0px;
}
#container #banner_right img {
	position: relative;
	left: 50px;
}
#margin_left {
	width: 168px;
	float: left;
}

#margin_right {
	widows: 168px;
	float: left;
	position: relative;
	top: 0px;
	right: 0px;
}
#page {
	width: 632px;
	float: left;
	background-color: #CCC;
}
#page h2 {
	padding-left: 10px;
}
#page p {
	padding-left: 10px;
	padding-right: 10px;
}
#margin_right {
	background-color: #000;
}
#margin_left {
	background-color: #000;
}
