@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/2011/vegas/img/stripe-back.png);
	background-repeat: repeat;
	width:100%;
	margin:0;
}
img{
  border:0px;
}
.gradient {
	background-image: url(/2011/vegas/img/grad-bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 374px;
	padding: 0px;
	clear: both;
	float: none;
	visibility: visible;
	position: fixed;
	z-index: -1;
}
.logo {
	height: 70px;
	width: 100%;
	margin: 0 auto;
}
.logo-inner {
	width: 972px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo p{
	margin:0px;
	padding: 9px 0 0;
}
.main-area {
	background-image: url(/2011/vegas/img/white-shadow-bg.png);
	background-repeat: repeat-y;
	width: 1000px;
	margin: 10px auto;
	z-index: 1;
}
.main-area .top{
	background-image: url(/2011/vegas/img/box-top.png);
	height: 5px;
	width: 1000px;
}
.main-area .content {
	padding: 5px 15px;
}
.main-area .content h1{
	font-size: 16px;
	font-weight: bold;
	color: #85799c;
}
.main-area .content h3{
	font-size: 16px;
	font-weight: bold;
	color: #85799c;
}
.main-area .content .nav{
	text-align: center;
	color: #85799C;
	font-size: 14px;
	font-weight: bold;
}
.nav a{
	color: #85799C;
	text-decoration:underline;
}
.speakers a{
	color: #85799C;
	text-decoration:underline;
	font-weight:bold;
}
div.nav span{
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.content p{
  *margin:10px 0px;
}
.contacts{
	display: inline-block;
	width:100%;
}
.contacts a{
	color: #85799C;
	text-decoration:underline;
}
.contactsleft{
	float: left;
	width:250px;
}
.contactsmiddle{
	float: left;
	clear:right;
	width:295px;
}
.contactsright{
	float: left;
	clear:right;
	width:340px;
	margin-top:-49px;
	*margin-top:-37px;
}
.bottom{
	background-image: url(/2011/vegas/img/box-bot.png);
	height: 10px;
	width: 1000px;
	background-repeat: no-repeat;
	margin: -10px auto 10px;
}
.foot{
	text-align: center;
	color:#ffffff;
	display:block;
}
.foot a{
	color:#ffffff;
	text-decoration:underline;
}
