/* Reset Styles */
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-weight:normal}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}a,a:visited{-moz-outline-style: none;outline-style: none;}html {font-size: 10px;}* html {font-size: .8em;}

/* Global Selectors */
body{
	background-color: #000000;
	background-image: url(/images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Structural Selectors */
#container{
	width: 900px;
	margin: 0 auto;
}

#content{
	width: 700px;
	margin: 0 auto;
}

#flash{
	height: 175px;
}

#innercontent{
	border-right: 1px #f4c514 solid;
	width: 612px;
	height: 0px;
	overflow: hidden;
	background-color: #000;
}

#footer{
	background-image: url(/images/footerbg.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 617px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
	left: -4px;
	background-color: #000;
}

#pagecontent{
	padding-top: 20px;
	width: 617px;
	margin: 0 auto;
}

#newsletter{
	background-image: url(/images/newsletterbg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 295px;
	margin: 0 auto;
	padding-left: 20px;
}

#email{
	width: 175px;
	font-size: 12px;
}

#newslettersubmit{
	position: relative;
	top: 5px;
}

#bottom a{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Helvetica, sans-serif;
}

#privacy a{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Helvetica, sans-serif;
}
#footernav{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footernav a{
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Helvetica, sans-serif;
}

#dither, #currentVideo, #newspop, #largeContent, #largePhoto{
	display: none;
}
/* Links */

/* Special Classes */
.clear { clear: both; }
.flat {    line-height: 0px; font-size: 1px; }
.floatleft { display: inline; float: left; }
.floatright { display: inline; float: right; } 