@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#EAEAEA;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/ui-headerbackground.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #555555;
}

#centeredBody {
	text-align:left;
	margin:19px auto;
	width:793px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:19px 0px 0px 0px;
	width:793px;
	background-image:url(image/ui-verticalbackground.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#header {
	margin:0px;
	padding:0px;
	width:793px;
}

#search {
	margin-left:6px;
	padding:0px;
	width:188px;
	float:left;
	height:47px;
	background-image:url(image/ui-search.gif);
}


#pageContent {  padding:30px 15px 10px 17px;
				width: 488px;
 }

* html #pageContent {
	width:520px;
} /* IE */



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
