@font-face {
    font-family: 'webfont';
    src: url('../questrial-regular-webfont.eot');
    src: url('../questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../questrial-regular-webfont.woff') format('woff'),
         url('../questrial-regular-webfont.ttf') format('truetype'),
         url('../questrial-regular-webfont.svg#questrialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1{
color: #d75333;
font-weight: bold;
font-size: 26px;
margin: 20px 0;	
}
h2{
color: #d75333;
font-weight: bold;
font-size: 22px;
margin-bottom: 20px;	
}
body{
font-family: 'webfont', Arial, Helvetica, sans-serif;
color: #E7DFD0;
background: black;
}
.noGo{
margin: 0 !important;	
}
.clearMe{
clear: both;	
}
.container{
width: 960px;
margin: 0 auto;
}
#header{
height: 382px;
position: relative;
background: url(../images/headerBG.gif) repeat-x;	
}
	#logo{
	width: 285px;
	height: 144px;
	float: left;
	margin-top: 100px;
	background: url(../images/logo.jpg);
	}
	#bowl{
	width: 593px;
	height: 446px;
	background: url(../images/riceBowl.png);
	float: right;
	margin: 0 -40px 0 0;
	}
#nav{
position: absolute;
bottom: 40px;
}
	#nav li{
	float: left;
	margin-right: 50px;	
	}
	#nav li a{
	text-transform: uppercase;	
	text-decoration: none;
	color: #E7DFD0;
	font-weight: bold;
	}
		#nav li a:hover{
		height: 19px;
		background: url(../images/navSelect.png) bottom no-repeat;
		padding-bottom: 30px;	
		}
#body{
margin-top: -90px;
padding-top: 90px;
background: url(../images/bg2.jpg) repeat-x;
}
	.content{
	background: url(../images/content.png);
	padding: 20px;	
	}
		.content p{
		margin-top: 10px;	
		}
	.colMain{
	width: 600px;
	float: left;
	}
	.colSide{
	width: 340px;
	margin-left: 20px;
	float: left;
	}
		.colSide img{
		float: right;
		margin-right: 20px;	
		}
		.colSide p{
		float: right;
		width: 125px;
		margin: 0 20px 40px 0;
		}
#footer{
margin-top: 40px;
}

