/* CSS Document */

body{
	background-color:#50B2E4;
	background-image:url(../images/stylized-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.75em;
	color:#000000;
	font-weight: normal;
	text-align: left;
}

/* Page Structure */

#content_container{
    float:left;
	width:100%;

	
}

#content_main{
	width:915px;
	margin-left:auto;
	margin-right:auto;
}


/* Top content */


#landscape{
	position: relative;
	text-align: right;
	border: 0px;
	width: 500px;
	
	
	margin:30px 0px 0px 415px;
	line-height: 2.25em;
}

#landscape h1{
    color:#DC6227;
	text-transform:uppercase;
	letter-spacing:.08em;
	font-weight:bold;
	font-size:26px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	margin-bottom:0px;
}

#support{
	float:right;
	text-align: right;
	border: 0px;
	width: 500px;
	font-style:italic;
	font-size:16px;
	
	margin:-30px 0px 0px 415px;
	
}


/* Photo boxes */


#friday_photos{
	float:left;
	
	width:440px;
	height:auto;
	margin:78px 0px 100px 0px;
}


#saturday_photos{
	float:right;
	
	width:440px;
	height:auto;
	margin:78px -25px 100px 3px;
}



/* Footer */

#footer_container{
	background-color:#CBBE9E;
	background-image:url(../images/footer-border.gif);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	float:left;
	color:#666;
	font-size:14px;
	letter-spacing:.05em;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}

#footer{
	width: 915px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding-top:0px;
	padding-bottom:50px;
	color:#000;
	text-align:center;

}

#footer a:link{color: #000; text-decoration: none; font-weight: normal;}
#footer a:visited{color: #000; text-decoration: none; font-weight: normal;}
#footer a:hover{color: #DC6227; text-decoration: underline; font-weight: normal;}
#footer a:active{color: #000; text-decoration: none; font-weight: normal;}

#foot_top{
	
	line-height: 1.3em;
	margin: 30px 0px 30px 0px;

}
#foot_sponsors_top{
	float:left;
	line-height: 1.2em;
	margin: 0px 0px 17px -10px;

}

#foot_sponsors_bot{
	float:left;
	line-height: 1.2em;
	margin: 0px 0px 30px -10px;

}

#foot_bottom{
	margin: 0px 0px 0px 0px;


}


.click-to-play{
	margin: -16px 0px 0px 0px;
	font-size:x-small;
	float:left;
}

.click-to-play p{
margin: -2px 0px 0px 0px;
}