body {
	background: #B1C3D4 url(bg.gif) repeat-y center;
}

#container {
	width: 700px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 11px;
	line-height: 1.6em;
	color: #333333;
	background-color: #FFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #7C9343;
	margin-bottom: 30px;
	background-color: #FFF;
}

h2 {
	color: #DCA80A;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

a {
	color:#245481;
	text-decoration: none;
}

a:hover {
	color:#ffffff;
	background-color: #7C9343;
}

input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}

.button {
	padding: 2px;
}

#header {
	border-bottom: 4px solid #677A38;
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
}

#header p { 
	margin-top: -20px;
	margin-left: 30px;
	color:#999999;
}

#header img {
	float:right;
	margin-top: -85px;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	width: 100px;
}

#navigation a {
	padding:2px;
	width: 100px;
}

#navigation a:link, #navlist a:visited {
	color:#245481;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #7C9343;
	color:#ffffff;
}

#content {
	width: 552px;
	margin-left: 140px;
	margin-right: 0px;
}

#content p {
	text-align:justify;
}

#content a {
	font-weight: bold;
}

#programme td { border:1px solid #666666; }

#footer {
	margin-top: 30px;
	clear: both;
	background-color:#ffffff;
	padding: 0px 5px 0px 5px;
	text-align:right;
}

#footer p {
	color:#B1C3D4;
	padding: 0;
	margin:5px;
}

#footer p a {
	color: #B1C3D4;
}

#footer p a:hover {
	color: #FFFFFF;
	background-color:#B1C3D4;
}

tr.speaker {
	color:#66CC00
	}

tr.cancelled {
	color:#FF0000
	}

tr.extras {
	color:#FFA500
	}

/* contact form */

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#contactForm {
	width: 95%;
}

#contactForm label {
	display: block;
	font-weight: bold;
	color: #333333;
	width: 45%;
	padding-top: 5px;
}

#contactForm input {
	display: block;
	color: #666666;
	width: 45%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}

#contactForm input.hidden { border:0; }

#contactForm textarea {
	display: block;
	color: #666666;
	width: 100%;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	padding: 3px;
}
#contactForm input.button {
	display: block;
	margin-top: 10px;
	float: right;
	width: auto;
	color: #7C9343;
	background-color: #FFFFFF;
	border: 1px solid #7C9343;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.red { color: #FF0000; }


