/* CSS Document */
@import url(blocks/sake.css);

body {
	background-color:#004D99;
	width:796px;
	text-align:left;
}

#ui {
	width:800px;
	padding:0;
	margin:0;
	background-image:url(image/ui-background_13.gif);
	background-position:left;
	background-repeat:repeat-y;
	/*border: 1px solid red;*/
}

#logoheader {
	width:796px;
	height:43px;
}

#logo {
	width:796px;
	height:116px;
	font-size:12px;
	font-style:italic;
	font-family:arial,verdana;
	color:#00509C;
}


#nav {
	width:235px;
	height:25px;
	padding:0;
	margin:0;
	float:left;
	border:0;
}

#nav img {
	float:left;
}

#mainnav {
	width:661px;
	height:69px;
	padding:0;
	margin:0;
	float:left;
	border:0;
}

#mainnav img {
	float:left;
}

#leftnav {
	width:138px;
	padding:0;
	margin:0;
	float:left;
	background-color:#E5E4EA;
	clear:both;
	}

#leftnav img {
	float:left;
}


#pageContent {
	width:796px;
	padding:0px;
	background-image:url(image/ui-watermark_14.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}

* html #pageContent {
	width:796px;
} /* IE */

#footer {
	width:796px;
	height:37px;
	font-size:9px;
	font-family:verdana;
	color:#B6B5B5;
	background-color:#FFFFFF;
}

