@charset "utf-8";
body{
	background:#f93;
}
#cc #cclink a, #ces #ceslink a, #ci #cilink a, #ffe #ffelink a{
	text-decoration:none;
}
#container{
	width:960px;
	margin:0 auto;
}
#top{
	background:url(images/top.png) no-repeat;
	height:60px;
}
#middle{
	background:url(images/middle.png) repeat-y;
	position:relative;
}
#sidebar{
	width:180px;
	position:absolute;
	top:165px;
	left:10px;
	padding:0 10px;
}
#sidebar ul{
	list-style-type:none;
	margin:0 10px 0 0;
	padding:0;
}
#sidebar li{
	text-align:right;
}
#sidebar a{
	color:#fff;
	text-decoration:underline;
	display:block;
}
#content{
	margin-left:210px;
	margin-right:10px;
	padding:0 40px;
	border-bottom: 1px solid #F79420;
}
#content a{
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}
#content h1{
	margin:0;
	text-indent:-9999px;
	background:url(images/h1.png) no-repeat;
	height:215px;
}
#content p, #sidebar li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:120%;
	color:#fff;
	margin-top:2em;
}
#content p label{
	font-weight:normal;
	font-style:italic;
	margin-right:.5em;
}
#content p label input#youremail{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#fff;
	background:#ffa51e;
	margin-top:5px;
	border:1px solid #dd8618;
	height:27px;
}
#signmeup{
	background:url(images/signmeup_bg.png) repeat-x;
	height:37px;
	font-size:90%;
	font-weight:bold;
	border:1px solid #dd8618;
	cursor:pointer;
	cursor:hand;
	color:#eee;
	padding-bottom:1px;
}
#bottom{
	background:url(images/bottom.png) no-repeat;
	height:60px;
	clear:both;
}
#err{
	display:block;
}
.error{
	color:#f00;
}
p#thankyou{
	font-size:1.9em;
	margin-top:10px;
	color:#000;
}
