@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

.home {
background-image:url(images/home_back.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:#a3a3a3;
}

.sub {
background-image:url(images/sub_back.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:#a3a3a3;
}

.tile {
background-image:url(images/grey_tile.jpg);
background-position:center top;
background-repeat:repeat-x;
background-color:#7f7f7f;
padding:20px;
}

.subnav {
padding:5px;
border:solid 1px #CCCCCC;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.greyheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f69f1b;
	font-weight: bold;
}
.greyheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f69f1b;
	font-weight: bold;
}

.bigheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
}

a	{
color:#990000;
}

a:hover	{
color:#000000;
text-decoration:
}

.feature {
	background-image: url(images/festival_head4.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.fest {
	background-image:url(images/featured_head2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.homelink	{
color:#990000;
font-size:11px;
}
.red {
color:#cccccc;
font-size:13px;
}


