/* CSS Document */

body, h1, h2, h3, ul, li, p {
	margin: 0;
	padding: 0;
	font-size: 100%;	
	border: none;

}
body {
	font: .70em Arial;
	color: #fff;
	background: #04092a;
}
#contentwrap {
	width: 980px;
	margin: 0 auto;
}
#header {
    background: url(images/myfox-header.jpg) no-repeat 0 0;
    height: 94px;
    margin: 15px 0 0 0;
	padding: 30px 44px 0 306px;
	border-top: thin solid #666c8b;
}
#header h1 {
	font: 160% Arial;
    font-weight: normal;
}
#flashcontent {
	width: 980px;
	height: 620px;
}
#footer {
	border-top: thin solid #666c8b;
	margin: 0;
	height: 144px;
	background: url(images/footer-tile.jpg) repeat-x 0 0;
	text-align: center;
	font-size: 90%;
	padding: 0 50px;
}
#footerLegal {
	margin: 25px 0 15px;
	color: #9e9ea0;
}