@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#wrap {
	width: 900px;
	margin: 0 auto;
	background: #ebecff;
}
.bodybox {
	width: 336px;
	float: right;
	margin-left: 10px;
}
#header {
	text-align: center;
	padding: 10px;
	border-bottom: 3px solid #C00;
	background: #fff;
}
#body {
	width: 632px;
	float: right;
	padding: 10px;
	background: #fff;
}
#sidebar {
	width: 228px;
	float: left;
	padding: 10px;
}

#footer {
	clear:both;
	background: #C00;
	padding: 10px;
	font-style: italic;
	color: #fff;
}

#footer a {
	color: #fff;
}