/*------------ General ------------*/

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background:url(/images/WoodBGwinter2.jpg) repeat;
	color: #000000;
	}

a:link, a:visited{
	text-decoration: none;
	color: #000000;
	}

a:hover{
	text-decoration: underline;
	}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size: 17px;
	color:#2D3538;
	margin-top: 5px; 
	padding-top: 5px;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	}
	
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2D3538;
	}
	
strong {
	color:#79A6B7;
	}
	
#wrapper{
	position: relative;
	background:url(/images/bg.png) no-repeat;
	margin: 0 auto 0 auto;
	width: 1050px;
	height: 780px;
	text-align: left;
	}

#container {
	float: left;
	width: 900px;
	height: 750px;
	margin-top: 15px;
	margin-left: 40px;
	}
	
/*------------ Seasonal Images ------------*/

#seasonalimages{
	position:absolute;
	left:50%;
	margin-left:330px;
	background:url(/images/evergreen.png) no-repeat;
	height: 400px;
	width: 300px;
	z-index:1000;
	}
	
#seasonalimages2{
	}
	
#seasonalimages3{
	}
	
/*------------ Header ------------*/

#header{
	float: left;
	width: 445px;
	height:100px;
	margin-left: 5px;
	}

#seasontxt {
	text-align: right;
	float: left;
	width: 400px;
	height: 33px;
	margin-top: 67px;
	vertical-align: baseline;
	}
	
.season{
	display: none;
	}
	
.season span{
	color: #2D3538;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	}
	
/*------------ Content - Main ------------*/
	
#lowercontainer{
	width: 800px;
	}
	
#lowercontainer ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-weight: bold; 
	}

#lowercontainer li{
	text-decoration: none;
	padding-bottom: 5px; 
	}
	
#news{
	font-size: 12px;
	float: left;
	height: 325px;
	width: 305px;
	text-align:justify;
	display: inline;
	}
	
#news p{
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	}

#box{
	font-size: 11px;
	float: left;
	height: 325px;
	width: 430px;
	margin-left: 15px;
	}
	
#hours{
	float: left;
	width: 99px;
	height: 300px;
	margin: 400px 0 0 0;
	background: #3333CC;
	clear: both;
	}
	
/*------------ Content - Menu ------------*/
	
#menu {
	float: left;
	width: 300px;
	height: 582px;
	font-size: 11px;
	}
	
#menu p{
	line-height: 1.1em;
	}
	
#menu a span{
	display: none;
	}
	
#menu a:hover span{
	display: block;
  	position: absolute; 
	top: 15%; 
	left: 42%; 
	padding: 5px; 
	z-index: 1000;
	}
	
#soups {
	font-size: 11px;
	float: left;
	width: 300px;
	margin-left: 20px;
	}
	
#specials {
	font-size: 11px;
	float: left;
	width: 300px;
	margin-left: 20px;
	}

	
#download {
	font-size: 11px;
	float: left;
	width: 122px;
	margin-left: 10px;
	margin-top: -179px;
	}
	
#download a span{
	display: none;
	}
	
#download a:hover span{
	display: block;
  	position: absolute; 
	top: 15%; 
	left: 305px; 
	padding: 5px; 
	z-index: 1000;
	}

/*------------ Footer ------------*/

#footer{
	float: left;
	width: 600px;
	height: 17px;
	margin-left: 99px;
	}
