@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color:#8B8E45;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family : arial,verdana;
	font-size : 13px;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	color: #000000;
	background-image:url(image/background.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#8b8e45;
}


.clear {
	clear: both;
}
span.onepx {
	display: block;
	height: 1px;
	line-height: 1px;
}

#centeredBody {
	margin:0px auto;
	width:975px;
	overflow:hidden;
	text-align:center;
}

#background {
	margin:0px;
	padding:0px;
	width:975px;
	background-color:#ffffff;
}

#header {
	margin:0px;
	padding:0px;
	width:975px;
	height:95px;
	background-image:url(image/header-top_1.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#search {
	margin:0px;
	padding:0px;
	width:975px;
	height:54px;
	background-image:url(image/header-bottom_2.gif);
	background-repeat:no-repeat;
	background-position:top left;
	overflow:hidden;
}
	

#nav {
	margin:0px;
	padding:0px;
	text-align:left;
	width:975px;
	height: 30px;
	background-color:#EBE5D1;
}
	#nav .navbar {
		padding-right: 0.4em;
	}

#logoBot {
	margin:0px;
	padding:0px;
	width:900px;
	height: 35px;
}


#pageContent {
	margin:0px;
	padding:20px;
	width:935px;
	height:auto;
	background-color:#ffffff;
	text-align:left;
}

* html #pageContent {
	width:975px;
} /* IE */

#randImages {
	height:252px;
	padding:0px;
	width:864px;
}


#footernav {
	margin:0px auto;
	padding:17px 8px 0px 20px;
	width:975px;
	height: 40px;
	color:#E1E4C1;
	font-family:arial,tahoma;
	font-weight:normal;
	line-height: 140%;
	letter-spacing:normal;
	text-align:center;
	font-size:11px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(image/arrow.png) no-repeat 50% 50%;
	font-size:11px;
	text-align:left;
	padding: 30px 30px 20px;
	height:166px;
	width:310px;
	color:#4F611D;
	overflow:hidden;
}
 
/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}


