@charset "utf-8";
/* CSS Document */
/* t, r, b, l */
html {
	margin:0;
	padding:0;
}
body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-top:10px;
}
a {
	color:#000000;
}
#container {
	background-image:url(../images/content_bg.png);
	background-position:top left;
	background-repeat:repeat-y;
	width:944px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#columns {
	background-image:url(../images/content_bg.png);
	background-position:top left;
	background-repeat:repeat-y;
}
#content {
	padding:10px 24px 10px 24px;
	text-align:left;
}
#nav {
	background-image:url(../images/nav_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:944px;
	height:29px;
	text-align:right;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}
#nav a {
	color:#ffffff;
	line-height:20px;
	padding: 0px 20px 0px 20px;
	text-decoration:none;
	margin-top:5px;
	font-weight:bold;
}
#nav a:hover {
	text-decoration:underline;
}
#left-col {
	width:582px;
	text-align:justify;
	padding:10px 24px 10px 24px;
}
#right-col {
	width:302px;
	background-image:url(../images/right_bg.png);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:justify;
}
#right-col a {
	font-wiehgt:bold;
	color:#000000;
}
#home-vid-window {
	width:554px;
	height:347px;
	background-image:url(../images/left_video_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
}
#home-vid-window a {
	color:#000000;
}
.f_timer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: normal;
}
#footer {
	background-image:url(../images/footer_bg.png);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#000000;
	color:#ffffff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	height:50px;
}
#footer a {
	color:#ffffff;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#speakers, #testimonials {
	width:320px;
	padding:5px
}
#speakers img {
	padding:3px 15px 10px 7px;
}
.dashes {
	letter-spacing:1px;
}
#register, #location {
	width:310px;
	padding:15px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}
#register a, #location a {
	color:#000000;
	font-weight:bold;
}
.large {
	font-size:18px;
	font-weight:bold;
	line-height:36px;
}
.very-large {
	font-size:36px;
	font-weight:bold;
}