@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#D5ECF7;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/ui-background_1.gif);
	background-repeat:repeat-x;
	background-position:top center;
	font-family : arial, verdana;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:729px;
	overflow:hidden;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}


#header {
	margin:0px;
	padding:0px;
	width:729px;
	height:90px;
	float:left;
}

#graybar {
	margin:0px;
	padding:0px;
	width:729px;
	height:20px;
	float:left;
	background-image:url(image/ui-graybar_8.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:11px;
	color:#2F4D4B;
	font-family:arial;
}

#nav {
	padding:0px 0px 0px 0px;
	width:729px;
	height:19px;
	float:left;
}

#pageContent {
	width:729px;
	float:left;
	height:auto;
	background-image:url(image/ui-leaves_1.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#enewspageContent {
	padding:0px 20px 10px 20px;
	width:536px;
	float:left;
	height:auto;
}

* html #enewspageContent {
	width:576px;
} /* IE */


#footer {
	padding:0px;
	width:729px;
	height:23px;
	background-image:url(image/ui-footer_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
