body {
color:#FFF07F;
text-align: center;
margin: 0;
padding: 0;
font:0.8em Rockwell,'Lucida Grande',Verdana, Helvetica, sans-serif;
background: #FFFFFF url(../res/background1.gif) fixed;
}

/* main wrapper that holds it all centrally */

#wrapper {
  width:750px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: left;
  background-color: #565757;
}

/* headers here */

h1 {
display: block;
height: 224px;
margin: 0;
padding: 0;
/*font-size: 150%;*/
font-size:1.5em;
color: #FFFFFF;
text-indent: -9000px;
background: #565757 url(../res/header1.gif) no-repeat;
}
h2 {
	font-size:1.4em;
	color:#FFFFFF;
}
h3 {
	font-size:1.1em;
	color:#FFFFFF;
}
h4 {
	font-size:1.0em;
	color:#FFFFFF;
}
a {
	color:#FFFFFF;	
}

#twocolumnlayout .news img, #onecolumnlayout .news img {
	padding:0 10px 10px 0;
	border:none;
}
/* horizontal main menu navigation - based on a method from Richard Rutter */

#mainNav
{
color: #53c5cb;
margin: 0 0 0 160px;
padding: 0;
width: 550px;
height: 35px;
font-weight: bold;
font-size:0.85em;
}
#mainNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainNav li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#mainNav a
{
color: #53c5cb;
display: inline;
width: auto;
text-decoration: none;
padding: 0;
}

#mainNav a:hover, #mainNav a:active { 
	text-decoration: underline;
	color: #53c5cb; 
}

#mainNav a.active:link, #mainNav a.active:visited {
color: #f53c5cb;
}


/* Highlighting the current page */
body.home #mainNav a#home, body.about #mainNav a#about, body.food #mainNav a#food, 
body.gallery #mainNav a#gallery, body.club #mainNav a#club, body.bookings #mainNav a#bookings,
body.register #mainNav a#register, body.contact #mainNav a#contact { 
  color: #FFF;
}
body.home #mainNav a:hover#home, body.about #mainNav a:hover#about, body.food #mainNav a:hover#food, 
body.gallery #mainNav a:hover#gallery, body.club #mainNav a:hover#club, body.bookings #mainNav a:hover#bookings,
body.register #mainNav a:hover#register, body.contact #mainNav a:hover#contact {
  color: #FFF;
  text-decoration: none;
}

/* main content area */
#twocolumnlayout{
  background: #565757 url(../res/body1.gif) no-repeat;	
}

#twocolumnlayout #primaryContent {
	width:315px;
	float:left;
	display: inline;
	padding: 10px 0 0 0;
	margin: 0 0 0 160px;
	/*border: solid 1px;*/
}

#twocolumnlayout #secondaryContent {
	width:200px;
	float:left;
	display: inline;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	/*border: solid 1px;*/
}

#onecolumnlayout{
  background: #565757 url(../res/dotted1.gif) no-repeat;	
}

#onecolumnlayout #primaryContent {
	width:475px;
	float:left;
	display: inline;
	padding: 10px 0 0 0;
	margin: 0 0 0 160px;
	/*border: solid 1px;*/
}

/* content footer */
#footer{
  clear:both;
  width: 750px;
  height: 80px;
  padding: 0px;
  font-size: 0.8em;
}
#footer p {
  padding: 30px 0 0 0;
  text-align: center;
  font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #FFF;
text-decoration: none;
font-size:1.0em;
}
#footer a:hover {
color: #FFF;
font-size:1.0em;
}

/* page footnote */
#footnote {
  clear:both;
  margin: 0 auto;
  font-size: 90%;
  width:750px;
  color: #ffffff;
  padding: 1px;
}

#footnote p {
  color: #000000;
  margin-top: 10px;
  text-align: right;
}
#footnote a {
  color: #ffffff;
  text-decoration:none;
}
.prop {
  height:740px;
  float:right;
  width:1px;
}

.galleryImage {
	width:125px;
	height:125px;
    float:left;
	padding: 5px;
	margin:5px;
	border: 1px solid #666666;
}

.gallerycontent{
	text-align:center;
}

.news .date{
  color: #ffffff;	
  font-size:0.7em;
}

.alert {
	margin:0 0 10px 0;
}
.alert p{
	margin: 0;
	color:#990033;
	font-size:0.8em;
}
.input, .select, .password, .textarea  { font-family: Lucida Grande, Verdana, Geneva, Sans-serif;	font-size: 12px; margin: 0; padding: 2px; border: 1px solid #92B8CB; border-left:2px solid #92B8CB;}
.littletablerow { color: #ffffff; font-family: Lucida Grande, Verdana, Geneva, Sans-serif;	font-size: 12px;vertical-align: middle;}
.littletableheader { background: #565757; color: #FFFFFF;	font-family: Lucida Grande, Verdana, Geneva, Sans-serif; font-size: 12px;	padding-left:5px;}
.tableheader { background: #565757; color: #FFFFFF;	font-family: Lucida Grande, Verdana, Geneva, Sans-serif; font-size: 12px;}
.tableheader_clean { background: #565757; color: #FFFFFF;	font-family: Lucida Grande, Verdana, Geneva, Sans-serif; font-size: 12px;}
.tablerow {	color: #565757;	font-family: Verdana, Arial, Helvetica;	font-size: 11px;	font-weight: normal;}
tr.odd {background-color:inherit;}
tr.even {background-color:#565757;}


