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

/* main wrapper that holds it all centrally */

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

/* headers here */

h1 {
display: block;
height: 224px;
margin: 0;
padding: 0;
font-size: 1.5em;
color: #000000;
text-indent: -9000px;
background: #D6D4C7 url(../res/header2.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 img, #onecolumnlayout img {
	padding:0 10px 10px 0;
	border:none;
}

/* horizontal main menu navigation - based on a method from Richard Rutter */

#mainNav
{
color: #fff;
margin: 0 0 0 160px;
padding: 0;
width: 550px;
height: 25px;
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: #fff;
display: inline;
width: auto;
text-decoration: none;
padding: 0;
}

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

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

/* 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:#6DA43B;
}
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: #6DA43B;
  text-decoration: none;
}

/* main content area */
#twocolumnlayout{
  clear:both;
  background: #D6D4C7 url(../res/body2.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;
	padding: 10px 0 0 0;
	margin: 0 0 0 20px;
	/*border: solid 1px;*/
}

#onecolumnlayout{
  clear:both;
  background: #D6D4C7 url(../res/dotted2.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 {
  color: #6DA43B;
  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 {
  margin-top: 10px;
  text-align: right;
}
#footnote a {
  color: #ffffff;
  text-decoration:none;
}
.prop {
  height:740px;
  float:right;
  width:1px;
}



///// DIFFERENCES
/* horizontal sub menu navigation - based on a method from Richard Rutter */

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

#subNav li
{
color: #fff;
display: block;
float:left;
margin: 0;
padding: 1px;
width: auto;
}

#subNav a
{
color: #fff;
display: inline;
width: auto;
text-decoration: none;
padding: 2px 2px;
}

#subNav a:hover, #mainNav a:active { 
	text-decoration: underline;
	color: #fff; 
}

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

/* Highlighting the current page */
body.ilove80s #subNav a#ilove80s, body.outtasight #subNav a#outtasight, body.space #subNav a#space, 
body.theresmore #subNav a#theresmore { 
  color: #6DA43B;
}
body.ilove80s #subNav a:hover#ilove80s, body.outtasight #subNav a:hover#outtasight, body.space #subNav a:hover#space, 
body.theresmore #subNav a:hover#theresmore {
  color: #6DA43B;
  text-decoration: none;
}

