body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#container {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(images/layout/l_header.jpg);
	background-position: center;
	height: 100px;
}
#nav {
	background-image: url(images/layout/l_nav.jpg);
	background-position: center;
	height: 50px;
	text-align: left;
	padding-left: 170px;
}
#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 50px;
	white-space: nowrap;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#nav li a:link {
	color: #000000;
}
#nav li a:visited {
	color: #000000;

}
#nav li a:hover {
	font-weight: bold;
	color: #FF0000;
}
#c_top {
	background-image: url(images/layout/l_content_top.jpg);
	background-position: center;
	height: 31px;
}
#content {
	background-image: url(images/layout/l_stretch.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
}

#c_footer {
	background-image: url(images/layout/l_footer.jpg);
	background-position: center;
	height: 99px;
}
#content li {
	padding-bottom: 11px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
h2 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #333333;
}
.size12px {
	font-size: 12px;
}

a:link {
	font-size: 12px;
	color: #FF0000;
}
a:visited {
	font-size: 12px;
	color: #333333;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
a:active {
	font-size: 13px;
	color: #FF0000;
}
#thumb_container {
	height: 150px;
	margin: 0;
	padding: 0px;
}
.box {
	width: 125px;
	float: left;
}

.box img {
	width: 100px;
	height: 100px;
}	
.box a {
	text-decoration:none;
}
.box span {
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#contentbg_home {
	background-image: url(images/layout/content_bg_home.jpg);
	background-position: 80px 100px;
	background-repeat: no-repeat;
}
#contentbg_club {
	background-image: url(images/layout/content_bg_clubnight.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	/*height: 300px;*/
}
#contentbg_photos {
	background-image: url(images/layout/content_bg_photos.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 533px;
}
#contentbg_training {
	background-image: url(images/layout/content_bg_training.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 533px;
}
#contentbg_lts {
	background-image: url(images/layout/content_bg_lts.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 533px;
}
#contentbg_adultlts {
	background-image: url(images/layout/content_bg_adultlts.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 590px;
}
#right {
	text-align: right;
	padding-right: 100px;
}
.left {
	text-align: left;
}
