@import url(blocks/sake.css);

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#B4D790;
	background-image:url(image/wui-bg_02.gif);
	background-repeat:repeat-y;
}

#uiOuterShell {
	padding:0;
	margin:0;
	float:left;
	width:975px;
	height:100%;
}

#uiNavBar {
	padding:0;
	margin:0;
	float:left;
	width:200px;
	height:100%;
	background-image:url(image/wui-navbar-bg_18.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#uiContent {
	padding:20px 20px 10px 25px;
	margin:0;
	float:left;
	width:714px;
	background-image:url(image/wui-content-bg_02.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
}

* html #uiContent {
	width:759px;
	
}

#footer {
	padding-top:5px;
	color:#F38924;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:both;
}

#moreInfo {
width:185px;
overflow:inherit;
float:right;
margin:20px 0px 20px 20px;
padding:5px;
border: 1px solid #55793B;
background-color:#B4D790;
line-height:150%;
color:white;
}

* html #moreInfo {
	width:185px;
	color:white;
}
