﻿/* GENERAL */

body  {
	font-size: 12px; 
	font-family: Verdana, Arial;
	font-weight:400;
	color: #404040;
	line-height:15px;
	height:15px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(Images/background6.jpg);
	background-repeat: repeat;
	}

a:link {
	text-decoration: none;
	color:#6C6C6C;
	}

a:visited {
	text-decoration: none;
	color:#6C6C6C;
	}

a:hover {
	text-decoration: underline;
	color: #1090B5;
	}

a:active {
	text-decoration: none;
	color: #6C6C6C;
	}
	
img {
	border: none;
	}
	
.img2 {
	border: 4px; border-color:#835930; border-style:solid;
	}

h1 {
	font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
	color: #835930;
	font-weight: bold;
	padding:10px 0px 0px 0px;
	margin:0px;
	}

h2 {
	font-size: 16px;
	color: #835930;
	font-weight: bold;
	}

h3 {
	font-size: 12px;
	color: #835930;
	font-weight: bold;
	}

.container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	height: 1054px;
	background-image: url(Images/bk_container3.jpg);
	padding: 5px;
	}

.container-restaurant {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	height: 1810px;
	background-image: url(Images/bk_container4.jpg);
	padding: 5px;
	}

.container-gees-bar {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	height: 2200px;
	background-image: url(Images/bk_container4.jpg);
	background-repeat:no-repeat;
	padding: 5px;
	}

/* HEADER */

.logo {
	float: left;
	width: 600px;
	margin: 48px 0 0 15px;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.logo a{
	text-decoration: none;
	color:#FFFFFF;
	}
	
.logo a:hover {
	text-decoration: none;
	color:#FFFFFF;
	}
		
.number {
	float: right;
	width: 140px;
	margin: 42px 19px 0 0;
	text-align: center;
	line-height:18px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;

	}
	
/* NAVIGATION */

.nav {
	float: left;
	width: 170px;
	margin: 60px 0 0 10px;

	}

table.nav { 
	float:left;
	}

.navHd{ 
	background-image: url(Images/bk_nav.png);
	color:#FFFFFF;
	height: 31px;
	width: 170px;
	}

.navBod { 
	height: 25px;
	background-image: url(Images/bk_navbody.png);
	padding-left: 14px;
	}

.navBottom { 
	background-image: url(Images/nav_bottom.png);
	height: 26px;
	padding-left: 14px;
	}

.navGap { 
	background-color: #FFFFFF;
	height: 15px;
	}

.bg-gees {
	background-color:#EDDCCB;
	height:1460px;
	}

.bg-rest {
	background-color:#EDDCCB;
	height:1060px;
	}



/* MAIN */

.main {
	float: left;
	width: 647px;
	margin: 35px 0 0 10px;
	}

.main2 {
	float: left;
	width: 647px;
	margin: 55px 0 0 10px;
	text-align: center;
	}


.rates {
	text-align: center;
	float: left;
	width: 647px;
	margin: 0px 0px 0px 10px;
	}
	
.center {
	text-align: center;
 	}

.red  {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: red;
	}

.script {
	text-align:center;
	font-family:comic sans ms; 
	font-size:13px;
	line-height:13px;
	height:8px;
	}

.brown {
	font-family: Arial;
	font-size: 16px;
	color: #835930;
	font-weight: bold;
	padding-left:12px;
	}

.col {
	font-family: Arial;
	font-size: 16px;
	line-height:24px;
	color: maroon;
	font-weight:normal;
	padding-left:10px;
	margin-bottom:0px;
	}

.col2 {
	font-family: Arial;
	font-size: 14px;
	line-height:16px;
	color: maroon;
	font-weight:normal;
	margin-bottom:0px;
	}


/* FOOOTER */

.footer { 
	position:relative;
	width: 850px; 
	margin: 0 auto; 
	height: 170px;
	}

.contact {	
	position: absolute;
	top: -100px;
	left: 5px;
	width: 250px;
	color:white;
	text-align: left;
	}

.footerinfo {
	position: absolute;
	width: 250px;
	top: -95px;
	left: 595px;
	color:white;
	text-align: right;
	}
	
.footerinfo a{
	text-decoration: none;
	color: white;
	}

.footerinfo a:hover {
	text-decoration: underline;
	color: #1090B5;
	}
