@import url(blocks/sake.css);

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#DEDEDE;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#outercontainer {
	width:998px;
}

#header {
	width:998px;
	height:160px;
}

#homeheader {
	width:998px;
	height:215px;
	font-family:trebuchet ms,arial;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-align:left;
}


#container {
	width:998px;
	float:left;
}

	
#nav {
	width:181px;
	float:left;
	font-family:arial;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
}


#navtext {
	background-image:url(image/ui-navbg_1.gif);
	background-repeat:repeat-y;
	background-position:top left;	
	width:158px;
	float:left;	
}

#content {
	width:807px;
	float:left;
	padding:33px 0px 0px 0px;
}

#search {
	margin-left:0px;
	padding:0px;
	width:100px;
	float:left;
	height:15px;
}


#footer {
	width:998px;
	height:29px;
	font-family:arial;
	font-size:11px;
	color:#666666;
	font-weight:normal;
}



