/* CSS Document */

body { background: #000000; margin: 0px; }

#holder { width: 914px; margin-left: auto; margin-right: auto;	}

#header { height: 100px; width: 914px; }
	#header #logo { width: 310px; padding-top: 40px; float: left; }
	#header #player { width: 242px; padding-top: 24px; float: right; }

#nav { width: 902px; height: 76px; padding-left: 6px; padding-right: 6px; }
	#nav .spacer { width: 1px; height: 76px; float: left; background-image: url('/_images/nav-spacer.gif'); background-repeat: no-repeat; background-position: bottom; }
	#nav .button { height: 76px; float: left; }
	#nav #strapline { height: 76px; float: right; }
	
#feature { width: 900px; padding: 7px; background-image: url('../_images/bg-curve.gif'); background-repeat: no-repeat; background-position: top; }

#content { width: 840px; padding: 30px; margin-left: 7px; margin-right: 7px; background-image: url('/_images/bg-curve2.gif'); background-repeat: no-repeat; background-position: top; }
	#content .leftcol { width: 470px; float: left; }
	#content .rightcol { width: 340px; float: right; }
	
.clear { clear: both; height: 1px; }

#footer { width: 840px; margin-left: 37px; margin-right: 37px; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #212121; }
	#footer .leftcol { float: left; }
	#footer .rightcol { float: right; font-size: 0.8em; text-align: right; line-height: 1.4em; }
		#footer .rightcol a { color: #999999; text-decoration: none; }

table.form { margin: 0 auto; }

table.form th { padding-right: 10px; padding-bottom: 4px; text-align: right; font-weight: bold; }

table.form td { padding-bottom: 4px; }