@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/ui-background.gif);
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:750px;
	overflow:hidden;
}

#masthead {
	text-align:center;
	align:center;
	margin:26px 0px 0px 0px;
	width:750px;
	overflow:hidden;
}

#whatsnew {
	text-align:left;
	float:left;
	width:257px;
	height:94px;
	background-image:url(image/ui-masthead-fa-background.gif);
	font: times new roman, georgia, verdana;
	font-size: 10px;
	padding:0px;
	hspace: 0;
	vspace: 0;
}

#ticker {
	text-align:left;
	width:393px;
	height:27px;
	background-image:url(image/ui-gray-tickerbackground.gif);
	background-repeat:no-repeat;
	font: times new roman, georgia, verdana;
	font-style: italic;
	font-size: 10px;
	color:#ffffff;
	padding:5px 0px 0px 14px;
	margin-bottom:0px;
}

#searchbar {
	text-align:center;
	align:center;
	margin:0px;
	width:750px;
	background-color:#2E2E2E;
	height:27px;
}


#content {
	text-align:center;
	align:center;
	margin:0px auto;
	width:750px;
	background-image:url(image/ui-mainbackground.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#nav {
	text-align:left;
	align:left;
	margin:0px 0px 0px 0px;
	width:121px;
	float:left;
}

#main {
	align:left;
	margin:0px 0px 0px 0px;
	text-align:left;
	width:629px;
	float:left;
	background-image:url(image/ui-contentfooter.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#homeContent {
	align:left;
	margin:0px 0px 0px 0px;
	text-align:left;
	width:629px;
	float:left;
}

#mainContent {
	text-align:left;
	margin:20px 30px 20px 30px;
	width:569px;
}

* html #pageContent {
	width:629px;
} /* IE */


#footer {
	text-align:right;
	margin:10px 0px 26px 0px;
	width:750px;
	overflow:hidden;
	font: verdana, arial;
	font-size: 10px;
	color:#EFEDCC;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.clear {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}

