body {
	margin: 0;
	padding: 0;
	border:0;
	font-size: 76%;/* font sizing in ems/per-cent. if you want to change anything, just change this.*/
/*	background-color:#6699cc;*/
	background-color:#fff;
	color:#000;
	text-align:left;
	padding-left:5px;
}

/* main layout of page */
div.layout {
	position:relative;
/*	background-color:#ddeeff;*/
	background-color:#fff;
	width:990px; /* designed for 1024 screen resolution */
	text-align:center; /* align content in middle of viewport */
	margin:0px auto;
	padding:0;
}

/* main content of page */
div.pagebody {
	clear:both;
	padding:0;
/*	padding-bottom:5px;*/
	margin:0;
	border:0;
	background-color:transparent;
	text-align:left;
	height:100%;
}

/* header */
div.banner {
	text-align:left;
	height:110px;
	margin:0px;
	border: 1px solid #6e6855;
	margin:0;
	background-color:#eeeede;
	color:#000;
}

/* menu */
div.sidebar {
/*
	position:absolute;
	top:122px;
	left:10px;
*/
	padding:0;
	width:136px;
/*	margin: 0 840px 0 0;*/ /* gives menu a width of 130px */
	height:500px;
	text-align:left;
/*	background-color:#ddeeff;*/
	background-color:#fff;
/*	border:1px solid #CDC7AE;*/
	color:#000;
	/*
	border-top:1px solid #fff;
	border-left:1px solid #eee;
	border-right:1px solid #aaa;
	*/
}

/* content */
div.content {
	background-color:inherit;
	padding:5px 5px 20px 5px;
	margin:0;
	margin-top:10px;
	border:0;
	border:1px solid #6e6855;
	float:right;
	width:828px;
	height:600px; /* rollback RITSUI-950(height:100%) for fixed height */
	text-align:left;
	visibility:visible;
}

/* footer */
div.footer {
	border:0;
	margin:0;
	padding:2px 0 4px 0;
	text-align:left;
	clear:both;
	text-align:center;
	font-weight:0.9em;
	color:#eee;
	background-color:#336699;
}

div.footer a:active,
div.footer a:link,
div.footer a:visited {
	color:#eee;
	text-decoration:none;
	border-bottom:1px solid #fff;
	font-size:0.9em;
}

div.footer a:hover {
	border-bottom:1px solid #ff6600;
}

div.content br {
	line-height:0.4em;
}