body {
	margin-top				: 10px;
	margin-left				: 0px;
	margin-right			: 0px;
	background				: #94B04C url('../images/sushiHouseBackgroundGradient.gif') repeat-x fixed bottom left;
	color					: #000000;
	
}

body,div,span,p,td,ul { 
	font-family			: verdana,arial,helvetica,sans-serif; 
	font-size			: 12px; 
	color				: #000; 
}

a:link,a:visited { 
	color:#000; 
	text-decoration:underline; 
}

a:hover,a:active { 
	color				: #c00; 
	text-decoration		: none; 
}

#outerShell {
	
	border-style		: solid;
	border-width		: 1px;
	border-color		: #69340A;
	
	padding				: 0px;
	margin				: 0px;
	
	height				: 461px;
	
	background			: #060 url('../images/sushiHouseBackgroundGradient2.gif') repeat-x fixed top left;
}

#bambooLayer {

	border-style		: solid;
	border-width		: 1px;
	border-bottom		: 0px;
	border-top			: 0px;
	border-color		: #69340A;
	
	padding				: 0px;
	margin				: 0px;
	
	height				: 461px;
	
	background			: #8BAF57 url('../images/sushiHouseBambooTile.gif');

}

#innerShell {

	border-style		: solid;
	border-width		: 1px;
	border-bottom		: 0px;
	border-top			: 0px;
	border-color		: #69340A;

	padding				: 0px;
	margin				: 0px;
	
	background			: #060 url('../images/sushiHouseBackgroundGradient2.gif') repeat-x fixed top left;

}

#copyright {

	text-align			: center;

	width				: 100%;
	
	margin-top			: 40px
	
}

.copyrightText {

	font-size			: small;
	
	color				: #000;

}