/* CSS Document */
.holder {
	width: 760px;
	}
	
.container {
	position: absolute;
	width: 760px;
	height: 100%;
	background-color: #FFFFFF;
	}

.header {
	width: 760px;
	height: 125px;
	background-image: url(images/header.gif);
	background-color: #FFFFFF;
	}

.main-links {
	width: 760px;
	height: 25px;
	background-color: #dcdcd0;
	}

.home a {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 75px;
	height: 25px;
	background-image: url(images/links/home_1.gif);
	background-repeat: no-repeat;
	display: block;
	}

.home a:hover, .home a:active {
	background-image: url(images/links/home_2.gif);
	background-repeat: no-repeat;
	}

.programme a {
	position: absolute;
	width: 105px;
	height: 25px;
	margin-left: 77px;
	margin-top: -25px;
	background-image: url(images/links/programme_1.gif);
	background-repeat: no-repeat;
	display: block;
	}

.programme a:hover, .programme a:active {
	background-image: url(images/links/programme_2.gif);
	background-repeat: no-repeat;
	}

.event_info a {
	position: absolute;
	width: 118px;
	height: 25px;
	margin-left: 184px;
	margin-top: -25px;
	background-image: url(images/links/event_info_1.gif);
	background-repeat: no-repeat;
	display: block;
	}

.event_info a:hover, .event_info a:active {
	background-image: url(images/links/event_info_2.gif);
	background-repeat: no-repeat;
	}

.register a {
	position: absolute;
	width: 100px;
	height: 25px;
	margin-left: 304px;
	margin-top: -25px;
	background-image: url(images/links/register_1.gif);
	background-repeat: no-repeat;
	display: block;
	}

.register a:hover, .register a:active {
	background-image: url(images/links/register_2.gif);
	background-repeat: no-repeat;
	}

.get_involved a {
	position: absolute;
	width: 125px;
	height: 25px;
	margin-left: 406px;
	margin-top: -25px;
	background-image: url(images/links/get-involved-1.gif);
	background-repeat: no-repeat;
	display: block;
	}

.get_involved a:hover, .get_involved a:active {
	background-image: url(images/links/get-involved-2.gif);
	background-repeat: no-repeat;
	}

.about_us a {
	position: absolute;
	width: 100px;
	height: 25px;
	margin-left: 533px;
	margin-top: -25px;
	background-image: url(images/links/about_us_1.gif);
	background-repeat: no-repeat;
	display: block;
	}

.about_us a:hover, .about_us a:active {
	background-image: url(images/links/about_us_2.gif);
	background-repeat: no-repeat;
	}

.contact_us a {
	position: absolute;
	width: 125px;
	height: 25px;
	margin-left: 635px;
	margin-top: -25px;
	background-image: url(images/links/contact_us_1.gif);
	background-repeat: no-repeat;
	display: block;
	}

.contact_us a:hover, .contact_us a:active {
	background-image: url(images/links/contact_us_2.gif);
	background-repeat: no-repeat;
	}

.revolving-images {
	width: 760px;
	height: 201px;
	}

.spacer {
	width: 760px;
	height: 5px;
	background-color:#dcdcd0;
	}

.main-content-container {
	position: relative;
	width: 720px;
	height:auto !important;
	
	}

.main-content {
	top: 0px;
	width: 720px;
	padding: 20px;
	height: 100%;
	height:auto !important;
	background-color:#FFFFFF;
	}

.main-content-side {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	top: 0px;
	bottom: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 180px;
	height: 100%;
	height: auto !important;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
	

.spacer-two {
	top: 0px;
	width: 760px;
	height: 5px;
	background-color:#dcdcd0;
	}

.footer {
	width: 730px;
	height: 50px;
	padding: 15px;
	background-color:#ffffff;
	}

.floatRight {
	float: right;
	margin-left: 20px;
	}

.floatLeft {
	float: Left;
	margin-right: 20px;
	margin-bottom: 10px;
	}

.floatLeft_big_gap {
	float: Left;
	margin-right: 20px;
	margin-bottom: 140px;
	}

.main-font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #656552;
	}

.small-font{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #656552;
	}

.page-headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #656552;
	font-weight: bold;
	}

.page-subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #656552;
	}

a.green:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #91b43e;
	text-decoration: none;
	}
	
a.green:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #91b43e;
	text-decoration: none;
	}
	
a.green:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #91b43e;
	text-decoration: underline;
	}
.submit {
	width: 183px;
	height: 22px;
	background-color: #ffffff;
	border: 3px solid #c2e0a4;
	color:#999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	}

.submit:hover {
	background-color: #62a422;
	border: 3px solid #c2e0a4;
	color: #ffffff;
	cursor: pointer;
	}

.submit_two {
	width: 60px;
	height: 22px;
	background-color: #FFFFFF;
	border: 3px solid #c2e0a4;
	color:#999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	}
	
.submit_two:hover {
	background-color: #62a422;
	border: 3px solid #c2e0a4;
	color: #ffffff;
	cursor: pointer;
	}

.submit_two:active {
	background-color: #62a422;
	border: 3px solid #c2e0a4;
	color: #ffffff;
	cursor: pointer;
	}

.submit_three {
	width: 305px;
	height: 22px;
	background-color: #FFFFFF;
	border: 3px solid #c2e0a4;
	color:#999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	}
	
.submit_three:hover {
	background-color: #62a422;
	border: 3px solid #c2e0a4;
	color: #ffffff;
	cursor: pointer;
	}

.submit_three:active {
	background-color: #62a422;
	border: 3px solid #c2e0a4;
	color: #ffffff;
	cursor: pointer;
	}

#input_box {
	padding-left: 3px;
	color: #666666;
	}