#content		{
	width: 960px;
	margin:0 auto;
	background-color:#000000;
	padding:6px;
	margin-top:20px;
} 

body {
	background-image:url(images/background_2.gif);
	font-family:Garamond, Monotype Corsiva, Georgia, "Times New Roman", Times, serif ;
	font-size: 20px;
	text-align: left;
	color: #996600;	
}	
h1 {
	font-family: "Freestyle Script", Harrington, Arial;
	text-align: center;
	font-size: 36px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 18px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	}
a.hit	{
	color: #999999;
	font-size:15px;
}

td.prices	{
		width:170px;
		text-align:right;
		vertical-align:bottom;
		}
		
img		{
		border:0px;
		}

/*----Navigation Rollovers----*/

td.home	{
		background-image:url(images/home_off.jpg);
		background-repeat:no-repeat;
		width:140px;
		height:30px;
		}
td.home:hover	{
			background-image:url(images/home_on.jpg);
			}
			
td.menu	{
		background-image:url(images/menu_off.jpg);
		background-repeat:no-repeat;
		width:140px;
		height:30px;
		}
td.menu:hover	{
			background-image:url(images/menu_on.jpg);
			}

td.contact	{
		background-image:url(images/contact_off.jpg);
		background-repeat:no-repeat;
		width:140px;
		height:30px;
		}
td.contact:hover	{
			background-image:url(images/contact_on.jpg);
			}
