body {
	background-color: #ffcc99;
}

.layout#pagebox {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #ff9966;
}
.layout#topheader {
	height: 24px;
	width: 800px;
	background-color: #ffcc99;
	background-image: url(../gfx/basic/HG_Button_orange_1.jpg);
	background-repeat: no-repeat;
}
.layout#topheadernavi {
	width: 624px;
	height: 24px;
	margin-left: 176px;
	text-align: right;
	position: relative;
}

.layout#mainheader {
	height: 184px;
	width: 800px;
}
.layout#colwrap {
	overflow: hidden;
}
.layout#right {
	float: left;
	width: 237px;
}
.layout#sideheader1 {
	height: 39px;
	width: 232px;
	float: right;
}
.layout#sideheader2 {
	float: left;
	width: 64px;
	height: 373px;
}
.layout#footer {
	height: 24px;
	width: 800px;
	margin-top: 5px;
	background-color: #990000;
}

.layout#left {
	float: left;
	width: 176px;
	background-color: #990000;
	margin-bottom: -32000px;
	padding-bottom: 32000px;
}
.layout#content {
	float: left;
	width: 382px;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #ffcccc;
	margin-bottom: -32000px;
	padding-bottom: 32000px;
}

.layout#title {
	width: 382px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
	height: 34px;
}

.layout#rightcontent {
	float: left;
	margin-right: 5px;
	width: 168px;
	background-color: #FFCCCC;
	margin-top: 5px;
	margin-bottom: -32000px;
	padding-bottom: 32000px;
	overflow: hidden;
}

