* {
	margin: 0px;
	padding: 0px;
}

div#wrap {
	width: 720px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background: #000;
	margin: 0px auto;
}

div#nav {
	margin: 5px 0px 0px 0px;
	padding: 5px;
	width: 700px;
	text-align: center;
}
div#currentEvents {
	margin: 10px auto;
	width: 689px;
	border: 1px solid #666;
	background: #eee;
}
div#footer {
	padding: 5px;
	margin: 5px;
	text-align: right;
	color: #fff;
	background: #000;
	width: 700px;
	font-size: .8em;

}
div.list {
	margin: 5px 15px;
	width: 500px;
}
div.description {
	float: left;
	margin-left: 5px;
	padding: 5px;
	height: 65px;
	width: 280px;
	text-align: left;
}

div#content {
	padding: 10px;
	margin: 5px;
	border: 1px solid #666;
	background-color: #fff;

}
div.leftImageJohn {
	float: left;
	width: 100px;
	height: 120px;
	border: 1px solid #000;
	margin: 0px 15px 15px 0px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

div.leftImageLadies {
	float: left;
	width: 100px;
	height: 140px;
	border: 1px solid #000;
	margin: 0px 15px 15px 0px;
	text-align: center;
	color: #fff;
	background-color: #000;	
}

div.leftImageEric {
	float: left;
	width: 100px;
	height: 153px;
	border: 1px solid #000;
	margin: 0px 15px 15px 0px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

div.clearFloats {
	clear: both;
}
div.center {
	text-align: center;
}

h1 {
	font-size: 1.8em;
	margin-bottom: .5em;
	text-align: center;
	border-bottom: 1px solid #666;
}
h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
	text-align: center;
	border-bottom: 1px solid #666;
}

ul.basic{
	margin: 0 auto;
	width: 400px;
	padding: 3px;
}
.basic li {
	list-style-type: none;
	height: 80px;
	border-top: 1px solid #cacaca;
	background: #eee;
}

ul#secondary{
	padding: 3px;
	border-bottom: 1px solid #666;
	text-align: center;
	color: #cacaca;
}
#secondary li {
	padding: 0px 4px;
	list-style-type: none;
	display: inline;
}

ul#contact {
}
#contact li {
	list-style-type: none;
}

ul#schedule{
}
#schedule li {
	padding: 10px 5px 15px 5px;
	font-size: 1.3em;
	font-weight: bold;
	list-style-type: none;
	border-bottom: 1px solid #666;
}

p.bodyText {
	padding-bottom: 1em;
}
p.caption {
	font-size: .8em;
}
p.right {
	background-color: #eee;
	text-align: right;
}

div#menuWrapper {
	width: 688px;
	height: 2.8em;
	background: #cacaca;
	border-right: 1px solid #eee;
	border-top:  1px solid #eee;
}

img {
	border: none;
}
a {
	color: blue;
}

a.secure {
	color: #666;
	font-size: .8em;
	margin-right: 7px;
}
a.links {
	color: #666;
}


.navLinks a {
	font-size: .8em;
	color: #fff;
}
.navLinks a:link  {
	text-decoration: none;
}
.navLinks a:visited  {
	text-decoration: none;
}
.navLinks a:active {
	text-decoration: none;
}
.navLinks a:hover {
	text-decoration: underline;
}

div.ssWrapper {
	border: 1px solid #000;
	margin-bottom: 10px;
}

div.smallLeft {
	width: 200px;
	float: left;
	padding: 10px;
}

div.bigRight {
	width: 300px;
	float: left;
	text-align: left;
	padding: 10px;
	
	
}
div.download {
	width: 100px;
	text-align: center;
	float: left;
	margin-top: 15px;
}

ul.newsletter{
	width: 250px;
	padding-left: 10px;
}
.newsletter li {
	list-style-type: square;
}

ul.simple {
	padding: 0px 0px 10px 20px;
	
}
.simple li {
	list-style-type: square;
	padding: 5px;
}

p.subHeader {
	font-style: italic;
	padding-bottom: 5px;
}
table.thumbs {
	width: 100%;
	border: 1px solid #000;
	padding: 10px;
}

div.thumb {
	float: left;
	width: 100px;
	height: 75px;
	margin-top: -1px;
	border: 1px solid #cacaca;

}

div.light {
	width: 250px;
	border: 1px solid #666;
	background: #eee;
	margin-left: 10px;
	padding: 3px;
}

div#newsFlash {
	font-size: larger;
	border: 1px solid;
	padding: 10px 10px 10px 15px;
	margin-bottom: 10px;
	background: #ffff00;
}


