@import url(blocks/sake.css);

img { behavior: url(iepngfix.htc); }

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 : arial, verdana, tahoma;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:838px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px;
	background-image:url(image/ui-verticalbackground_pink.gif);
	background-repeat:repeat-y;
	background-position:top left;
	width:838px;
}

#header {
	margin:0px;
	padding:0px;
	width:838px;
	height:113px;
}

#main {
	margin:0px;
	padding:0px;
	width:838px;
	text-align:left;
}


#outerShell {
	margin:0px;
	padding:0px;
	width:838px;
	float:left;
}

#nav {
	margin:0px;
	padding:0px;
	width:215px;
	float:left;
}


#pageContent {  padding:20px 38px 10px 10px;
				width: 575px;
				float:left;
 }

* html #pageContent {
	width:623px;
} /* IE */


#fullpageContent {  padding:20px 48px 10px 50px;
				width: 740px;
				float:left;
 }

* html #fullpageContent {
	width:838px;
} /* IE */



#footer {
	margin:0px;
	padding:0px;
	width:838px;
	height:23px;
 	font-family : arial, verdana;
 	font-size : 10px;
	background-color : #FED6E1;
	color:#333333;
	font-weight:bold;
	text-align:right;
}

#footernav {
	margin:0px;
	padding:0px;
	width:838px;
	height:22px;
	font-family : arial, verdana;
	font-size : 10px;
	font-weight:normal;
	letter-spacing:normal;
	color: #333333;
	text-align: right;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

