@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
}
body {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #E7E7E7;
}
#main #banner {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: inherit;
	/* [disabled]border-bottom-left-radius: 5px; */
	/* [disabled]border-bottom-right-radius: 5px; */
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	height: 150px;
}

#main #contents .clear_both {
	clear: both;
}
