/*@import url(/styles/default.css);*/

/*== Different images on the main page and interior: ==*/
html, body {background:#FFF url(../images/bg.jpg) repeat-y 50% 0; height: auto;} 




/*== positioning To the top ==*/
div#shiv {
	margin-top: -925px;	/* Half the height of div#centered. */
}



/*== Positioning to the center ==*/
div#centered {
	margin: 0 auto;
	width: 1000px;
	height: 920px;
}


/*== padding of interior pages ==*/
td.content, #content {padding:90px 0 0 0; margin: 0; width: 1000px;} 

/*== Gets rid of the border around the content ==*/
.container{border: none; margin: 0 auto; width: 1000px;}

/*== The size of your header, and then what ever extra padding you need ==*/
.frame-content{padding-top: 100px;}


/*== Needed for flash drop downs ==*/
#headerswf{position:absolute;  z-index:100;}
#header {position: fixed}

#f2{width: 1000px;}

.eventImage {width: auto; overflow: hidden;}


#content #customContainer #formPage p img {margin-top:30px;}
#footerswf {margin-top:30px;}


dt{background:#C70000;}
dt a:link {color:#FFFFFF;}
dt a:hover {color:#666666;}
