@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#EAEAEA;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(image/ui-headerbackground.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family : verdana, arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 160%;
	letter-spacing:normal;
	color: #555555;
}

#centeredBody {
	text-align:left;
	margin:15px auto;
	width:944px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	margin:19px 0px 0px 0px;
	width:944px;
}

#header {
	margin:0px;
	padding:0px;
	width:944px;
	height:110px;
	background-image:url(image/ui-header_1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-family : tahoma,verdana, arial;
	font-size : 13px;
	font-weight:bold;
	line-height: 140%;
	letter-spacing:normal;
	color: #F3F3F3;
}

#nav {
	margin:0px;
	padding:0px;
	width:944px;
	height:30px;
	background-image:url(image/ui-nav-bg_1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	font-family : tahoma,verdana, arial;
	font-size : 11px;
	font-weight:bold;
	line-height: 140%;
	letter-spacing:normal;
	color: #828282;
}


#outerContainer {
	margin:0px;
	padding:0px;
	width:944px;
	background-image:url(image/ui-contentbg_1.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#leftCol {
	margin:0px;
	padding:0px;
	width:257px;
	float:left;
}

#search {
	margin:0px;
	padding:0px;
	width:192px;
}

#leftNav {
	margin:25px 0px 0px 20px;
	padding:0px;
	width:192px;
}

#featured {
	margin:0px;
	padding:0px;
	width:192px;
}


#pageContents {  
	float:left;
	padding:22px 26px 20px 0px;
	width: 661px;
 }

* html #pageContents {
	width:687px;
} /* IE */

#footernav {
	margin:0px;
	padding:0px;
	width:944px;
	height:27px;
	background-image:url(image/ui-footernav-bg_1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-family : tahoma,verdana, arial;
	font-size : 10px;
	font-weight:bold;
	line-height: 140%;
	letter-spacing:normal;
	color: #828282;
}

#footer {
	margin:13px 0px 0px 0px;
	padding:0px;
	width:944px;
	height:46px;
	text-align:left;
	font-family : tahoma,verdana, arial;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #A9A9A9;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

