body {
	padding:0px;
	margin:0px;
	background:url(/site/public/img/bg.gif) repeat-x #ffffff;
	height:100%;
}

html{
	height:100%; 
}

*{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	

	font-size:12px;
}

ul, li{
	margin:0px;
	padding:0px;
}
#site-container{
	width:800px;
	margin:auto;
	background:url(/site/public/img/header.jpg) no-repeat #ffffff; 
	height:100%;
	position:relative;
	
}

.left-column{
	width:178px;
	margin-left:5px;
	float:left;
	display:inline;
	position:relative;
	overflow:hidden;
	margin-top:30px;
}
.header-text{
	margin-left:50px;
	color:#ffffff;
	font-size:9px;
	padding-top:8px;
	padding-bottom:20px;
}

.site-menu{
	padding-bottom:20px;
}

#site-nav{
	margin-top:30px;
	margin-left:0px;
}

#site-nav li{
	height:25px;
	display:block;
	width:183px;
	margin-bottom:5px;
	background:url(/site/public/img/menu-line.gif) no-repeat;
	background-position:bottom;
}

#site-nav li div{
	height:23px;
	display:block;
	width:183px;
	
}

/*navigation*/
.home{
	background:url(/site/public/img/home.gif) no-repeat;
}
.home:hover{
	background:url(/site/public/img/home_mo.gif) no-repeat;
	cursor:pointer;
}

.aquatics{
	background:url(/site/public/img/aquatics.gif) no-repeat;
}
.aquatics:hover{
	background:url(/site/public/img/aquatics_mo.gif) no-repeat;
	cursor:pointer;
}

.fitness{
	background:url(/site/public/img/fitness.gif) no-repeat;
}
.fitness:hover{
	background:url(/site/public/img/fitness_mo.gif) no-repeat;
	cursor:pointer;
}
.tennis{
	background:url(/site/public/img/tennis.gif) no-repeat;
	
}
.tennis:hover{
	background:url(/site/public/img/tennis_mo.gif) no-repeat;
	cursor:pointer;
}

.training{
	background:url(/site/public/img/tc.gif) no-repeat;
}
.training:hover{
	background:url(/site/public/img/tc_mo.gif) no-repeat;
	cursor:pointer;
}

.activities{
	background:url(/site/public/img/activities.gif) no-repeat;
}

.activities:hover{
	background:url(/site/public/img/activities_mo.gif) no-repeat;
	cursor:pointer;
}

.news{
	background:url(/site/public/img/news.gif) no-repeat;
}
.news:hover{
	background:url(/site/public/img/news_mo.gif) no-repeat;
	cursor:pointer;
}


.block-header{
	width:100%;
	background:url(/site/public/img/grey-bar.gif) repeat-x;
	height:25px;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding-left:5px;
}

.welcome-text{
	font-size:11px;
}

.side-block{
	padding-bottom:10px;
}

.timetable-row{
	height:20px;
	width:100%;
}

.day{
	font-size:11px;
	font-weight:bold;
	float:left;
}

.times{
	float:right;
	font-size:10px;
}

.middle-column{
	float:left;
	margin-left:13px;
	margin-top:0px;
	width:400px;
	position:relative;
	display:inline;
overflow:hidden;
}

.middle-column-full{
	float:left;
	margin-left:13px;
	margin-top:0px;
	width:590px;
	position:relative;
	display:inline;
}

.middle-header{
	height:25px;
	background:url(/site/public/img/newsbar.gif) repeat-x;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	width:99%;
	
}

.feature-block{
	height:240px;
	overflow:hidden;
}

.news-header{
	background:url(/site/public/img/news-headline.gif) no-repeat;
	height:20px;
	width:100%;
}

.news-title{
	float:left;
	font-size:11px;
	font-weight:bold;
	padding-left:25px;
}

.news-date{
	float:right;
	font-size:11px;
	padding-right:10px;
}

.news-content{
	font-size:10pt;
}

.right-column{
	float:left;
	margin-top:30px;
	background-color:#ffffff;
	min-height:500px;
	width:200px;
	position:relative;
	display:inline;
overflow:hidden;
	
}

.right-header{
	height:25px;
	background:url(/site/public/img/newsbar.gif) repeat-x;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	width:185px;
	
}

.promo-container{
	padding-left:5px;
	text-align:center;
}

a img{
	border:0px;
	text-align:center;
}

#map{
	margin-left:5px;
	margin-bottom:5px;
}

a{
	text-decoration:none;
	font-weight:bold;
	color:blue;
}

.news-footer{
	font-size:8pt;
	text-align:right;
	width:100%;
	background-color:#f1f1f1;
	margin-bottom:5px;
	
	
}

p img{
	padding:5px;
}

.hide{
	display:none;
}

.page-container{
	background-color:#ffffff;
	min-height:300px;
}
