@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	text-align:center;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : verdana, arial;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:865px;
	overflow:hidden;
}

#background {
	margin:0px;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:865px;
}

#header {
	margin:0px;
	padding:0px;
	height:70px;
	width:865px;
	font-family : arial;
	font-size : 16px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #76A645;
}

#nav {
	margin:0px;
	padding:0px;
	height:26px;
	width:865px;
	font-family : times new roman, georgia, arial;
	font-size : 11px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #99CC66;
}



#pageContent {  padding:0px;
				width: 864px;
				background-color:#99CC67;
 }
 
#contactContent {  padding:0px;
				width: 864px;
				background-image:url(image/ui-verticalbackground_1.gif);
				background-repeat:repeat-y;
				background-position:top left;
 }


#footer {
	margin-top:5px;
	padding:0px;
	width:865px;
	height:27px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

