@charset "utf-8";
/* CSS Document */

#body
{
	background-color:#0FF;
}

#container
{
	background-color:#FFF;
	width: 1050px;
	height: 2460px;
	margin: 0 auto;
	
	
}

#header
{
	padding-left:40px;
	padding-top:5px;
	
}

#header img
{
	padding-left:10px;
}

#banner
{
	width: 350px;
	height: 40px;
	border-color: transparent;
	text-align:center;
	padding-left:40px;
	margin-left:85px;
	padding-bottom: 40px;
	font-size:60px;
	font-style:italic;
	font-weight:bold;
	text-wrap:suppress;
	white-space:nowrap;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif; 
}

ul
{
	list-style-type:none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


li
{
	display:inline;
	float: left;
	list-style-type:none;
}

a
{
	display: block;
	width: 50px;
}

/*a:link,a:visited*/
#menu a
{
	display: block;
	width: 254px;
	font-weight: bold;
	float: left;
	font-size: 18px;
	color:#FFF;
	background-color:#036;
	text-align:center;
	padding: 4px;
	text-decoration: none;
	list-style-type:none;
}


#menu a:hover,a:active
{
	background-color:#03C;
}


#bodyleft
{
	float: left;
	margin: 10px;
	font-size: 18px;
	color:#FFF;
	padding: 40px;
	width: 200px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#036;
	height: 1880px;
	text-align:center;


}

#bodyleft a
{
	margin-top:25px;
	color:#FFF;
	width:175px;
	background-color:#06C;
	text-decoration:none;
	text-align:center;
	display:block;
	font-weight:bold;
	padding:10px;
	text-wrap:suppress;
	white-space:nowrap;
	
}

#bodyleft a:hover
{
	background-color:#03C;
}

#bodycenter
{
	float: left;
	margin: 10px;
	width: 350px;
	padding: 40px;
	font-size: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 1060px;
	text-align:center;
}

#bodycenterlink a
{
	text-align: center;
	width: 350px;
	height: 35px;
	margin-right: 30px;
	margin-top: 20px;
	padding-top: 10px;
	font-weight:bold;
	display: block;
	list-style-type: none;
	color:#CCC;
	background-color:#009;
	text-decoration: none;

}

#bodycenter a:hover,a:active
{
	background-color:#09F;
}

#emaillink
{
	text-align:center;
	margin-left:-20px;
}

#waitlist
{
	font-weight:bold;
	color:#F33;
}

#video
{
	margin-left:-55px;
}

#sociallinks
{
	text-align:center;
	margin-left:70px;
}

#sociallinks a
{
	float:left;
}

#bodyright
{
	float: left;
	margin: 10px;
	width: 200px;
	padding: 40px;
	font-size: 18px;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#036;
	height: 1880px;
	text-align:center;
}

#bodyright a
{
	margin-top:25px;
	color:#FFF;
	width:175px;
	background-color:#06C;
	text-decoration:none;
	text-align:center;
	display:block;
	font-weight:bold;
	padding:10px;
	text-wrap:suppress;
	white-space:nowrap;
}


#bodybottom
{
	margin-top: 30px;
	height: 10px;
	padding-bottom: 20px;
}

#footer
{
	position: relative;
	height: 50px;
	font-size: 16px;
	margin-top: 50px;
	padding-top: 50px;
	padding-left: 330px;
	
}
