body {
	margin: 0;
	padding: 0;
	}

#container {
	position: relative;
	width: 768px;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 0;
	}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 141px;
	}

#mainNavigation {
	position: relative;
	height: 39px;
	width: 100%;
	background: #E71739;
	margin: 0;
	padding: 0;
	}

* html #mainNavigation {
	margin-top: -4px;
	}

#mainNavigation ul {
	margin: 0 0 0 170px;
	padding: 0;
	}

#mainNavigation ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	}

#mainNavigation ul li a {
	float: left;
	padding: 6px 10px 4px 10px;
	margin: 0;
	text-decoration: none;
	color: #FFF;
	border-left: 1px solid #000;
	}

#mainNavigation ul li.first a {
	border-left: 0;
	}

#mainNavigation ul li a:hover {
	background: url(../images/nav_hover.gif) top left repeat-x;
	color: #fdeafd;
	/*color: #FFF37B;*/
	/*background-color: #2D509F;*/
	}

#content {
	position: relative;
	width: 100%;
	background: url(../images/content_background.gif) top left repeat-y;
	}

#secondaryNavigation {
	float: left;
	width: 150px;
	margin-top: 42px;
	}
	
* html #secondaryNavigation {
	width: 151px;
	}

#secondaryNavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#secondaryNavigation ul li {
	display: inline;
	}

#secondaryNavigation ul li a {
	display: block;
	background: #FFF;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 2px;
	color: #000000;
	width: 146px;
	text-decoration: none;
	}

* html #secondaryNavigation ul li a {
	width: 146px;
	}

#secondaryNavigation ul li a:hover {
	/*background: url(../images/hover_background.gif) top left repeat-y;*/
	background-color: #DCD8BD;
	/*background-color: #EBF1FD;*//*#f2f6ff;*/
	}

#secondaryNavigation ul li.heading {
	/*background: url(../images/heading_background.gif) top left repeat-x;*/
	/*background-color: #24407C;*/
	color: #000000;
	width: 146px;
	display: block;
	padding: 2px;
	}

* html #secondaryNavigation ul li.heading {
	width: 146px;
	color:#E71739
	}


#main {
	margin-left: 150px;
	padding: 0 10px;
	}

#content h1 {
	margin: 0;
	padding: 20px 0 0;
	}

img#buildingBottom {
	position: absolute;
	top: 0;
	left: 0;
	}

img.speaker {
	/*float: left;*/
	margin-right: 5px;
	margin-bottom: 10px;
	}

.floatRight { float: right; }

#secondaryNavigation ul#top {
	border-top: 1px solid #ccc;
	}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}

#footer {
	width: 100%;
	border-top: 1px solid #ccc;
	text-align: center;
	}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 2px 0;
	}

#footer ul li {
	display: inline;
	font-size: .7em;
	}

table#itinlist td, table#resultlist td {
	border-left: 1px solid #ccc;
	}

table#itinlist td.noBorder, table#resultlist td.noBorder { border: 0; }

.author {
	display: table;
	width: 590px;
	margin-bottom: 5px;
	}

.scheduleGroup {
	display: table;
	width: 595px;
	}
	
#content h1, #content h2 {margin-bottom: 1em;}