body	{
	margin: 0;
	padding: 0;
	background-color: #db8;
	text-align: center;
	font: medium "Trebuchet MS";
	}
a	{
	color: #630;
	text-decoration: none;
	font-weight: bold;
	}
a:hover	{
	text-decoration: underline;
	}
h1	{
	font-size: x-large;
	}
h2	{
	font-size: large;
	}
h3	{
	font-size: medium;
	}
table#main	{
	margin: 0 auto;
	text-align: left;
	width: 1000px;
	border: solid 2px #852;
	border-top: none;
	}
table#main .left	{
	padding: 10px;
	width: 250px;
	background-color: #c96;
	border-right: 2px solid #852;
	}
table#main .right	{
	padding: 10px;
	background-color: #963;
	}
	
#photos img	{
	text-align: center;
	margin: 10px 20px;
	border: solid 2px #000;
	}

ul.menu	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: large;
	}

ul.menu a	{
	margin: 3px 10px;
	display: block;
	width: 230px;
	text-indent: 10px;
	height: 30px;
	font-weight: normal;
	line-height: 30px;
	background: url('images/link.gif') 0% 100% no-repeat;
	color: #630;
	}

ul.menu a:hover	{
	background: url('images/link.gif') 0% 0% no-repeat;
	text-decoration: none;
	}
	
#header	{
	text-align: center;
	}	
#header div	{
	font-size: x-large;
	font-weight: bold;
	display: inline;
	margin: 0 30px;	
	}
div.box	{
	font-size: medium;
	width: 300px;
	margin: 10px;
	padding: 10px;
	float: left;
	}
div#specials	{
	border: solid 2px #c96;
	}

