@charset "UTF-8";
html,body{
	height:100%;
}
body {
	background-color: #212121;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5;
	color: #BDAE88;
	background-image: url(../imgs/syc2008/bg-tile.jpg);
	background-repeat: repeat;
	}
#mainWrapper{
	width:955px;
	margin:0 auto;
	background-color:#eae8e0;
	color:#314530;
	border:2px solid #68c2dc;
	border-top:none;
	border-bottom:none;
	padding-bottom:10px;

}
#mainContent{
	padding:10px;
	
}
#mainFooter{
	padding:10px;
	font-size:.9em;
	text-align:center;
	/*background-color:#2280ab;*/
	background-color:#643d2c;
	margin-left:10px;
	margin-right:10px;
	
	color:#e1daca;
}
#presenters img{
	margin-right:10px;
	margin-bottom:10px;
	margin-top:5px;
}
td{vertical-align:top;}
h1{
	font-size:1.5em;
	
		
		
}
h2{
	font-size:1.2em;
	padding:0px;
		margin:0px;
		
}
p{margin-top:0px;}
.classCode {
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar{
	background-color:#643d2c;
	width:100px;
	text-align:center;
	padding:0px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
}
#sidebar p{
	margin:0px;
}
#dateTimeWrapper{
	margin-top:20px;
	margin-bottom:10px;
	border-top:thin solid #643d2c;
		border-bottom:thin solid #643d2c;
		padding-left:10px;
		background-color:#903a3a;
		color:#eeeeee;
}
#dateTimeWrapper h1{
	font-weight:normal;
	font-size:1.5em;
}
#callout1 {
	background-color:#643d2c;
	color:#e1daca;
	font-size:1.2em;
	padding:10px;
	padding-bottom:5px;
}
#callout1 a{
	color:#ffffff;
	font-weight:bold;
}