/*
      Created by ZOLLI, Inc
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #ffb400;
}
#wrapper {
	margin: 25px auto;
	width: 912px;
}
#header {
	width: 912px;
	color: #333;
	height: 69px;
	margin: 0;
	background-image: url(header.gif);
}
#content {
	width: 912px;
	color: #333;
	margin: 0px;
	height: 510px;
	background-color: #FFFFFF;
	background-image: url(star_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#webinarsignup {
	float: right;
	width: 360px;
	margin-right: 25px;
	margin-top: 25px;
	background-color: #f7ecc7;
	border: 2px solid #e0cd8f;
	padding: 12px;
}
#webinarsignup label {
	font-family: "Trebuchet MS";
	color: #403a3a;
	font-size: 1.6em;
	font-weight: bold;
}

#webinarsignup input {
	border: 1px solid #e0cd8f;
	padding: 5px;
	margin-bottom: 12px;
}


#footer {
	width: 912px;
	color: #333;
	background: #BD9C8C;
	margin: 0px 0px 10px 0px;
}
#webinarinfo {
	float: left;
	width: 451px;
	margin-left: 25px;
	margin-top: 25px;
}
#webinarinfo p {
	font-family: "Trebuchet MS";
	color: #333333;
	font-size: 1.3em;
	line-height: 1.6em;
}
#time {
	background-image: url(quote.png);
	background-repeat: no-repeat;
	height: 225px;
	width: 451px;
	margin-top: 25px;
}
#time p {
	font-family: "Trebuchet MS";
	font-size: 2.5em;
	color: #FFFFFF;
	padding: 20px;
	text-transform: uppercase;
}
#webinarinfo h1 {
	font-family: "Trebuchet MS";
	color: #FF9900;
	font-size: 2em;
	line-height: 1.6em;
	margin-bottom: 12px;
}
