* {
	margin: 0;
	padding: 0;
}

p	{
	margin-bottom: 10px;
}

html, body {
	height: 100%;
	font: 13px Helvetica, Arial;
}

body {
	background: url(../images/bg_green_rxy.gif) repeat 801px top;
}

#background_fancy {
	background: url(../images/bg_green_shadow.gif) no-repeat;
	width: 4px; height: 100%;
	position: absolute;
	top: 0px; left: 702px;
}

#page {
	background: white url(../images/bg_white_ry.gif) repeat-y right;
	width: 702px;
	height: 100%;
}

h1#logo {
	background: url(../images/taste_logo.gif) no-repeat;
	width: 248px; height: 136px;
	text-indent: -9999px;
	
	position: absolute;
	top: 20px; left: 30px;
}

h2#head {
	background: url(../images/h_tab.gif) repeat;
	height: 26px; width: 592px;
	position: absolute;
	top: 198px;
	padding: 13px 0 0 21px;
}

h2#head div {
	text-indent: -9999px;
	height: 17px;
}

h2#head div#h_home {
	background: url(../images/h_text.gif) no-repeat;
	width: 49px;
}

h2#head div#h_history {
	background: url(../images/h_text.gif) no-repeat -60px;
	width: 61px;
}

h2#head div#h_sponsors {
	background: url(../images/h_text.gif) no-repeat -131px;
	width: 82px;
}

h2#head div#h_vendors {
	background: url(../images/h_text.gif) no-repeat -224px;
	width: 71px;
}

h2#head div#h_register {
	background: url(../images/h_text.gif) no-repeat -306px;
	width: 71px;
}

h2#head div#h_contact {
	background: url(../images/h_text.gif) no-repeat -387px;
	width: 67px;
}

div#content {
	background: white url(../images/bg_white_ry.gif) repeat-y right;
	width: 600px;
	padding: 0 71px 0 30px;
	position: relative;
	top: 276px;
}

ul#navigation {
	list-style-type: none;
	background: url(../images/navigation.gif) no-repeat;
	width: 350px; height: 149px;
	position: absolute;
	top: 24px; left: 308px;
	z-index: 10;
}

ul#navigation li a{
	height: 22px; width: 150px;
	position: absolute;
/*	text-indent: -9999px;*/
	text-decoration: none;
}

div#content a{
	color: green;
}

div#content a:hover{
	color: green;
	text-decoration: none;
}

ul#navigation li#home a{ top: 0px; z-index: 99;}
ul#navigation li#history a{ top: 22px; z-index: 98; }
ul#navigation li#entertainment a{ top: 43px; z-index: 97;}
ul#navigation li#vendors a{ top: 64px; z-index: 96;}
ul#navigation li#citrus a{ top: 85px; z-index: 95;}
ul#navigation li#register a{ top: 106px; z-index: 94;}
ul#navigation li#contact a{ top: 127px; z-index: 93;}

div#content .logospacer {
	border-bottom: 1px solid #000000; 
	width: 550px; 
	margin: 25px 0 25px 0;	
}

.subtitle {
	font: 15px Helvetica, Arial;		
}

.logos td
	{
	vertical-align: bottom;
	text-align: center;
	padding: 0 5px 10px 0;
	}
