@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : arial, tahoma, verdana;
	font-size : 12px;
	font-weight:normal;
	line-height: 150%;
	letter-spacing:normal;
	color: #555555;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:1020px;
	overflow:hidden;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#footer {
	text-align:left;
	margin:0px auto;
	width:1020px;
	height:58px;
	overflow:hidden;
	background-image:url(image/ui-footer_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#background {
	padding:0px;
	margin:0px 42px 0px 42px;
	width:936px;

}

#header {
	margin:0px;
	padding:0px;
	width:936px;
	height:100px;
}

#outerShell {
	padding:0px;
	margin:0px;
	float:left;
	width:936px;
}

	

#nav {
	margin:0px;
	padding:0px;
	width:936px;
	height: 30px;
	font-family : arial, tahoma, verdana;
	font-size : 14px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #666666;
}


#pageContent {
	padding:30px 0px 10px 0px;
	width:936px;
	float:left;
	height:auto;
}

#homepageContent {
	padding:0px 0px 10px 0px;
	width:936px;
	float:left;
	height:auto;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* ============== BASIC STYLES ============== */
.clear {
	clear: both;
}
.onepx {
	display: block;
	height: 1px;
	width: 1px;
}
.invisible {
	visibility: hidden;
}
