@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : times new roman, times, verdana, arial, verdana, tahoma;
	font-size : 13px;
	font-weight:normal;
	line-height: 140%;
	color:#666666;
	letter-spacing:normal;
	background-color:#999999;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:950px;
	overflow:hidden;
}

#background {
	padding:0px;
	margin:0px;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:top left;
	width:950px;
}

#header {
	margin:0px;
	padding:0px;
	width:950px;
	height:314px;
	font-family : arial, verdana, tahoma;
	font-size : 19px;
	font-weight:bold;
	letter-spacing:normal;
	color:#666666;
	min-height:314px;
}

#main {
	margin:0px;
	padding:0px;
	width:950px;
	text-align:left;
}


#outerShell {
	margin-left:51px;
	padding:0px;
	width:950px;
	float:left;
}

#nav {
	margin:0px;
	padding:0px;
	width:191px;
	float:left;
}


#pageContent {  padding:0px 27px 10px 0px;
				width: 647px;
				float:left;
				background-image:url(image/ui-content-bg_3.gif);
				background-repeat:no-repeat;
				background-position:top left;
				
 }

* html #pageContent {
	width:674px;
} /* IE */


#footernav {
	padding-left:51px;
	margin:0px;
	width:899px;
	height:22px;
 	font-family : arial, verdana;
 	font-size : 10px;
	color:#663333;
	font-weight:bold;
	text-align:right;
}

* html #footernav {
	width:950px;
} /* IE */

#footer {
	padding-left:51px;
	margin:0px;
	width:899px;
	height:21px;
 	font-family : arial, verdana;
 	font-size : 10px;
	background-color : #FBA542;
	color:#663333;
	font-weight:bold;
	text-align:right;
	background-image:url(image/ui-footer_1.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

* html #footer {
	width:950px;
} /* IE */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
