hr {
	display: none;
}

body {
	background: #010101;
}

a {
	color: #996904;
	text-decoration: none;
}

a:hover, a:active {
	color: #fad96f;
}

div#header {
	background: black url('../images/header_bg_bottom_left_repeatX.jpg') bottom left repeat-x;
}

div#header ul.navigation {
	margin-top: 10px;
	margin-bottom: 0px;
}

div#header ul.navigation li {
	text-align: center;
	text-shadow: white 0px 1px 1px;
	list-style-type: none;
	font: bold 18px/36px Helvetica,Arial,sans-serif;
	border-top: 1px solid #fceac8;
}

div#header ul.navigation li a {
	color: #222222;
	text-decoration: none;
	background: #cc9662 url('../images/tab_bg_top_left_repeatX.png') top left repeat-x;
}

div#header ul.navigation li a.current {
	background-image: url('../images/tab_active_bg_top_left_repeatX.png');
}

div#header ul.navigation li a:hover, div#header ul.navigation li a:active {
	color: white;
}

div#footer {
	background: black url('../images/footer_bg_top_left_repeatX.png') top left repeat-x;
	height: 86px;
}

div#footer div.container {
	padding-top: 18px;
}

div#footer p {
	float: right;
	color: white;
}

div#footer a {
	color: #fad96f;
}

div#footer a:hover, div#footer a:active {
	color:white;
}

div#footer a.council, a.freeInquiry {
	text-indent: -9999px;
	display: block;
	height: 36px;
	float: left;
}

div#footer a.council {
	background: url('../images/csh_logo.png') top left no-repeat;
	width: 70px;
	margin-right: 30px;
}

div#footer a.freeInquiry {
	background: url('../images/freeinquiry_logo.png') top left no-repeat;
	width: 207px;
}

div#main {
	background: white url('../images/main_bg_top_left.jpg') top left no-repeat;
}

div#main div.sub {
	background: url('../images/main_bg_top_right.jpg') top right no-repeat;
	min-width: 950px;
	padding-top: 18px;
}

div#main h2 {
	font-family: Georgia, "Times New Roman", sans-serif;
	color: #1a1818;
	border-bottom: 1px solid #cc9662;
}

div#main h2 span {
	font-size: .6em;
}

div#main h2.speakers {
	margin-left: 80px;
}

div#main h3 {
	font-family: Georgia,"Times New Roman",sans-serif;
	font-style: italic;
	color: #474747;
}

div#main div.info p {
	text-align: center;
}

div#main div.info p.footnote {
	color: gray;
	font-size: .7em;
}

div#main h1.logo {
	text-indent: -9999px;
	background-image: url('../content/conference_logo_small.png');
	height: 289px;
}

div#main div.speaker {
	margin-bottom: 18px;
}

div#main div.speaker p {
	margin-bottom: 0px;
}

div#main img {
	padding: 1px;
	border: 1px solid #cc9662;
}

div#main a:hover img, div#main a:active img {
	border-color: #fad96f;
}

div#main div#gallery a {
	margin-top: 18px;
}

