@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	background-color: #334F06;
	height:100%;
	width:100%;
}

#outercontainer {
	width:796px;
	float:left;
	background-image: url(image/wui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#ffffff;
}

#header {
	padding:0px;
	margin:0px;
	float:left;
	width:793px;
	height:118px;
}

#tagline {
	padding:0px;
	margin:0px;
	float:left;
	width:793px;
	height:22px;
}

#logobottom {
	padding:0px;
	margin:0px;
	float:left;
	width:793px;
	height:21px;
}



#container {
	padding:0px;
	margin:0px;
	float:left;
	width:793px;
}


#leftColumn {
	width:153px;
	float:left;
}

#leftcol img {
	float:left;
}


#contentColumn {
	width:640px;
	padding:0px;
	margin:0px;
	float: left;
}


#footer {
	height:37px;
	width:796px;
	float:left;
	font-family : tahoma, verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: normal;
	letter-spacing:normal;
	color:#D6E7BC;
	text-align:right;
}


