body {
	background-color	: #f7f7f7;
}
#mainbody {
	width				: 878px;
	height				: 600px;
	background-color	: #f7f7f7;
	font-family			: arial,sans-serif;
	font-size			: 12px;
	font-weight			: normal;
	border				: 0px;
	border-style		: solid;
	border-color		: black;
	margin-right		: auto;
	margin-left			: auto;
	margin-top			: 1px;
	margin-bottom		: auto;
}
#banner_area {
	width				: 100%;
	height				: 102px;
	background-color	: #f7f7f7;
}
#nav_area {
	width				: 160px;
	height				: 490px;
	float				: left;
	border				: 0px;
	border-style		: solid;
	border-color		: red;
	margin-right		: 0px;
	margin-left			: 0px;
	margin-top			: 5px;
	margin-bottom		: 0px;
	background-color	: #f7f7f7;
}
#menu_area {
	width				: 160px;
	height				: 300px;
	border				: 0px;
	border-style		: solid;
	border-color		: yellow;
	margin-right		: 0px;
	margin-left			: 0px;
	margin-top			: 0px;
	margin-bottom		: 0px;
	background-color	: #f7f7f7;
}
#logo_area {
	width				: 157px;
	height				: 152px;
	border				: 0px;
	border-style		: solid;
	border-color		: green;
	margin-right		: 0px;
	margin-left			: 0px;
	margin-top			: 0px;
	margin-bottom		: 0px;
	background-color	: #f7f7f7;
}
#display_area {
	width				: 710px;
	height				: 490px;
	float				: right;
	border				: 0px;
	border-style		: solid;
	border-color		: blue;
	margin-right		: 0px;
	margin-left			: 0px;
	margin-top			: 5px;
	margin-bottom		: 0px;
	background-color	: #f7f7f7;
}
#filler {
	width				: 56px;
	float				: left;
	background-color	: #f7f7f7;
	border				: 0px;
	border-style		: solid;
	border-color		: red;
}
#content {
	width				: 650px;
	height				: 485px;
	float				: right;
	border				: 1px;
	border-style		: solid;
	border-color		: blue;
	margin-right		: 0px;
	margin-left			: 0px;
	margin-top			: 0px;
	margin-bottom		: 0px;
	text-align			: center;
	background-color	: #f7f7f7;
	padding-top			: 0px;
}
