body{
	margin:0;
	padding:0;
	font-size:10px;
	color:#797979;
	font-family:verdana;
}

#background{
	background:#000;
}

#footer{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style:italic;
	color:#00b0ff;
	width:930px;
	margin:auto;
	text-align:center;
	height:22px;
	padding-top:8px;
}

#headerbar{
	background:#FFF;
	height:7px;
}

#logo{
	height:158px;
	background:#1488c2;
	text-align:center;
	background:url(/images/tile.png);
	background-repeat:repeat-x;
}

#menuholder{
	background:url(/images/header.png);
	background-repeat:no-repeat;
	width:880px;
	margin:auto;
	padding-left:50px;
	padding-top:90px;
}

#menubar{
	width:903px;
	margin:auto;
	padding-left:27px;
	
}

#contentarea{
	background:url(/images/gray_bg.png);
	background-repeat:repeat-x;
	padding-top:15px;
	padding-bottom:15px;

}

#contentareaholder{
    background:#ffffff;
}

#contentfooter{
	width:930px;
	margin:auto;
}

#contentfootercontainer{
	background:url(/images/footer_bg.png);
	background-repeat:repeat-x;

}

#outer_content_holder{
	width:823px;
	margin:auto;
	border:10px solid #dcdcdc;
	background:#efefef;
	padding-top:15px;
}

#leftmenuholder{
	padding-left:47px;
	width:197px;
	float:left;
}

#leftmenuholder ul{
	margin:0;
	padding:0;	
}

#leftmenuholder ul li {
	list-style:none;
}

#rightcontent{
	width:540px;
	float:left;
}

#content{
	background:url(/images/container-bg.png);
	background-repeat:repeat-y;
	padding-top:20px;
	padding-left:40px;
	padding-right:40px;
}

#navigation_switch{
	margin-left:270px;
	
}

#speakerpic{
	width:94px;
	height:92px;
	float:left;
	background:url(/images/speaker_back.png);
}

#speakerpic img{
	margin-left:16px;
	margin-top:15px;
}

#speakercontent{
	float:left;
	width:354px;
	padding-left:10px;
}

#speakernavleft{
	width:375px;
	float:left;
}

#speakernavright{
	width:83px;
	float:left;
}

#bookingform{
	width: 453px;	
	margin:auto;
	padding-top:20px;
}

#bookingform_body{
	background:url(/images/booking/tile.png);
	background-repeat: repeat-y;
	padding-left:20px;
	padding-right:20px;
	color:#258ac9;
}

#bookingform_body a:link, #bookingform_body a:visited {
	color:#258ac9;
	text-decoration:none;
}

#bookingform_body a:hover {
	color:#258ac9;
	text-decoration:underline;
}

.textfield{
	
}

.submitbutton{
	margin-left:4px;
	margin-top:20px;
}



#welcome{
	width:949px;
	margin:auto;
}

h1{
	font-size:14px;
	color:#169ddd;
}

h2{
	font-size:10px;
	color:#efa607;
}

.clearfix{
	clear:both;
}
