	body{
		margin: 0;
		padding: 0;
		background-color: #252267;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #4a4a4a;
	}
	
	h1{
		color: #0097da;
		font-size: 1.8em;
		margin-bottom:0;
	}
	
	h2{
		color: #252265;
		font-size: 1.5em;
		margin: 0;
	}
	
	h3{
		color:red;
		margin-bottom:0;
	}
	
	.hr{
border-top: 1px solid #ccc;
	margin: 6px 0;
	padding: 0;
	}

	
	a{
		text-decoration: none;
		color: #a0a0a0;
	}
	
	a:hover{
		text-decoration: none;
		color: #006a91;
	}
	
	a img{
		border: none;
	}
	
	#wrapper{
	width: 900px;
	height: auto;
	min-height: 700px;
	position: absolute;
	left: -450px;
	margin-left: 50%;
	background-image: url(images/motion_backgroundfade.jpg);	
	background-repeat: repeat-y;
}

#header{
	width:836px;
	height: 187px;
	text-align: center;
	padding-top:10px;
	margin-left: 32px;
}

#navbar{
margin-left: 32px;
	width: 836px;
	height:20px;
	border-top: #a0a0a0 2px solid;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
}

#content{
	width:766px;
	height: auto;
	min-height: 400px;
	border-top: #a0a0a0 2px solid;
	margin-left: 32px;
	padding: 20px 30px 10px 40px;
}

#footer{
	width:900px;
	height: 161px;
	background-image: url(images/footbg.jpg);
}

#copy{
	background-color: #262268;
	text-align: center;
	color: white;
	font-size: small;
}

#xlogo{
	position: absolute;
	right: 55px;
	bottom: 65px;
}

#strap{
	position: absolute;
	left: 65px;
	bottom: 70px;
	font-size: 1.8em;
	color: #282268;
}

#address{
width: 180px;
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	padding: 5px;
}

#speaker{
border: #a0a0a0 2px solid;
width: 740px;
height: auto;
padding: 10px;
margin-bottom: 10px;
}



.speakerlogo{

margin: 5px 5px 5px 5px;
}


.time{

color: red;
}



#table{
	font-size: 80%;
}

