body 	{ background: #000000 url(images/wheat_and_sky_background_3.jpg);	background-repeat: repeat-x;
	font-family: Arial, Verdana, sans-serif; background-attachment: fixed; min-width: 780px; text-align: center;

}

.f2 {color: #000000; font-size: 1.3em;  font-weight: bold; }
.f3 {color: #252525;}
.f4 {color: #000000; font-weight: bold; }
.f5 {color: #A5017E; }
.f6 {color: #A5017E; font-size: 1.2em; }
.f7 {color: #FF0000; }

a:link {color: #666666;}
a:visited {color: #666666;}
a:hover {color: #A5017E;}
a:active {color: #666666; }



#wrapper {
	position: relative;	
	width: 780px;
	margin: 0 auto;
      text-align: left;
}

#stage {
	position: absolute;
	left: 50%;
	top: 20px;

	width: 780px;
	margin-left:-390px;
	background-color: #FFFFFF;


}

#advert {
	position: absolute;
	top: 10px;
	left: 440px;
	height: 90px;
	width: 330px;
	border: 1px solid #D9D7D7;

}
#righthandsideimages {
	position: absolute;
	top: 220px;
	left: 620px;
	width: 135px;

}

#logo {
	height: 120px;
	width: 400px;
}


#mainlist {
	position: relative;
	top: 5px;
	left: 20px;
	margin: 0;
	padding: 0;
	text-align: centre;
	font-size: .8em;
	color: #A5017E;
}

#maintext {
	position: relative;
	top: 60px;
	left: 25px;
	width: 560px;
	text-align: justify;	
	font-size: .8em;
	color: #666666;

}

#bottomlinks {
	position: relative;
	top: 120px;
	width: 780px;
	text-align: center;	
	font-size: .7em;
	color: #666666;
	border-top: 1px solid #A5017E;
	background-color: #FFFFFF;
}

#bottomlogos {
	position: relative;
	top: 120px;
	width: 765px;
	padding-left: 15px;	
	font-size: .7em;
	color: #666666;
	border-top: 1px solid #A5017E;
	background-color: #FFFFFF;
}

#mainlist li {
	list-style: none;
	display: inline;
}

#mainlist li a {
	color: #A5017E;
	background-color: #ffffff;
	padding: .2em .2em;
	text-decoration: none;

}
#mainlist li a:hover {
	color: #ffffff;
	background-color: #A5017E;
}


#weeklist {
	position: absolute;
	top: 150px;
	left: 326px;
	margin: 0;
	padding: 0;
	text-align: centre;
	font-size: .8em;
	color: #ffffff;
}

#weeklist li {
	list-style: none;
	display: inline;
}

#weeklist li a {
	color: #ffffff;
	padding: .1em .1em;
	text-decoration: none;

}
#weeklist li a:hover {
	color: #A5017E;
	background-color: #ffffff;
}

#weeklistbackground {
	position: absolute;
	top: 117px;
	background: url(images/weekly_menu_background.gif);
	background-repeat: repeat-x;

}




