@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	background-image: url(image/bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#5B76A3;
}

body {
	width:100%;
	height:100%;
	margin:0px auto;
	padding:0px;
	font-family : arial, verdana, tahoma, arial;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	text-align:center;
	color: #333333;
	background-image: url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#outerContainer {
	text-align:left;
	margin:0px auto;
	width:987px;
	overflow:hidden;
	background-image: url(image/ui-verticalbackground_1.gif);
	background-repeat:repeat-y;
	background-position:center;
}


#header {
	margin:0px;
	padding:0px;
	height:155px;
	width:982px;
}


#nav {
	padding:0px 0px 0px 0px;
	float:left;
	font-family : arial, verdana, tahoma, arial;
	font-size : 16px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	text-align:left;
	color: #187EC2;
}

#navItem {
	padding:0px 0px 0px 0px;
	width:194px;
	height:auto;
	overflow:hidden;
	float:left;
}


#outerShell { 
	width:987px;
	 }
	
#homePageContent { 
	padding:13px 0px 18px 20px;
	float:left;
	width:768px;
	}

* html #homePageContent {
	width:788px;
} /* IE */	

#pageContent { 
	padding:13px 0px 18px 20px;
	float:left;
	width:758px;
	}

* html #pageContent {
	width:778px;
} /* IE */

#footer {
	padding:0px;
	width:987px;
	height:32px;
	color:#669966;
	font-family : arial,verdana, tahoma, arial;
	font-size : 11px;
	font-weight:normal;
	text-align:left;
	float:right;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

