html, body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #F7ECD9;
	font-size: 1em;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-image: url('../images/side.png');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
}

	h2#logo {
		width: 280px;
		height: 109px;
	}

		h2#logo a {
			display: block;
			background-image: url('../images/logo.png');
			background-repeat: no-repeat;
			width: 280px;
			height: 109px;
			text-indent: -10000px;
		}

			h2#logo a small {
				display: block;
			}
		
		h2#logo a:hover {
			border: none;
		}

	#side {
		float: left;
		width: 260px;
		padding: 0 20px;
		line-height: 1.4em;
		color: #ccc;
		font-size: 80%;
	}
	
		#side img.mascot {
			position: relative;
			z-index: 1000;
		}
	
		#side p {
			color: #fff;
		}
		
			#side p span {
				color: #C0E3DB;
			}
			
			#side p a {
				color: #fff;
				text-decoration: none;
			}
			
				#side p a:hover {
					color: #F05927;
				}
		
		
		#side h3 {
			font-size: 370%;
			color: #C0E3DB;
		}
		
			#side h3 span {
				color: #F05927;
			}
		
		#side h4 {
			font-size: 140%;
			color: #C0E3DB;
		}
		
			#side h4 span {
				color: #F05927;
			}

	#content {
		float: left;
		width: 620px;
		padding: 0 20px 20px 20px;
		font-size: 80%;
		line-height: 1.4em;
		background-image: url('../images/content-top.jpg');
		background-position: top center;
		background-repeat: no-repeat;
	}
	
		#content h1 {
			margin-top: 160px;
			padding-top: 0;
			color: #F05927;
			font-size: 280%;
		}
		
		#content h2 {
			color: #F05927;
		}
		
		#content div.menus {
			margin: 170px 0 20px 0;
			height: 50px;
		}

			#content div.menus a {
				padding: 5px 10px;
				font-size: 205%;
				float: left;
				display: block;
				color: #F05927;
				margin-right: 10px;
				text-decoration: none;
			}

				#content div.menus a small {
					display: block;
					color: #C0E3DB;
					font-size: 60%;
				}

				#content div.menus a.buffet {
					margin-right: 0;
				}
			
			#content div.menus a:hover {
				background-color: #f5f5f5;
			}
			
	
	#footer {
		width: 960px;
		margin: 0 auto;
		clear: both;
		line-height: 1.2em;
	}
	
		#footer p {
			color: #ccc;
			font-size: 70%;
			text-align: right;
		}
		
			#footer p a {
				color: #ccc;
				text-decoration: none;
			}
			
				#footer p a:hover {
					border-bottom: 1px dotted #666;
					color: #666;
				}
		
			#footer p span {
				margin-left: 20px;
			}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */