/* -------------------- */
/* General layout setup */
/* -------------------- */
* {
	margin: 0; 
	padding: 0;
	}
html {
	height: 100%; 
	}
body {
	height: 100%;
	font: 76%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background: #352D25 url(images/homeback.gif);
	background-repeat: repeat-x;
	color: #999999;
	}
#container {
	width: 800px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
	background: #352D25;
	}
#content {
	margin: 0; 
	padding: 0;
	background: url(images/homepic.jpg);
	background-repeat: no-repeat;
	}
/* --------------------- */
/* General text settings */
/* --------------------- */
a, a:link, a:active {
	text-decoration: none;
	}
a:hover {
	color: #333;
	}
/* ------------ */
/* Title pannel */
/* ------------ */
#title_spacer {
	height: 89px;
	}
#title {
	padding-left: 30px;
	padding-top: 15px;
	line-height: 49px;
	background: url(images/title_back.png);
	background-repeat: repeat-y;
	}
h1 {
	margin: 0;
	padding: 3px 0 7px 0;
	font-family: SansSerif, Arial;
	font-weight: normal;
	font-size: 38px; 
	line-height: 44px;
	color: #CCBA93;
	border-top: 1px solid #CCBA93;
	border-bottom: 1px solid #CCBA93;
	width: 740px;
}
#rice {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 54px;
	line-height: 52px;
	}
h2 {
	margin: 0;
	padding-left: 3px;
	font-family: SansSerif; 
	font-size: 22px; 
	color: #CCBA93;
	line-height: 30px;
	padding-bottom: 8px;
	font-weight: normal;vvvvv
	}
/* --------------- */
/* Menu bar pannel */
/* --------------- */
#menubar_spacer {
	height: 197px;
	}
#menubar {
	font-family: "lucida grande", Arial, Helvetica, sans-serif;
	margin-right: 0;
	margin-left: 0;
	height: 20px;
	background: url(images/menubar_back.gif);
	text-align: right;
	font-weight: bold;
	padding-top: 2px;
	text-align: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	}
#menubar li {
	list-style: none;
	display: inline;
	}
#menubar li a {
	padding: 0px 12px 0px 12px;
	color: #CCBA93;
	text-decoration: none;
	}
#menubar li a:hover, #menubar li a:active {
	color: #413223;
	text-decoration: none;
	}
#menubar li.here a, #menubar li.here a:hover {
	color: #413223;
	text-decoration: none;
	}
/* ------------- */
/* Footer pannel */
/* ------------- */
#footer_spacer {
	height: 270px;
	}
#footer {
	width: 800px;
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #999999;
	height: 30px;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 10px;
	line-height: 1.2em;
	}
#footer a, #footer a:link, #footer a:active {
	color: #333;	
	font-size:10px;
	text-decoration: none;
	}
#footer a:hover {	
	color: white;
	border-bottom: 2px solid white;
	}