html {
	background: #000;
}

html, body {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16pt;
}

h2 {
	margin-top: 0;
	font-size: 14pt;
}

h3 {
	margin-top: 0;
	font-size: 12pt;
}

h4 {
	margin-top: 0;
	font-size: 10pt;
}

body {
	margin: 0;
	padding: 0;
}

div, ul, li {
	padding: 0px;
	margin: 0px;
}

a, a:hover {
	color: #d00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	color: #CCC;
	background: #444;
	border: none;
	height: 1px;
}

li {
	list-style: none;
}

#page_container {
	width: 958px;
	margin: 0 auto;
	text-align:left;
	background: url('../img/black_red_wave.jpg');
	background-repeat: no-repeat;
	background-color: #000;
}

#page_container2 {
	width: 651px;
	margin: 0 auto;
	background: #fff;
}

#header {
	height: 43px;
	background: url('../img/top_bar.jpg');
	background-color: black;
	border-bottom: 1px solid #888;
}

#header_spacer {
	clear:both;
	border: none;
	height: 10px;
}

#main_menu {
	margin-top: 20px;
	margin-right: 4px;
	float: right;
}

#main_menu li {
	list-style: none;
	display: inline;
	padding: 2px 0px 2px 0px;
	margin-left: 2px;
}

#main_menu li a, #main_menu li a:hover {
	color: #fff;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

#main_menu li a.current_page {
	border-bottom: 2px solid red;
}

#height_bar {
	margin: 0px;
	margin-top: 0px;
	height: 389px;
	width: 1px;
	float:left;
}

#main_content,
#main_content2,
#main_content_top,
#main_content_bottom {
	width: 876px;
	margin: 0 auto;
}

#main_content {
	background: url('../img/box_with_console.png');
	background-repeat: no-repeat;
	background-color: #fff;
}

#main_content2 {
	background: url('../img/box_without_console.png');
	background-repeat: no-repeat;
	background-color: #fff;
}

#main_content_top {
	height: 5px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_top.png', sizingMethod='scale');
	margin-top: 20px;
}

#main_content_bottom {
	height: 5px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/box_bottom.png', sizingMethod='scale');
	margin-bottom: 20px;
}

/* IE ignores styles with [attributes], so it will skip the following. */

#main_content_top[id] {
	background: url('../img/box_top.png');
}

#main_content_bottom[id] {
	background: url('../img/box_bottom.png');
}


#main_content_body,
#main_content_body2 {
	padding: 5px;
	margin: 0px;
	margin-left: 10px;
}

#main_content #main_content_body h1,
#main_content2 #main_content_body h1 {
	font-weight: normal;
	color: #A00;
	padding: 0px;
	margin: 0px;
	margin-bottom: 4px;
}

#main_content #main_content_body {
	margin-right: 500px;
}

#main_content #main_content_body #left_box,
#main_content2 #main_content_body #left_box {
	float: left;
	width: 330px;
}

#main_content #main_content_body #right_box,
#main_content2 #main_content_body #right_box {
	float: right;
	width: 500px;
}

#main_content #main_content_body #agenda_left_box,
#main_content2 #main_content_body #agenda_left_box {
	float: left;
	width: 130px;
}

#main_content #main_content_body #agenda_right_box,
#main_content2 #main_content_body #agenda_right_box {
	float: right;
	width: 600px;
}

#footer {
	height: 53px;
	clear: both;
	background: url('../img/bottom_strip.jpg');
	background-color: #000;
}

#legal {
	text-align: center;
	padding: 4px;
	background: #000;
	font-size: 8pt;
	color: #fff;
}


/******* Error Messages *******/

.error {
	color: #F00;
}

/******* Accommodation/Speakers/Travel Page *******/

.dev_station_agenda,
.dev_station_hotels, 
.dev_station_speakers, 
.dev_station_travel,
.dev_station_venue_image {
	display: none;
}

.dev_station_venue_image {
	width: 425px;
	margin: auto;
}

.dev_station_hotels .image,
.dev_station_speakers .image {
	float: right;
	margin-left: 4px;
	margin-bottom: 4px;
}

.dev_station_hotels .image img,
.dev_station_speakers .image img,
.dev_station_venue_image img {
	border: 1px solid #000;
}

