@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#336600;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
}

#centeredBody {
	text-align:left;
	margin:14px auto;
	width:1007px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:1007px;
}

#header {
	margin:0px;
	padding:0px;
	width:1007px;
	height:63px;
}


#tip {
	margin:0px;
	padding:0px;
	width:1007px;
	height:32px;
	background-color:#EAB445;
}

#rim {
	margin:0px;
	padding:0px;
	width:759px;
	height:265px;
}

#home {
	margin:0px;
	padding:0px;
	width:1007px;
	background-image: url(image/ui-verticalbackground-hm_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#nav {
	margin:0px;
	padding:0px;
	width:185px;
	float:left;
}

#nonhome {
	margin:0px;
	padding:0px;
	width:1007px;
	background-image: url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#pageContentHome {  padding:0px;
				width: 821px;
				float:left;
 }

#pageContent {  padding:30px 25px 15px 45px;
				width: 751px;
				float:left;
				background-image: url(image/ui-logocontent-bg_1.gif);
				background-repeat:no-repeat;
				background-position:top left;
 }

* html #pageContent {
	width:811px;
} /* IE */



#footer {
	margin:0px;
	padding:0px;
	width:1007px;
	height:21px;
	color:#336600;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 140%;
	background-image: url(image/ui-footerbackground_1.gif);
	background-repeat:no-repeat;
	background-position:top left;	
	background-color:#EAB445;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
