/* styles for Sushi Masa */

body {
	background: #363636 url(images/wallpaper.gif) top left repeat-x;
	color: #ffffff;
	font-family: Tahoma, Times New Roman, Sans-Serif;
	font-size: 12px;
	margin: 30px 0px 0px 0px;
	}

body * {margin: 0px; padding: 0px;}

a, a:visited { 
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}

/* homepage */
TD.welcomebox {
	background: url(images/hp_message_back.gif) top left no-repeat;
	height: 280px;
	margin: 0;
	padding: 45px 8px 8px 24px;
	width: 667px;
}

/* contact page */
.restname { font-size: 1.2em; }
.menu {}


