﻿html	{
	font: 62.5%/1.2 Verdana, Arial, sans-serif;
}

body { 
	background: url(../images/inner_bg.jpg) no-repeat top center;
	color: #000;
    font-size: 1.2em;
	margin: 0;
	padding: 0;	 
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	color: #b6630e;
	font-size: 20px;
}

img {
	display:block;
}

a img	{
	border-style: none;
}

a {
	text-decoration: underline;
	color: #000;
}

a:visited {	
	text-decoration: underline;
	color: #5b5b5b;
}

h1 {
	background: url(../images/h1Bg.jpg) no-repeat bottom;
    color: #e07833;
    font-size: 20px;
    letter-spacing: 2px;
	padding-bottom: 8px;
	text-transform: uppercase;
	width: 567px;
}

#wrapper	{
	margin: 0 auto;
	position: relative;
	width: 760px;
}

#sidebar {
    background: url(../images/leftSidebar.jpg) no-repeat;
	float: left;
    height: 576px;
	position: relative;
    width: 183px;
}

#links {
	left: 0px;
	position: absolute;
	top: 65px;
	width: 400px;
}

#links ul	{
	margin: 0;
	padding: 0;
}

#links li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#links a { 
	display: block; 
	text-decoration: none; 
}

#innerwrapper {
	position: absolute;
	left: 240px;
	text-align: justify;
	top: 80px;
	width: 521px;
}

#taste_link	{
	left: 0;
	height: 226px;
	position: absolute;
	top: 0;
	width: 117px;
	z-index:1 !important;
}

/*2011 Additions */

#links ul li {
	float: left;
	list-style-type: none;
}

#links ul li a {
	color: #7f1700;
	font-size: 11px;
	margin-right: 10px;
	text-decoration: none;
}

#links ul li a:hover {
	color: #d6832d;
}

#sponsors {
	height: 53px;
	left: 0px;	
	position: absolute;
	top: 382px;
	width: 220px;
}

#sponsors img {
	float: left;
}

#home_btn {
	left: 136px;
	height: 150px;
	position: absolute;
	top: 103px;
	width: 80px;
}
