@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family : trebuchet ms, verdana, tahoma, arial;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	text-align:center;
}

#outerContainer {
	text-align:left;
	margin:0px auto;
	width:800px;
	overflow:hidden;
}


#centeredBody {
	width:1004px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}


#header {
	margin:0px;
	padding:0px;
	height:42px;
}


#nav {
	padding:0px 0px 0px 0px;
	height:47px;
}

#contentHeader {
	padding:0px 0px 0px 0px;
	height:23px;
}

#trunk {
	margin:0px;
	padding:0px;
	height:42px;
	font-family : trebuchet ms, verdana, tahoma, arial;
	font-size : 14px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #8AAB87;
}


#pageContent { padding:0px 33px 8px 57px;margin-top:20px; }



#footer {
	padding:0px;
	width:1004px;
	height:52px;
	color:#ffffff;
	font-family : arial,verdana, tahoma, arial;
	font-size : 11px;
	font-weight:normal;
	text-align:left;
	float:right;
	background-image:url(image/ui-footerbackground_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
