@import url(blocks/sake.css);


html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#ffffff;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
 	font-family : arial, verdana, tahoma;
 	font-size : 12px;
	color : #000000;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	background-image:url(image/ui-horizontalbackground_1.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:863px;
	overflow:hidden;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px;
	width:863px;
}


#header {
	margin:0px;
	padding:0px;
	width:863px;
	height:64px;
 	font-family : arial, verdana, tahoma;
 	font-size : 14px;
	color : #F3F3B6;
	font-weight:normal;
}

#outerShell {
	margin:0px;
	padding:0px;
	width:863px;
	float:left;
}


#nav {
	margin:0px;
	padding:0px;
	width:172px;
	float:left;
	background-color:#A83762;
}

#main {
	margin:0px;
	padding:0px;
	width:901px;
	text-align:left;
}


#pageContent {  padding:14px 0px 18px 15px;
				width: 676px;
				float:left;
 }

* html #pageContent {
	width:691px;
} /* IE */


#footer {
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#A83762;
	height:22px;
 	font-family : arial, tahoma, verdana;
 	font-size : 9px;
	color:#FFFFCC;
	font-weight:normal;
	text-align:right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear{
	clear: both;
	margin: 0;
	padding:0;
}


.hide{
	display: none;
}

.show{
	display: block;
}

 

