/* CSS Document */
body {
	background: #47ac3b url(images/body-bg.jpg) top center no-repeat;
	font-family:verdana;
	font-size:12px;
	line-height:18px;
	margin: 0;
	padding: 0;
}

#wrapper {
	width:100%;
	/*background: url(images/footer.png) bottom center no-repeat;*/
	margin:0;
	padding:0;
	/*min-height:2500px;*/
}

#container {
	width:100%;
	background: url(images/stitch.png) top center no-repeat;
	margin:0;
	padding:0;
}

#page {
	width:960px;
	height:auto;
	margin:0 auto;
	display:block;
}

#header-wrap { 
	width:100%;
	height:547px;
	background: transparent url('images/header-wrap.png') top center repeat-x;
}
#header {
	width:100%;
	height:525px;
	background: transparent url('images/header.png') bottom center no-repeat;
	margin: 0px 0 0 0;
	clear:both;
}

#content {
	width:629px;
	height:auto;
	float:left;
	margin:20px 15px 0 0;
}

.required {
	color:#990000;
}

.registry-form {
	font-size:11px;
}

#sidebar {
	width:276px;
	height:auto;
	float:right;
	margin:80px 0 0 0;
	border: 1px dashed #FFFFFF;
	padding:0 15px;
	background: /*#fffac2*/ url(images/sidebar-bg.png);
}

#sidebar .top{
	background: url("images/top-sidebar-bg.png") top center no-repeat;
	position:absolute;
	width: 296px;
	height:192px;
	margin:-60px 0 0 0;
}

#sidebar .date-sched {
	color:#FF0000;
	text-align:right;
}

#sidebar .sponsors {
	text-align:center;
	height:500px;
	width: 296px;
}

#sidebar .flashplayer-handler {
	width:200px;
	height:20px;
	float:left;
	margin:180px 0 0 49px;
}

#sidebar .downloadthis {
	width:100%;
	height:20px;
	float:left;
    clear:both;
	text-align:center;
	font-size:10px;
}

#footer {
	width:100%;
	height:150px;
	padding-top:150px;
	clear:both;
	text-align:center;
}

#footer p{
	display:inline;
	/*background-color: #fff8ad;*/
	padding:3px;
}

