/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	}

body {
	color: #636466;
	background: #cbdb2a url(images/bg.jpg) repeat-x top;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
	
div#main {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url(images/contentbg.gif) repeat-y center top #fff;
	}
div#header {
	height: 280px;
	}
div#picfader_01 {
	position: absolute;
	left: 330px;
	top: 0px;
	background: #fff;
	}
div#logopanel {
	background: #fff;
	}

div#smallfader_01 {
	position: absolute;
	left: 0px;
	top: 190px;
	}
div#smallfader_02 {
	position: absolute;
	left: 165px;
	top: 190px;
	}

div#picstrap {
	position: absolute;
	left: 0px;
	top: 160px;
	width: 950px;
	height: 30px;
	z-index: 100;
	}
#picstrap p {
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-top: 7px;
	padding-left: 10px;
	letter-spacing: .02em;
	}
div#lowstrap {
	display: block;
	clear: both;
	width: 950px;
	height: 30px;
	}
#lowstrap p {
	font-weight: bold;
	text-align: left;
	padding-top: 7px;
	padding-left: 10px;

	}
div#content {
	position: relative;
	background: #fff;
	width: 610px;
	margin-left: 330px;
	}
div#emailcontent {
	position: relative;
	background: #fff;
	width: 910px;
	margin-left: 30px;
	}
div#leftpanel {
	width: 330px;
	float: left;
	text-align: center;
	}
.greybg {
	background: #636466;
	}
.greenbg {
	background: #cbdb2a;
	}
.green {
	color: #cbdb2a;
	}
#content h1 {
	font-size: 250%;
	padding: 10px 20px 0px;
	}
#content h2 {
	font-size: 180%;
	font-weight: normal;
	padding: 0px 20px 5px;
	}
#content h3 {padding: 15px 20px 10px;
}

#content p {padding: 10px 20px 0px;}
#content ul {
	list-style-type: disc;
	margin-left: 20px;
	padding: 10px 20px;
	}
#content ul li {
	padding: 3px;
	}
.supportedby {font-size: 70%;}
.subhead {
	font-weight: bold;
	}

div#footer {
	clear: both;
	width: 950px;
	height: 30px;
	}
#footer p {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 7px;
	padding-left: 10px;

	}
div#somethingtosharetop {
	margin-top: 15px;
	width: 290px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/somethingtoshare.gif) top no-repeat;
	}
div#somethingtosharetopshort {
	margin-top: 15px;
	width: 290px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/somethingtoshare.gif) top no-repeat;
	}
div#somethingtosharebot {
	width: 290px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/somethingtosharebot.gif) top no-repeat;
	}
div#somethingtosharemid {
	width: 286px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	}
#somethingtosharemid p {
	font-size: 10px;
	padding: 5px 15px;
	text-align: left;
	}
#somethingtosharemid hr {
	border: #1px solid #ffffff;
	}
	
#somethingtosharemid h3 {
	font-size: 14px;
	padding: 5px 15px;
	text-align: left;
	color: #ffffff;
	}
	
#somethingtosharemid h4 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px 2px;
	text-align: left;
	color: #ffffff;
	}
	
div#register {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	background: #f2f6d5;
	}
#register p{
	font-size: 90%;
	padding: 5px 15px 15px;
	
	}
#register h2{
	font-size: 110%;
	padding: 20px 15px 0px;
	font-weight: bold;
	text-transform: uppercase;
	}
a {
	font-weight: bold;
	color: #636466;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.previouslinks {
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-size: 80%;
}
.previouslinks a{
color: #fff;
}
#programme td {
padding: 5px;
border-bottom: 1px solid #ddd;
}
#programme th{
background: #555;
color: #fff;
padding: 5px;
}
#programme {
	font-size: 90%;
	padding-left: 15px;
	}
#programme td.keynote {
	background: #eee;
	}

#programnme td.time {
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
	background: #555;
	color: #fff;
	}
#programme .author {
	font-weight: bold;
	color:#000;
	font-size: 10px;
	}
	#programme .prestitle {
	font-style: italic;
	color:#333;
	font-size: 10px;
	}
	/* Navigation ----------------------------------------------------  */	
#navbar{
	width: 100%;
	height: 30px;
	background: #cbdb2a url(images/menubg.jpg) repeat-x top;
	border-top: 1px solid #c0c0c0;
	text-align: left;
	overflow: hidden;
	}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

#navbar ul li {
	float: left;
	border-right: 1px solid #c0c0c0;
	}

#navbar a {
	background: url(images/menubg.jpg) repeat-x;
	text-transform: uppercase;
	height: 30px;
	padding: 10px 20px 0px;
	display: block;
	text-decoration: none;
	color: #fff;
	width: auto !important;
	width: 10px !ie;
	white-space: nowrap;
	}

/* Hover states  */
#navbar a:hover{
	color: #cbdb2a;
	background: url(images/menubg_hl.jpg) repeat-x;
	}
	
#navbar ul li .selected {
	color: #fff;
	background: #cbdb2a;
	}
 
/*-----------------------Speakers ---------------------- */
div .speaker {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	background: #fff url(images/speakerbg.jpg) repeat-x top;
}

div .speaker img {
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-left: 20px;
	float: left;
	width: 128px;
	height: 128px;

	}
div .speakername {
padding: 0px;
	font-size: 100%;
	font-weight: bold;
	}
.speakerdetails {
	font-size: 80%;
	font-style: normal;
	color: #aaa;
	}
div .speakerbio {
	font-size: 90%;
	}
div .speakerreturn {
	font-size: 80%;
	text-align: right;
	font-style: italic;
	}
	
#proudly img{
padding-top: 25px; 
padding: bottom: 3px;
background: #fff;
}

