﻿* {
	border: 1px #FFFFFF;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #C0C0C0;
} 
 

body {
background: white;
font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
font-size: 12px;
padding-top:20px
color: white;
}


#wrap {
	width: 760px;
	background: #003300;
	margin: 0px auto;
	background-color: #003300;
}
.header {
padding-top: 65px;
height: 65px;
background-image: url('images/WHITE%20HART%20logo3.JPG');
background-position: left;

}

#s1 {
	position:relative;
	top: 20px;
	left: 20px;
}

#s2 {
	position:relative;
	top: 30px;
	left: 20px;
}

#s3 {
	position:relative;
	top: 40px;
	left: 20px;
}

#s4 {
	position:relative;
	top: 50px;
	left: 20px;
}

#s5 {
	position:relative;
	top: 60px;
	left: 20px;
}

#s6 {
	position:relative;
	top: 70px;
	left: 20px;
}


.header2 {
padding-top: 65px;
height: 65px;
background-image: url('images/restaurantbanner.JPG');
background-position: left;

}


#wrap2 {
width: 760px;
background: #1B0A37;
margin: 0px auto;

}

.header h1 {
	font-size: 34px;
	font-weight: 400;
	padding: 10px 0 4px 10px;
	font-family: Tahoma;
	text-align: right;
	color: #003300;
	
}
.style1 {
	font-size: medium;
	font-weight: 400;
	padding: 10px 0 4px 10px;
	font-family: Tahoma;
	text-align: right;
	color: #003300;

}
	

.header h2 {
font-size: 17px;
font-weight: 100;
color: #fff;
padding-left: 12px;
}
.sidebar {
	width: 125px;
	background-image: url('images/nav%20backgroud.jpg');
	float: left;
}

.sidebar2 {
	width: 50px;
	background-image: url('images/nav%20backgroud.jpg');
	float: left;
}


#navigation {
	padding-top: 0px;
	float : left;
	list-style: none;
	width: 125px;
	text-align: center;
	background-image: url('images/nav%20backgroud.jpg');
	border: 1px solid #003300;
	bottom: auto;
	height: 150px;
}
#navigation ul { list-style-type: none; }
#navigation li { 
padding: 0; 
margin: 0; 
}
#navigation a, 
#navigation a:visited {
	text-transform: uppercase;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	color: black;
	background: white;
	text-decoration: none; 
	text-align: center;
}
#navigation a:hover {
color: white;
background-image: url('images/nav%20backgroud.jpg');
}




#nav {
height: 25px;
background-image: url('images/nav%20backgroud.jpg');

	}
#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
	width: 198px;
	background:white;
	text-align: center;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	border: 1px #003300 solid
}
#nav a {
	display: inline;
	width: 198px;
	font-size: 12px;
	margin-bottom: 2px;
	text-align: center;
	color: black;
	text-decoration: none;

	
}

#navigation a:hover {
color: white;
background-image: url('images/nav%20backgroud.jpg');
}

#nav2 {
	margin:0px;
	padding-top:5px;
	width:600px;
	}
	
#nav2 li {
	display:inline-block;
	margin:0px;
	background-color:white;
	width:197px;
	text-align:center;
	height:25px;
	padding-top:4px;


}

#nav2 li:hover {
	background-color:maroon;
	
}

#nav2 a {
	margin:0px;
	text-decoration:none;
	font-size:14px;
	font-family:Tahoma;
	color:#003300;	
}

#nav2 a:hover {
	margin:0px;
	color:white;
	
}


#banner {
	position: relative;
	left: 0px;
	top: 30%;
	bottom: auto;
}


.content {
	padding: 10px 0px 10px 5px background-color: white;
	float: right;
	width: 600px;
	padding-right: 20px;
	color: white;
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
}

.content2 {
	padding: 10px 0px 10px 5px background-color: white;
	float: right;
	width: 600px;
	padding-right: 20px;
	color: white;
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
	display: inline;
}

.footer {
	padding: 10px;
	font-size: 11px;
	color: gray;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Tahoma;
	border: 1px solid #003300;
}
.footer a {
color: #666666;
}


