* {
	padding:0;
	margin:0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #11120C;
}

a {
text-decoration: none;
}

a img {
border: none;
}


#wrapper {
	width: 808px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
} 

#header {
	width: 808px;
	height: 200px;
	background-image:url(media/images/chad_header.jpg);
	background-repeat:no-repeat;
}

#leftcolumn {
	width: 520px;
	float:left;
}
#rightcolumn {

}
#footer {
	clear:both;
	width: 808px;
	font-size: 10px;
	color:#11120C;
	padding:15px;
	margin:10px;
	text-align:center;
}

.imgpos {
	position:absolute;
	right: -50px;
	top: 160px;
	z-index:100;
}
.playerpos{
	position:absolute;
	right: -20px;
	top: 570px;
}

ul{
list-style-type:none;
margin-top:25px;
margin-bottom:25px;
}
li{
display:inline;
padding:0 10px 0 0;
}

p{padding-bottom: 8px; line-height:1.3em;}
h1 {
	font-size:24px;
	color: #C9AB8F;
	margin-bottom:20px;
	margin-top: 20px;
}
.patron {
margin-left:100px;
font-size:12px;
}
.SpryHiddenRegion {
	visibility: hidden;
}
.hiddenPic {display:none;}
