

body {
	background-color	: #000000;
	font: 20px arial bold;
	color : #ffffff;
}

 .heading
 {

 color:#FFFFFF;
 font: 26px arial;
 font-weight: bold;
 }


 .frontTExt
 {

 color:#FFFFFF;
 font: 26px arial;
 font-weight: bold;
 }




div.header
{ 
  width: 840px;
  height: 138px;
background: #ffffff url('images/header.gif') no-repeat  ; 
}
div.topmenu
{ 
  width: 840px;
  height: 32px;
background-color: #c53330; 
}

div.home
{
  width: 840px;
  height: 396px;
background: #ffffff url('images/bar_840.jpg') no-repeat  ; 
}

div.about
{
  width: 840px;
  height: 396px;
background: #ffffff url('images/art-2-about.gif') no-repeat  ; 
}

div.menu
{
  width: 840px;
  height: 894px;
background: #ffffff url('images/art-2-menu.gif') no-repeat  ; 
}

div.special
{
  width: 840px;
  height: 396px;
background: #ffffff url('images/art-2-specials.gif') no-repeat  ; 
}

div.private
{
  width: 840px;
  height: 396px;
background: #ffffff url('images/art-2-events.gif') no-repeat  ; 
}

div.contact
{
  width: 840px;
  height: 396px;
background: #ffffff url('images/art-2-contact.gif') no-repeat  ; 
}


p
{
font: 900 17px arial;
color : #ffffff;

}

A, A:LINK, A:ACTIVE, A:VISITED {
	font				: bold 14px arial;
	text-decoration		: none;
	background-color	: inherit; 
	color				: #000000;
}

.nonStdLink
{
	font				: bold 16px arial;
	text-decoration		: none;
	background-color	: inherit; 
	color				: #ff0000;
}

.frontText
{
	font				: bold 22px arial;
	text-decoration		: none;
	background-color	: inherit; 
	color				: #ffffff;
}

img
{
border:0;
}


A:HOVER {
	color				: #FFFFFF;
}

