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

body {
	background-color: #666666;
	text-align: center;
	min-width: 760px;
	margin: 0px;
	padding: 0px;
	}
	
/* centred page container */

#wrapper {
	width: 925px;
	padding: 0px;
	position: relative;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99CC99;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* page */

#whittington {
	position:absolute;
	left:48px;
	top:175px;
	width:476px;
	height:427px;
	z-index:2;
}

/* Links */

#venue a, #venue a:visited {
	font-size: 12px;
	color: #FFFF99;
	text-decoration: underline;
}
#venue a:hover {
	color: #FF6633;
	}
.text a, .text a:visited {
	font-size: 12px;
	font-weight:bold;
	color: #6cc;
	text-decoration: underline;
}
.text a:hover {
	font-size: 12px;
	font-weight:bold;
	color: #6CC;
	}
#text2 a, #text2 a:visited {
	font-size: 12px;
	color: #FFFF99;
	text-decoration: underline;
}
#text2 a:hover {
	font-size: 12px;
	color: #FF6600;
	}
