@charset "utf-8";
*{
padding:0px;
margin:0px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #D6E16C;
	/*background-image: url(images/cream-texture.jpg);*/
	text-align: left;
	
	}
#wrapper {
	text-align: center;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	border: 5px solid #2A1570;
	background-color: #FFFFFF;
	margin-top: 20px;
	background-image: url(images/side-bk.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	height: 249px;
	width: 990px;
	background-image: url(images/playzone-header.jpg);
	background-repeat: no-repeat;
}
#content {
	width:990px;
	background-color: #F7F2E1;
}
#sideBar {
	float: left;
	width: 200px;
	
}
#mainTxt{
	width: 790px;
	float:right;
}
#mainTxtInner {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.floatRborder {
	float: right;
	border: 1px solid #FF2615;
	margin-left: 20px;
}
.floatRnoBorder {
	float: right;
	border: none;
	margin-left: 20px;
}
.floatLnoBorder {
	float: left;
	margin-right: 20px;
}
.floatLborder {
	float: left;
	margin-right: 20px;
	border: 1px solid #FF2615;
}
.border {
	border: 1px solid #FF2615;
}

#clear {
	clear: both;
	width: 100%;
}
#footer {
	background-color: #271569;
	clear: both;
	height: 55px;
	width: 990px;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top:10px;
}
#footer address{
	color: #ffffff;
	font-size:12px;
	}
#clubs {
	background-color: #E6ECEC;
	padding: 10px;
}


#times {
	margin-left: 8px;
	margin-right: 8px;
}
#webDesign {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	width: 990px;
	padding-top: 10px;
	color:#271569;
	font-weight:bold;
	font-size:12px;
}
#webDesign a {
	color:#271569;
	font-weight:bold;
}
#webDesign p {
	
}

a:link, a:visited{
color: #000066;
text-decoration:underline;}
a:hover, a:active{
color: #D64238;
text-decoration:none;}
p {
	font-size: 1.3em;
	color: #000066;
	text-align: left;
	margin-bottom: 10px;
}
h1{
	font-size: 2em;
	color: #D64238;
	text-align: left;
	margin-bottom: 15px;
}
h2{
	font-size: 1.4em;
	color: #000066;
	text-align: left;
	line-height: 1.6em;
}
h3{
	font-size: 1.4em;
	color: #F96237;
	text-align: left;
	line-height: 1.6em;
}
.map{float:right;
margin-left:20px;}
#dates {
	width: 490px;
	padding: 10px;
	border: 1px dashed #F96237;
	margin-bottom:10px;
}
.boxed {
	width: 410px;
	padding: 10px;
	border: 1px dashed #F96237;
	margin-bottom:10px;
}
.boxed h2 {
	background-color:#28166A;
	display:block;
	color:#ffffff;
	padding-left:20px;
	margin-bottom:10px;
}
#gallery img{border: solid 1px #FA5D30;
margin: 0 10px 10px 0;}
#gallery img{border: solid 1px #FA5D30;
margin: 0 10px 10px 0;}


/* ----- Navigation ---------*/
#navBar {
	background-color: transparent;
	height: 30px;
	width: 1000px;
	padding-top: 3px;
	position:absolute;
	top: 218px;
	left:0px;
}
#navBar ul{
	margin:0px;
	padding:0px;
	white-space: nowrap;
}
#navBar li{
list-style-type:none;
display:inline;
}
#navBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 10px 12px;
	font-weight: bold;
	text-align: center;
}
#navBar a:hover {
	color: #271569;
	text-decoration: none;
	letter-spacing: 0.1em;
	background-color: #FBDC7F;
}
