/* Handcoded by RapidxHTML - http://www.rapidxhtml.com */

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#0094a1;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    color:#000;
}

h1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:33px;
    color:#79715c;
    font-weight:normal;
    text-transform:uppercase;
    line-height:26px;
}

h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:28px;
    color:#2b2a27;
    font-weight:normal;
}

h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:22px;
    color:#2b2a27;
    font-weight:normal;
}

h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#79715c;
    font-weight:normal;
    text-transform:uppercase;
    line-height:26px;
}

h5 {
    font-size:150%;
    color:#000;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    background:#fff url(../images/body_bg.gif);
    font-family:Arial, Helvetica, sans-serif;
    line-height:150%;
    color:#646464;
    font-size:12px;
}

/* wrappers */
.wrapper_960{
	width:960px;
	margin:0 auto;
}


/* layout */

#header{
	background:url(../images/header_bg.gif) 0 0 repeat-x;
	height:90px;
	width:100%;
}
	#header .logo{
		margin:8px 0 0 0;
		float:left;
	}
	#header .stay_tuned{
		margin:32px 0 0 0;
		float:right;
	}

.page_body{
	width:984px;
	background:#fff;
	margin:0 auto;
}	
.video_wrapper{
	width:960px;
	height:500px;
	margin:0 auto;
	padding:11px 12px 0 12px;
	background:url(../images/video_bg.png) 0 0 no-repeat;
}	

.questions{
	width:984px;
	height:394px;
	margin:0 auto;
	background:url(../images/questions.gif) 0 0 no-repeat;
}	
	