/*html elements*/

body {
	background-image: url(images/master_site_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;

}

div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #282828;
}	

div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #282828;
}	

div#right-column p {
	text-align: justify;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #282828;
}

div#download p {
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

a
 {
	color: #eb680a;
}

a:hover
{
	text-decoration: none;
}

div#download img {
	float: left;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
	}

div#organisers-left p,
div#sponsors-left p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 11px;
}

div#menu ul {
	padding: 0px;
	margin: 0px;
	width: 600px;
	height: 40px;
	list-style-type: none;
	margin-left: 204px;
	border-left: 1px solid #1e1e1e;
	padding-top: 1px;
}

div#menu ul li {
	display: inline;
}

div#menu ul li a {
	color: #fff;
	text-decoration: none;
	width: 100px;
	float: left;
	text-align: center;
	background-image:url(images/master_menu_button.gif);
	background-position: -100px top;
	background-repeat: no-repeat;
	padding-top: 11px;
	padding-bottom: 11px;
}

div#menu ul li a:hover {
	background-position: 0px top;
}


input#name,
input#organisation,
input#jobtitle,
input#email,
input#invoicename,
input#postcode,
input#telephone,
input#cardnumber,
input#startdate,
input#expire,
input#security,
input#invoicetelephone,
input#invoicepostcode
 {
	width: 462px;
	padding: 3px;
	border: 1px solid #1e1e1e;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin-top: 2px;
}

textarea#address,
textarea#invoiceaddress {
	width: 462px;
	height: 75px;
	padding: 3px;
	border: 1px solid #1e1e1e;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin-top: 2px;
}

form#freeform{
	padding-left: 20px;
	padding-right: 15px;
	width: 467px;
	margin: 0px;
	display: block;
}

div#thankyou h1,
div#thankyou p {
	margin-left: 20px;
	margin-right: 20px;
	}

div#termsandconditions h2 {
	font-size: 12px;
	line-height: 12px;
}

div.sponsor,
div.speaker,
div.organiser{
	margin-left: 20px;
	width: 770px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
}


div.speaker-left,
div.organiser-logo {
	width: 220px;
	display: block;
	float: left;
}

div.sponsor-logo { width: 210px; margin-left: 10px; display: block; float: right; }


div.speaker-right,
div.organiser-info,
div.sponsor-info {
	width:540px;
	display: block;
	float: left;
}

div#programme table {
	width: 770px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	}
	
td.time {
	width: 100px;
}

tr.stripe {
background-color: #CCCCCC;
}

/*positional elements*/


#wrapper {
	width: 810px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ident {
	width: 190px;
	height: 35px;
	background-image:url(images/master_ns_ident.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	margin-left: 620px;
	margin-bottom: 10px;
}

#header {
	width: 810px;
	height: 135px;
	background-image:url(images/master_header_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
}

#menu {
	width: 810px;
	height: 40px;
	background-image:url(images/master_menu_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
}

#content {
	width: 810px;
	background-image: url(images/master_content_background.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	display: block;
	position: relative;
}

#left-column {
	width: 210px;
	margin-left: 20px;
	float: left;
	display: inline;
}

#right-column {
	width: 540px;
	margin-right: 25px;
	margin-left: 15px;
	float: left;
	display: inline;
}

#content-top {
	width: 810px;
	height: 15px;
	background-image: url(images/master_content_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
}

#content-bottom {
	width: 810px;
	height: 20px;
	background-image: url(images/master_content_bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	display: block;
}

#organisers {
	width: 405px;
	height: 140px;
	background-image: url(images/master_site_organisers.jpg);
	background-position: center top;
	background-repeat: no-repeat;

	float: left;
}

#sponsors {
	width: 405px;
	height: 140px;
	background-image: url(images/master_site_sponsors.jpg);
	background-position: center top;
	background-repeat: no-repeat;

	float: right;
}

#download {
	width: 190px;
	padding: 5px;
	border: 1px solid #ffde89;
	background-color: #fff5dd;
	margin-left: 5px;
	margin-top: 10px;
}

#organisers-left,
#sponsors-left {
	width: 170px;
	height: 125px;
	display: block;
	float: left;
	padding: 15px;
}

#organisers-right,
#sponsors-right {
	width: 180px;
	height: 125px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

#register-right {
	float: right;
	margin-right: 20px;
	width: 285px;
	}

#thetoolkit {
	width: 255px;
	padding: 15px;
	border: 1px solid #ffde89;
	background-color: #fff5dd;
	display: block;
	margin-bottom: 15px;

}

#termsandconditions {
	width: 255px;
	padding: 15px;
	border: 1px solid #ffde89;
	background-color: #fff5dd;
	display: block;
	font-size: 8px;
	line-height: 10px;
	}

/*hacks and workarounds*/
.clearfix {
	clear: both
}
div.sponsor-logo img { margin-top: 27px; }
