body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position:bottom;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #37616F;
}




a  {
	color: #B1D411;
	text-decoration:none;
}
a:hover {
	color: #006699;
}


#topRight {
	position:absolute;
	z-index:1;
	left: 0;
	top: 0;
	width:100%;
	text-align:right;
}

#navigation {
	padding-left:30px;
	height:25px;
	padding-top:6px;
	border:1px solid #FFFFFF;

}

#navigation a {
	color:#FFFFFF;
	text-decoration:none;
	padding-right:15px;
	letter-spacing:2px;
	font-weight: bold;

}

#navigation a:hover {
	color:#006699;
}

#main {
	
	
	width:100%;
	height:400px;
	vertical-align:text-top;

}

#body {
	padding-left:30px;
	padding-right:25px;
	vertical-align:text-top;
	padding-top:10px;

}

#sponsors {
	width:200px;
	border-left:1px solid #B9E817;
	padding:5px;
	vertical-align:text-top;
	padding-top:10px;


}

#bottom {
	clear:both;
	width:100%;
	text-align:right;
	border-top:1px #B9E817 solid;
}

h1,h2,h3 {
	font-size:16px;



}

.speakerMugz {
	
	float:right;
	clear:left;
	padding:5px;
	border:1px #BFD8DF solid;
	vertical-align:text-top;
	

}

hr {
	clear:both;
	height:1px;
	color:#B9E817;
}

.programmeHead {
	color:#95B10E;

}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #B8E816;
	border-right-color: #B8E816;
	border-bottom-color: #B8E816;
	border-left-color: #B8E816;
}
