/*******************************
Balingup Tavern CSS Document 
author: Pam Williamson;
date: August 2009; 
***************************/ 
/* top elements */

body
{
	margin-top: 10px;
	margin-right:10px;
	font: 12px Verdana;
	color: #ffffff;
	background: #670400  url(images/body_bg.jpg);
}

/*Top section*/

#header
{
width:975px;
margin: 0 auto;
height: 355px;
background: url(images/insideMallards.jpg) no-repeat left bottom;
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
}

#site-name{
    width:484px;
	height: 66px;
}

#head-right
{
width: 488px;
float:right;
background: #000000 
height: 355px;
}

#head-left{
	width: 484px;
	height: 355px;
    overflow:hidden; */hack for ie6*/
}

/*heading to content*/
h1{
	margin: 0;
	padding: 10px 0 0 10px;
	font-family:Times New Roman, Times,serif;
	font-weight:bold;
	font-size: 20px;
	color: #ffffff;
	border-bottom:double #690400;
	margin-right: 5px;
	margin-bottom: 5px;
}

.topblurb
{ 	font-size:14px;}


#content
{
	width: 940px;
	padding: 13px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;

}
#left {
	float:left;
	width:425px;
	margin:0 10px 0 10px;
}
#right {
	width:425px;
	float:right;
	text-align:left;
	margin:0 10px 0 10px ;
	padding-left:20px;
}

/* any links within the main text */
a:link {
	color: #00CCED;
}

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

a:visited {
	color: #00CCED;
}

/*Main top navigation*/
#nav
{
width: 259px;
margin-left: 200px;
padding-top: 18px;

}

#nav ul {
    padding: 0px;
    margin: 0px;
	      
}

#nav li {
	list-style:none;
	padding: 0px;
    margin: 0px; 
	display:inline; */hack for ie6*/ 
}

#nav a {
	font:Verdana;
	font-weight:500;
	font-size: 16px;
	display: block;
	float: left;
	width: 284px;
	height: 34px;
	background: url(images/menu.gif) no-repeat;
	text-align: center;
	text-decoration:none;
	font-style:normal;
	color: #ffffff;	
	padding-top: 20px;
}

#nav a:hover {
	background: url(images/menu_over.gif) no-repeat;
}
#main
{
margin: 0 auto;
width:975px;
background: #670400  url(images/content-bg1.jpg);
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;

}
#reservations{
	text-align: center;
	clear:both;
}
#footer
{
  height: 15px;
  padding: 18px 21px 0px 19px;
	font-size: 11px;
	color: #666666;
	text-align: center;
	clear:both;
}
/*webdesign*/
.style18 {font-size: 10px; color: #aaaaaa}

.style18 a:link{color:#d3d3d3;text-decoration: underline;}
.style18 a:visited{color:#d3d3d3;text-decoration: underline;}
.style18 a:hover{color:#d3d3d3;text-decoration: underline;}


