/*Colors
 * Orange:		#ff6700
 * Yellow:		#fdca34
 * Brown:		#7f3503
 * Green:		#21cf17
 * Green-Dark:	#078500
 * Grey-Light:	#cfcecd
 */

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	font-weight:normal;
}

img {
	border:0;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration:none;
	color:#21cf17;
}


html,body {
    margin:0;
    padding:0;
    background: #0072bd;
    font-family:Verdana, Arial, sans-serif;
    font-size:20px;
    color:white;
}

body {
	background: #0072bd  url('../images/background.jpg') no-repeat scroll center top;
	margin:0 auto;
	min-width:1020px;
}

header {
	margin:30px auto 0;
	padding:0px 0;
	min-width:1020px;
}


header h1 {
	text-indent:-9999px;
	float:left;
	display:none;
}


#logo {
	border:0;
	width:800px;
	height:222px;
	margin:0 auto;
	border:0;
}

#content, footer {
	margin:0 auto;
	padding:0 10px;
	width:1000px;
	min-width:1000px;	
}

#main_graphic {
	margin:0 10px 30px;
	width:980px;
}

#main_graphic img {
	border:0;
	margin:0 auto;
	width:980px;
	height:600px;
}

article {
	float:left;
	width:645px;
	margin-right:25px;
	padding-top:50px;
}

h2 {
	text-align:left;
	font-size:38px;
}

h3 {
	text-align:left;
	font-size:20px;
}

article p {
	margin-top:20px;
}

#play_now {
	border:0;
	float:right;
	width:310px;
}

#upper_right {
	width:300px;
	height:300px;
	position:fixed;
	top:0;
	right:10px;
	z-index:999;
}

footer {
	clear:both;
}

.single_column {
	float:left;
	width:300px;
	margin:100px 16px 60px 17px;
	font-size:18px;
}

.single_column h3{
	margin:0 auto;
	text-align:center;
}


.footer_content {
	width:300px;
	margin:10px 0;
	padding:20px 0;
	border-top: solid white 1px;
}

.footer_content img {
	border:0;
}

.footer_icon {
	float:left;
	width:65px;
	height:65px;
	margin:0 10px 20px 0;
}

.footer_icon_description {
	float:right;
	width:225px;
	height:65px;
	margin-bottom:20px;
}

.footer_icon_description h1 {
	font-size:24px;
	color:white;
}

.footer_icon_description p, .footer_icon_description a {
	font-size:14px;
	color:white;
}



#copyright {
	clear:both;
	width:980px;
	margin:0 auto 40px;
}

#copyright a {
	color:#FFF;
}

#copyright span {
	margin-left:320px;
	font-size:14px;
}
/*
#privacy {
	background:rgba(255,255,255,0.9);
	padding:10px;
	font-size:16px;	
	color:#707070;
}
*/