@charset "utf-8";
/* CSS Document */

/****************BASIC STYLES NEEDED FOR ALL PAGES********************/

body{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/sun_back.gif);
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F7C901;
}
#centreText
{
	padding-right: 15px;
	padding-left: 10px;
	width: 438px;
}

#header
{
	clear:both;
	position:relative;
	margin: 0px;
	background-color: #F7C901;
}
#rightText
{
	padding-right: 15px;
	padding-left: 15px;
}


#navigation
{
	clear:both;
	background-image: url(images/nav_left.jpg);
	background-repeat: repeat-x;
	
}
#navigation_table
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container{
	float:left;
	width:1004px;
	display:inline; /* So IE plays nice */
}
#leftRail{
	float:left;
	width:337px;
	position:relative;
	background-color: #F7C901;
}
#center{
	float:left;
	background-image: url(images/centerBackground.gif);
	margin: 0px;
}
#right{
	float:right;
	width:199px;
	position:relative;
	background-image: url(images/rightColumnBackground.gif);
}
#container #header #right #rightText
{
	padding-right: 10px;
	padding-left: 15px;
	
}
#gigImage
{
	width:102px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#rightColFooter
{
	width:147px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header_logo
{
	float: left;
	width:508px;
	position: relative;
}
#header_contact
{
	float: right;
	text-align: right;
	width: 181px;
	display:inline;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#copyright
{
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 66px;
	
}

#footer
{
	background-image: url(images/footer_bg_left.jpg);
	background-repeat: repeat-x;
	height:66px;
	clear: both;
}

/************************EXTRA STYLES FOR INDIVIDUAL PAGES****************/




a.special
{
	font-family: Papyrus, Copperplate, "Comic Sans MS", "Bookman Old Style", Arial;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
a.special:hover
{
	font-family: Papyrus, Copperplate, "Comic Sans MS", "Bookman Old Style", Arial;
	font-size: 18px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.vegetarian
{
	font-size: 16px;
	font-style: italic;
	color: #dc8b0b;
}
.disclaimer
{
	font-size: 10px;
}
a.small
{
	font-size: 10px;
	font-weight: bold;
	font-family: Papyrus, Copperplate, "Comic Sans MS", "Bookman Old Style", Arial;
	text-decoration: none;
}

a.small:hover
{
	font-size: 10px;
	font-weight: bold;
	font-family: Papyrus, Copperplate, "Comic Sans MS", "Bookman Old Style", Arial;
	text-decoration: none;
	color: #FF9900;

}
