@import url(blocks/sake.css);

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#D1A252;
	background-image:url(image/ui-verticalbackground.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#container {
	background-image:url(image/container-bg.gif);
	background-repeat:repeat-y;
	padding-left:290px;
}


#color { 
	width:24px;
	left:0px;
	position:absolute;
	top:0px;
}	

#rimlogo { 
	width:266px;
	left:24px;
	position:absolute;
	top:0px;
}	

#nav {
	height:63px;
	min-width:510px;
	background-color:#AF9D6A;
	background-image:url(image/nav-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}


#content {
	padding:15px;
	background-image:url(image/content-bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#D4C188;
}


#footer {
	color:#5D3010;
	font-family:verdana;
	font-size:9px;
	height:26px;
	background-color:#D1A252;
}



#events {
	width:95%;
	margin-top:20px;
	background-color:#D5C8A5;
}

	
#whatsnew {
	width:188px;
	background-color:#D5C8A5;
	margin-top:20px;
	float:right;
}
	
#moreinfo {
width:250px;
padding-bottom:3px;
overflow:inherit;
float:right;
border: 1px solid #72AA76;
background-color:#D5C8A5;
margin:0 0 10px 30px;
}

#moreinfo h1 {
	background-color:#00AB67;
	color:white;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	padding:5px;
	margin:0;
}

#moreinfo div {
	font-size:10px;
	font-weight:bold;
	padding:1px 10px
}
