@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#CEDCFB;
	/*background-image:url(../images/cover2reverse.png);
	background-repeat: no-repeat;
	background-position: 780px 250px;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000
}
body#home a#homelink,
body#about a#aboutlink,
body#programme a#programmelink,
body#events a#eventslink,
body#staff a#stafflink,
body#galleries a#gallerieslink,
body#sponsors a#sponsorslink,
body#links a#linkslink {
	background: #ffffff url(images/bg_here.png) no-repeat 95% 50%;
	padding-right: 15px;
	padding-left: 30px;
	font-weight: bold;
	}
	
#navlink {
	
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;
	}

#nav	{
	position: absolute;
	top: 150px;
	left: 10px;
	/*height: 250px;
	border-bottom: 1px dashed #999;*/
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px;
	}
#nav a {
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	/*text-transform: uppercase;*/
	text-decoration: none;
	text-align: center;
	/*border: 1px dashed #999;
	border-bottom: none;*/
	padding:7px 5px 7px 5px;
	display: block;
	background-image:url(../images/bluebutton.jpg);
	background-repeat: no-repeat;
	background-position:center;
	}
#nav a:hover {
	font-weight: bold;
	color:#000000;
	background: url(../images/bluebuttonlight.jpg) no-repeat center;
	}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../images/radebannerthin.jpg);
	background-repeat: no-repeat;
	height: 90px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
#address {
	display: block;
	background-image: url(../images/barblue.jpg);
	background-repeat: no-repeat;
	height: 35px;
	}
#address h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#FFFFFF;
	padding: 10px 10px;
	margin: 0;
	}
.oneColFixCtrHdr #mainContent {
	position: relative;
	top: 0px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#gallery .figure {
	border: 1px solid #666;
	padding: 10px;
	float: none;
	}
#gallery P {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	font-style: italic;
	}
	
#gallerythumb .figure {
	border: 1px solid #666;
	padding: 10px;
	float: none;
	}
#gallerythumb P {
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	font-style: italic;	
	
.oneColFixCtrHdr #mainContent #content {
	position: absolute;
	top: 25px;
	left: 50px;
	width: 660px;
	/*background-image:url(../images/whitetrans.gif);*/
	border: 2px;
	border-style: ridge;
	padding: 5px 5px 5px 5px;
	}
.oneColFixCtrHdr #mainContent #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FF0000;
	margin-top: 2px;
	margin-bottom: 2px;
	}
.oneColFixCtrHdr #mainContent #content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
.oneColFixCtrHdr #mainContent #content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin-top: 0;
	margin-bottom: 2px;
	}
.oneColFixCtrHdr #mainContent #content a {
	font-size: .8em;
	}
.oneColFixCtrHdr #mainContent #content img {
	float: right;
	padding: 10px;
	background-color: #CCFFFF;
	margin: 10px;
	border: 1px solid #666;
	}
.oneColFixCtrHdr #mainContent #content blockquote {
	font-size: .8em;
	font-style: italic;
	
	}
.oneColFixCtrHdr #mainContent #content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	
/*.oneColFixCtrHdr #mainContent #news {
	position: absolute;
	top: 25px;
	left: 500px;
	width: 250px;
	}
.oneColFixCtrHdr #mainContent #news p {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	text-align: center;*/
	}
/*.oneColFixCtrHdr #mainContent #gallery {
	position: absolute;
	top: 200px;
	left: 25px;
	width: 450px;
	}	
.oneColFixCtrHdr #mainContent #gallery p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	}
.oneColFixCtrHdr #mainContent #gallery p strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: italic;
	}*/
.oneColFixCtrHdr #mainContent #main {
	background-image:url(../images/gradblue.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color: #EEE;
	padding: 5px;
	}
.oneColFixCtrHdr #mainContent #main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
.oneColFixCtrHdr #mainContent #main ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
.oneColFixCtrHdr #mainContent #main img {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #CCFFFF;
	margin: 10px;
	border: 1px solid #666;
	}

#loadarea {
	position: absolute;
	top: 170px;
	left: 280px;
	width: 200px;
	}

#scnav {
	position: absolute;
	top: 230px;
	left: 300px;
	/*height: 250px;
	border-bottom: 1px dashed #999;*/
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	}
#scnav a {
	color: #fff;
	font-weight: bold;
	font-size: .8em;
	/*text-transform: uppercase;*/
	text-decoration: none;
	text-align: left;
	/*border: 1px dashed #999;
	border-bottom: none;*/
	padding:7px 5px 7px 5px;
	display: block;
	/*background-image:url(../images/bluebutton.jpg);
	background-repeat: no-repeat;
	background-position:center;*/
	}
#scnav a:hover {
	font-weight: bold;
	color:#CCCCCC;
	/*background: url(../images/bluebuttonlight.jpg) no-repeat center;*/
	}
#scnav h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	}
	
#pagenav {	
	position: absolute;
	top: 100px;
	right: 100px;
	border:#FF0000 groove;
	/*background:#666666;*/
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px
	}
#pagenav a {
	color:#FF0000;
	font-weight: bold;
	font-size: .7em;
	/*text-transform: uppercase;*/
	text-decoration: none;
	text-align: left;
	/*border: 1px dashed #999;
	border-bottom: none;*/
	padding:3px 2px 2px 3px;
	display: block;
	}
#pagenav a:hover {
	font-weight: bold;
	color:#CCCCCC;
	}	
	
	
#map	{
	position: absolute;
	top: 300px;
	right: 20px;
	}
	
#fimage {
	position: absolute;
	top: 100px;
	left: 50px;
	}
	


#map h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	}	
	

/*div.figure {
	float: right;
	width: 122px;
	margin: 15px 10px 5px 10px;
	}*/
.figure p {
	font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #e6f3ff;
	border: 1px solid #666;
	padding: 5px;
	margin: 10px 0 0 0;
	}
	
.oneColFixCtrHdr #footer {
	position: absolute;
	top: 650px;
	left: 0;
	width: 100%;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	display: block;
	/*background: url(../images/barblue.jpg) no-repeat center;
	height: 35px;*/
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#FFFFFF;
	padding: 10px 10px;
	margin: 0;
}.oneColFixCtrHdr #footer {
	position: absolute;
	top: 650px;
	left: 0;
	width: 100%;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	display: block;
	/*background: url(../images/barblue.jpg) no-repeat center;*/
	height: 35px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color:#000000;
	padding: 10px 10px;
	margin: 0;
}

#sidebar {
	position:absolute;
	Width:60px;
	Top:100;
	right: 80;
	}