body {
	background-color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #acacac;
	margin: 0px;
}
#wrapper {
	width: 689px;
	margin: 0px auto;
	background-image: url('../_image/mesh.gif');
	padding: 0px 16px;
}
#header {
	background: url('../_image/headerBkgd.gif') #676767 repeat-x;
	height:80px;
}
#title {
	background-image: url('../_image/titleBkgd.jpg');
	width: 254px;
	height: 55px;
	padding-top: 25px;
	position: absolute;
	top: 0px;
	text-align: center;
	vertical-align: baseline;
	color: #ff0;
	font-size: 2.2em;
	font-weight: bold;
}
#title a {
	color: #ff0;
	text-decoration: none;
}
#title span {
	color: #fff;
}
#events, #images {
	background: url('../_image/headerChildBkgd.gif') repeat-x;
  position: absolute;
	top: 0px;
	border: 1px solid #595959;
	width: 205px;
	height: 73px;
}
#eventTitle, #imageTitle {
	color: #ff0;
	text-align: center;
	font-size: .8em;
	margin-top: 3px;
}
#events {
	margin-left: 260px;
}
#eventList, #imageList {
	margin: 3px 4px 0px;
	border: 1px solid #000;
	background: url('../html/_image/eventBkgd.gif') #484848 repeat-x;
	padding-left: 20px;
	height: 50px;
	overflow: auto;
}
#eventList li a {
	font-size: .8em;
	color: #999;
	text-decoration: none;
}
#eventList li a:hover {
	color: #ff0;
	text-decoration: underline;
}
#images {
	margin-left: 475px;
}
#imageList {
	display: block;
	margin: 3px 4px 0px;
	border: 1px solid #000;
	background: url('../html/_image/clubImages.jpg') #484848 no-repeat;
	height: 50px;
}
#girl {
	height: 193px;
	background-image: url('../_image/girl.jpg');
}
#separator {
	height: 20px;
	background-image: url('../_image/separator.gif');
}
#nav {
	background-color: #666;
}	
/*#nav td {
	text-align:center;
	background: url('../_image/navBkgd.gif') no-repeat #901108;
	border-bottom: 5px solid #4e4e4e;
	height: 17px;
}
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	font-size: .8em;
}
#nav a:hover, #nav a:active {
	color: #ff0;
	text-decoration: underline;
}*/
#nav1 {
	padding-left: 0px;
	margin: 0px;
	background: url('../html/_image/nav1Bkgd.gif') #464646 repeat-x;
	height: 23px;
	list-style-type: none;
	padding-bottom: 6px;
}
#nav1 li {
	float: left;
}
#nav1 li a:link, #nav1 li a:visited {
	display: block;
	background: url('../_image/navBkgd.gif'); 
	color: #fff;
	text-decoration: none;
	padding: 5px 0px;
	font-size: .8em;
	width: 114px;
	text-align:center;
}
#nav1 li a:hover, #nav1 li a:active {
	color: #ff0;
	text-decoration: underline;
}
#nav1 li.last a {
	width: 119px;
}
#content {
	height: 291px;
	border-width: 2px 4px;
	border: solid #b2b2b2;
	background: url('../_image/content.jpg') #595959;
}
.a {
	font-size: 1.5em;
	font-weight: bold;
}
#content a {
	color: #ff0;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#contentLeft {
	width: 380px;
	float: left;
}
#contentRight {
	margin-left: 385px;
	width: 295px;
}
html>body #contentLeft, html>body #contentRight {
	height: 290px;
}
#footer {
	background: url('../_image/footerBkgd.jpg') #595959;
	height: 39px;
	padding: 2px 0px 0px;
	margin-bottom: 16px;
	}
#nav2 {
	padding-left: 0px;
	margin: 0px 0px 3px;
}
#nav2 li {
	display: inline;
}
#nav2 li a:link, #nav2 li a:visited {
	color: #acacac;
	text-decoration: none;
	border-left: 1px solid #acacac;
	padding: 0px 5px;
	font-size: .8em;
}
#nav2 li a:hover, #nav2 li a:active {
	color: #fff;
}
#nav2 li a.first, #copyright li .first {
	border-left: 0px;
}
#copyright {
	padding-left: 0px;
	margin: 0px 0px 3px;
}
#copyright li{
	display: inline;
}
#copyright li a, #copyright li span {
	color: #acacac;
	text-decoration: none;
	border-left: 1px solid #acacac;
	padding: 0px 5px;
	font-size: .8em;
}
#copyright li a:hover {
	color: #fff;
}
#selectors {
	height: 160px;
	padding: 10px 0px 0px;
	list-style-type: none;
	margin: 0px;
}
#selectors li {
	margin: 10px;
	border: 2px solid #acacac;
	background-color: #901108;
	width: 368px;
	height: 139px;
}
#selectors li a {
	display:block;
	color: #fff;
	font-size: 1.5em;
	margin: 40px 180px 0px 5px;
	text-align:center;
}