/* CSS Document */
body {
	/*background-color: #E0DCD0;*/
	margin: 0px;
	text-align: center;
	font: 10pt Verdana;
	color: #505050;
}

#container {
	text-align: left;
	background-image: url(background_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#header {
	background-image: url(header_center.jpg);
	background-repeat: repeat-x;
	height: 180px;
}

#header_left {
	background-image: url(header_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
	width: 400px;
	float: left;
	border: solix 1px #CCCCCC;
	height: 180px;
}

#header_right {
	background-image: url(header_right.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 270px;
	float: right;
	height: 180px;
}

#nav {
	width: 170px;
	background-image: url(menu_back.jpg);
	background-repeat: repeat-y;
	float: left;
}

#nav_content {
	background-image: url(menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 35px;
	padding-bottom: 20px;
	padding-right: 10px;
	font: 10pt Verdana;
	color: #FFFFFF;
	line-height: 150%;
	* height: 300px;
	min-height: 300px;
}

#nav_content a{	
	font: 10pt Verdana;
	color: #FFFFFF;
}

#main {
	margin-left: 170px;
	padding-right: 30px;
	font: 10pt Verdana;
	color: #505050;
	min-height: 450px;
	* height: 450px;
	background-color: #FFFFFF;
	background-image: url(background_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#main a{
	color: #006600;
}

#footer {
	background-image: url(footer_center.jpg);
	background-repeat: repeat-x;
	height: 30px;
}

#footer_left {
	background-image: url(footer_left.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 170px;
}

#footer_right {
	background-image: url(footer_right.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 30px;
	width: 40px;
}

#footer_message {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 520px;
	float: left;
}

#speaker {
	margin-bottom: 40px;
	min-height: 100px;
	background-color: #FFFFFF;
	* height: 100px;
	font: 10pt Verdana;
	color: #505050;
	text-align: left;
}

#subnav_item a{
	margin-left: 5px;
	font: 8pt Verdana;
}

.current a{
	font-weight: bold;
}