@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#DEDEDE;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : arial, trebuchet ms, verdana, tahoma;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #232323;
}

#outerContainer {
	text-align:left;
	margin:0px auto;
	width:976px;
	overflow:hidden;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:942px;
	border:solid;
	border-color:#737F09;
	border-width:17px;
	overflow:hidden;
	background-color:#FFFFFF;
}

* html #centeredBody {
	width:976px;
} /* IE */

#header {
	margin:0px;
	padding:0px;
	width:976px;
	height:111px;
	float:left;
	background-image: url(image/ui-header-bg_1.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#A9B91C;
}




#nav {
	padding:0px 0px 0px 0px;
	width:976px;
	height:24px;
	float:left;
	background-color:#A9B91C;
}

#homepageContent {  padding:0px;
				width: 976px;
				float:left;
 }
 
#cpNav {
	padding:0px 0px 0px 0px;
	width:145px;
	float:left;
	background-color:#B4C33D;
	height:100%;
}

#koNav {
	padding:0px 0px 0px 17px;
	width:128px;
	float:left;
	background-color:#A0284F;
	height:100%;
	min-height:812px;
}

* html #koNav {
	width:145px;
} /* IE */

#srNav {
	padding:0px 0px 0px 17px;
	width:128px;
	float:left;
	background-color:#B7726A;
	height:100%;
}

* html #srNav {
	width:145px;
} /* IE */

#drNav {
	padding:0px 0px 0px 17px;
	width:128px;
	float:left;
	background-color:#A12036;
	height:100%;
}

* html #drNav {
	width:145px;
} /* IE */

#spNav {
	padding:0px 0px 0px 17px;
	width:128px;
	float:left;
	background-color:#5F63AD;
	height:100%;
}

* html #spNav {
	width:145px;
} /* IE */

#wNav {
	padding:0px 0px 0px 17px;
	width:128px;
	float:left;
	background-color:#9B8E44;
	height:100%;
}

* html #wNav {
	width:145px;
} /* IE */
 
#pageContent {  padding:15px 20px 0px 20px;
				width: 757px;
				float:left;
 }

* html #pageContent {
	width:797px;
} /* IE */

#splashContent {  padding:0px;
				width: 797px;
				float:left;
 }
 
 
#footer {
	padding:0px;
	width:976px;
	height:19px;
	color:#737F09;
	font-family : arial, trebuchet ms, verdana, tahoma, arial;
	font-size : 11px;
	font-weight:normal;
	text-align:left;
}

* html #footer {
	width:939px;
} /* IE */


#RIM {
	margin:0px;
	width:500px;
	background-color:#E5E5E5;
	font-family : trebuchet ms,verdana,tahoma, arial;
	font-size : 10px;
	color: #333333;
	text-align:left;
	padding:0px;
	float:left;
	background-image: url(image/rim-bg_1.gif);
	background-repeat:repeat-x;
	background-position:top left;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

