@import "/css/blueprint/screen.css";
body { background: #374B56; }
.outer { background: white; }
.container { width: 963px; margin: 75px auto 0 auto; }


#header { position: absolute; top: 0; width: 100%; height: 78px;
	background: url("/img/landing/top_bg.jpg") top center no-repeat; }
#nav_wrapper { width: 925px; margin: 0 auto; }
#navigation { float: right; list-style-type: none; }
#navigation li { float: left; padding-top: 15px; margin-left: 28px; 
	font-size: 16pt; }
#navigation li a { color: #ccd4d6; text-decoration: none; 
	font-family: Impact, sans-serif;  }
#navigation li.current, #navigation li:hover { padding-top: 10px; 
	border-top: solid 5px #8fa0a7; }
#navigation li.current a, #navigation li:hover a { color: #ffffff; }


#bottom { height: 74px; background: url("/img/landing/bottom_bg.jpg") no-repeat; 
	text-align: center; }
#bottom p { padding-top: 35px; color: white; font-size: 10.5pt;
	font-family: "American Typewriter", "Times New Roman", serif; }
#bottom a { color: white; }
h1 { margin-bottom: -6px; }
h2 { margin-bottom: -11px; }
h3 { margin-bottom: -5px; }


#main_left { float: left; width: 139px; height: 528px;
	background: url("/img/landing/main_left.jpg") no-repeat; }
#main_middle { float: left; width: 191px; height: 528px; 
	background: url("/img/landing/main_middle.jpg") no-repeat; }
#main_right { float: left; clear: right; width: 139px; height: 528px;
	background: url("/img/landing/main_right.jpg") no-repeat; }


#the_blog { float: left; width: 247px; height: 528px; }
#the_blog div { margin: 0; }
#the_blog a, #the_blog a:visited { color: #fff; text-decoration: underline; }
#the_blog a:hover { text-decoration: none; }

#blog_excerpt { height: 231px; padding: 25px 12px 8px 12px; font-size: 9pt;
	background: url("/img/landing/blog_content.jpg") no-repeat; color: white; }
#blog_jump { display: block; margin-bottom: -5px; }
#blog_bottom { height: 85px;
	background: url("/img/landing/blog_bottom.jpg") no-repeat; }

	
#the_conference { float: left; width: 247px; height: 528px; }
#conference_middle { height: 41px;
	background: url("/img/landing/conference_middle.jpg") no-repeat; }
#conference_bottom { height: 116px;
	background: url("/img/landing/conference_bottom.jpg") no-repeat; }


#conference_form .form_field { height: 25px; text-align: center; }
#conference_form .form_field input { width: 196px; line-height: 21px; 
	margin-top: -0.1px; overflow: hidden; border: none; }
#conference_form #email { background: url("/img/landing/email_field.jpg"); }
#conference_form #fullname { background: url("/img/landing/name_field.jpg"); }
#conference_form #submit { display: block; }
#conference_form #form_middle { height: 16px; 
	background: url("/img/landing/form_middle.jpg"); }
#conference_form #form_bottom { height: 29px; 
	background: url("/img/landing/form_bottom.jpg"); }
