/* Just Brilliant CSS  */

* {
 margin: 0;
 padding 0;
}

body {
	font-size: 12px;
	color: #555555;
	background: #b0dcf8 url(../images/bgshadow.png) center top repeat-y;
	font-family: arial, helvetica, san-serif;
	}

#wrap {
	width: 960px;
	margin: 0 auto;


	}
#topbar {
	width: 960px;
	height: 10px;
	background: url(../images/topbar.png) bottom center no-repeat;
	}
#content {
	width: 910px;
	padding:  2px 15px 15px;
	margin: 0 auto;	
	background: #fff;
	}
#logo img{
	border: 0px;
	}
#feature {
	width: 910px;
	padding: 0;
/*	position: relative; 
	overflow: auto;*/
}
#footer {
	clear: both;
	width: 940px;
	padding: 10px 0px;
	margin: 0px auto;
	height: 160px;
	} 
#footer img {
 border: 0px;
 }
#events-heading {
	clear: both;
	width: 940px;
	padding: 10px 0px;
	margin: 0px auto;
	} 
#events-list {
	width: 910px;
	padding:  15px 15px 15px;
	margin: 0 auto;	
	background: #fff;
	}

	
#textpanel {

	float: left;
	clear: left;
	width: 590px;
	}

#rightpanel {	margin-top: -110px;
 float: right;
	width: 290px;
	border-left: 1px solid #555555;
	background: url(../images/30_panelbg.png);
	}

#rightpanel p{
	text-align: left;
	font-size: 90%;}
	
#navigation {
	float: right;
	width: 280px;
	font-weight: bold;
 

	}

/* -- Background Pics --- */

.fpabout {
	background: url(../images/homebg.jpg) center top no-repeat;
	}
.fpspeakers {
	background: url(../images/speakersbg.jpg) center top no-repeat;
	}
.fpprogramme {
	background: url(../images/programmebg.jpg) center top no-repeat;
	}
.fpsponsors {
	background: url(../images/sponsorsbg.jpg) center top no-repeat;
	}
.fpcontact {
	background: url(../images/contactbg.jpg) center top no-repeat;
	}


/* ---------- Text Styles -----------------*/

h1 {
	padding: 10px;
	font-size: 24px;
	}
h2 {
	padding: 15px;
	font-size: 14px;
	}
h3 {padding: 20px 10px 5px;}
p{
	padding: 5px 10px;
	line-height: 160%;
	}
#addresspanel h3 {
		padding: 2px;
		text-align: right;
		font-size: 14px;
		}
#addresspanel h3 a{
		color: #fff;
		text-decoration: none;
		}
.light {
	color: #ffffff;
}
.clear {
  height: 1px;
  margin-top: -1px;
	clear: both;
	}
#rightpanel h1 {
padding: 0px 10px;
}
#rightpanel h3 {
padding: 0px 10px;
}
.small {font-size: 80%}

div.profile {
	clear: both;
	width: 570px;
	padding: 10px;
	background: url(../images/30_panelbg.png);
	overflow: auto;
	border: 1px solid #aaa;
	margin: 10px;
	}

.profile img{
	padding: 5px;
	float: left;
	margin-right: 10px;

	border: 1px solid #aaa;
	}
.profile h1 {
	padding: 0px;
	font-size: 18px;
	color: #b0dcf8;
	}
	.profile h2 {
	padding: 0px;
	font-size: 14px;
	}
	.profile h3 {
	padding: 0px;
	font-size: 12px;
	}

.profile.odd img{

	float: right;
	margin-left: 10px;

	}	
.profile p{
	padding: 5px 0px;
	}
div.pres {
	clear: both;
	width: 100%;
	padding: 5px;
	background: url(../images/30_panelbg.png);
	overflow: auto;
	border: 1px solid #aaa;
	margin: auto 3px;
	}	
.time {float: left;
padding: 10px;}

.time h2 {padding: 0px;}

a:link, a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}
.prog {
	width: 560px;
	float: left;
	}
.progdetail {
	margin-left: 70px;
	margin-top: 5px;
	}
.progdetail i {
	font-size: 90%;
	padding: 0px;
	}
.pres.gurunch {background: #444444;}
.pres.hilite {background: #b0dcf8;}
