@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family : arial, verdana, tahoma, arial;
	font-size : 14px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	text-align:center;
	background-image: url(image/ui-horizontalbackground_1.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color: #663399;
}

#outerContainer {
	text-align:left;
	margin:0px 0px 0px 0px;
	width:1022px;
	overflow:hidden;
}


#centeredBody {
	background-image: url(image/ui-verticalbackground_2.gif);
	background-repeat:repeat-y;
	background-position:top left;
	margin-left:5px;
}


#header {
	margin:0px;
	padding:0px;
	height:163px;
}


#nav {
	padding:0px 0px 0px 0px;
	height:36px;
	margin-left:5px;
}


#outerShell { 
	background-image: url(image/ui-content-bg_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:1022px;
	 }
	
#pageContent { 
	padding:23px 0px 18px 59px;
	float:left;
	min-height:300px; 
	width:721px;
	}
	
#custompageContent { 
	padding:63px 48px 18px 69px;
	background-image: url(image/ui-content-bg_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:300px; }
	
#homepageContent { 
	padding:0px 0px 0px 0px;
	min-height:300px; }



#footer {
	padding:0px;
	width:1022px;
	margin-left:5px;
	height:75px;
	color:#91AD8C;
	font-family : arial,verdana, tahoma, arial;
	font-size : 11px;
	font-weight:normal;
	text-align:left;
	float:right;
}

#footerHome {
	padding:0px;
	width:1022px;
	height:81px;
	color:#91AD8C;
	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;
}

