/*  General Layout */
  body {
  	background-image:url(images/checker.gif);
  	}
  
  #headerImage{
  	right: 0px; 
  	height: 159px; 
  	width: 789px; 
  	}
  
  #logo	{
  	position: absolute;
  	top: 12px;
  	left: 17px;
  	}


#topnav	{
	display: inline-block;
	clear: both;
	float: none;
	padding: 6px;
	background-repeat: repeat-x;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
	background-image:url(images/slate.gif);
	font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
	color: #E7E7E7;
	width:100%;
	height: 47px;
	border-top: 1px solid black;
	}

#topnav a	{
	padding-left: 30px;
	padding-right: 30px;
	border-right:1px solid #999;
	font-weight:normal;	
	}
	
#topnav a:link, #topnav a:visited	{
	color: #E7E7E7;
	text-decoration:none;
	}

#topnav a:hover, #topnav a:active	{
	text-decoration: none;
	}

.content	{
		width: 500px;
		padding-left: 30px;
		text-decoration: none;
		text-align: left;
		font-size: .85em;
		font-family: sans-serif;
	}
  
  
  
/* Menu Specific */  
.genMenu	{
		height: 32px;
		font-size: 1.5em;
		font-family: Papyrus;
		text-align: center;
		border-color: black;
		border-width: 1px;
		border-style: solid;
		width: 300px;
	}

.menuItem	{
		height: 28px;
		font-size: 1.5em;
		font-family: Papyrus;
		text-align: left;
		width: 300px;
	}

td	{
		border-bottom-color: #e4cbb1;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

h2	{
		font-family: Papyrus, cursive, Helvetica, Verdana, Arial, sans-serif;
	}

.maker	{
		text-align: center;
		font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
		font-size: 10pt;
	}
