@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(images/bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px;
}

#sitewidth{
	width:926px;
}
#nav{
	background-image:url(images/nav_middle.png);
	background-repeat:repeat-x;
	height:45px;
	position:relative;
	width:380px;
	z-index:1;
	float:right;
	margin-right:50px;
	margin-top:50px;
}

#nav .item{
	padding:8px 10px 0px 10px;
	border-right:#FFF thin solid;
	color:#FFF;
	font-size:16px;
	float:left;
	height:33px;
	text-decoration:none;
}
#nav .item:hover{
	background-image:url(images/red.png);
	height:33px;
}
#nav .on{
	background-image:url(images/red.png);
	height:33px;
}

#nav .left{
	position:absolute;
	left:-15px;
	top:0px;
	background-image:url(images/nav_left.png);
	width:15px;
	height:45px;
}
#nav .right{
	position:absolute;
	right:-15px;
	top:0px;
	background-image:url(images/nav_right.png);
	width:15px;
	height:45px;
}
#whitebox{
	background-image:url(images/middle.png);
	background-repeat:repeat-y;
	width:926px;
	margin-top:15px;
	position:relative;
	z-index:10;
	float:left;
	text-align:left;
	padding-bottom:20px;
}
#whitebox .logo{
	position:absolute;
	left:15px;
	top:-115px;
	width:410px;
	height:216px;
	z-index:11;
}
#whitebox .leftcol{
	width:400px;
	float:left;
	margin-left:20px;
	margin-top:60px;
	margin-bottom:20px;
}

#whitebox .rightcol{
	float:left;
	width:430px;
	margin-left:20px;
	background-image:url(images/divider.jpg);
	background-repeat:repeat-y;
	padding-bottom:15px;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#DF5757;
	margin-bottom:0px;
}
h2{
	font-size:18px;
	color:#57B7DF;
	margin-bottom:0px;
}
h3{
	color:#666;
	font-size:13px;
}
.menu{
	font-size:10px;
	color:#333;
}
.speaker{
	font-size:13px;
}
.speaker strong{
	color:#DF5757;
	font-style:italic;
	font-size:14px;
}
