body
	{
	background-color: #ffffff;
	}


body, td
	{
	margin: 0 0 0 0;
	font-family : Verdana,Tahoma,Arial;
	font-size : 13px;
	color: #000000;
	}


a:link, a:visited
	{
	color:#2980a4;
	text-decoration: none;
	}

a:hover
	{	
	color: #05a6e9;
	}

h1
	{
	color: #002870;
	font-size: 16pt;
	}

h2
	{
	color: #002870;
	font-size: 10pt;
	}



#maintable
	{
	margin: -2px 0 -2px 0;
	border-collapse: collapse;
	width: 820px;
	}

#leftcell
	{
	width:20px;
	background-color: #ffffff;
	background-image: url("art/bg_left.gif");
	background-position:top right;
	background-repeat: repeat-y;
	}

#rightcell
	{
	width:20px;
	background-color: #ffffff;
	background-image: url("art/bg_right.gif");
	background-position:top left;
	background-repeat: repeat-y;
	}

#toptable
	{
	width: 100%;
	height: 155px;
	background-image: url("art/topbackground.jpg");
	background-position:top left;
	background-repeat: no-repeat;	
	}


#menutable
	{
	width: 100%;
	background-image: url("art/menu_back.gif");
	background-position:top left;
	background-repeat: repeat-x;	
	margin-top: 2px;
	}

.menutablecell
	{
	width: 90px;
	text-align: center;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 25px;
	}

.menutableseparator
	{
	background-image: url("art/separator.gif");
	background-position:top center;
	background-repeat: no-repeat;
	width: 2px;
	}

.menutablecell a, .menutablecell a:visited
	{
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;	
	text-decoration: none;
	} 

.menutablecell a:hover
	{
	color: #b4e2f5;
	}


#mainwrapper
	{
	background-image: url("art/wrapperbackground.jpg");
	background-position:top center;
	margin-top: 2px;
	}


#maincontent
	{
	background-image: url("art/mainbackground.jpg");
	background-position:top center;
	background-repeat: no-repeat;	
	padding: 10px 30px 0 30px;
	}

#food td
	{
	font-size: 8pt;
	font-weight: normal;
	}


#footerdiv
	{
	background-color: #FFFFFF;
	background-image: url("art/footerbackground.jpg");
	background-position:top center;
	background-repeat: no-repeat;	
	margin-top: 2px;
	margin-bottom: 1px;
	text-align: center;
	font-size: 7pt;
	padding-top: 60px;
	}
	

.leftimage
	{
	float: left;
	margin: 5px 20px 10px 0px;
	}

.rightimage
	{
	float: right;
	margin: 5px 0px 10px 20px;
	}


#imageContainer 
	{
	margin:auto;
	text-align: right;
	}

#imageContainer img 
	{
	display:none;
	position: absolute; top: 0px; right: 0px;
	width: 300px;
	}	


