@charset "iso-8859-1";



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

body {
	background-image: url('../images/top_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;	
	background-color: #000;
}

#frame {
	width: 960px;
	margin: 0 auto;
}

#logo {
	width: 960px;
	height: 120px;
	float: left;
}

#header {
	width: 960px;
	height: 400px;
	float: left;
}

#mainbody {
	width: 100%;
	float: left;
	clear: both;
	background-color: #fff;	
	
}

#mainbody_cont {
	width: 960px;
	margin: 0 auto;
}

/*
---------------- NAVIGATION
-------------------------------------------------------- */	

#nav {
	height: 40px;
	width: 960px;
	float: left;
	}

#nav ul{
	width: 960px;
	padding: 0px;	
	}
	
#nav li {
	display: inline;
	float: left;
	list-style: none;
	}
	
#nav li a {
	display: block;
	height: 40px;
	text-indent: -9999px;
	}

/*
---------------- HOME BUTTON
-------------------------------------------------------- */	

#nav li#home {
	background: url(../images/home.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#home a {
	background: url(../images/home.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#home a:hover, #nav li#home a.current {
	background: url(../images/home_over.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#home a.current {
	background: url(../images/home_over.gif) no-repeat left top;
	width: 160px;
	}
	
	
	/*
---------------- TIMETABLE BUTTON
-------------------------------------------------------- */	

#nav li#timetable {
	background: url(../images/timetable.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#timetable a {
	background: url(../images/timetable.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#timetable a:hover, #nav li#timetable a.current {
	background: url(../images/timetable_over.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#timetable a.current {
	background: url(../images/timetable_over.gif) no-repeat left top;
	width: 160px;
	}
	
	/*
---------------- LOCATION BUTTON
-------------------------------------------------------- */	

#nav li#location {
	background: url(../images/location.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#location a {
	background: url(../images/location.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#location a:hover, #nav li#location a.current {
	background: url(../images/location_over.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#location a.current {
	background: url(../images/location_over.gif) no-repeat left top;
	width: 160px;
	}
	
		/*
---------------- GALLERY BUTTON
-------------------------------------------------------- */	

#nav li#gallery {
	background: url(../images/gallery.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#gallery a {
	background: url(../images/gallery.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#gallery a:hover, #nav li#gallery a.current {
	background: url(../images/gallery_over.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#gallery a.current {
	background: url(../images/gallery_over.gif) no-repeat left top;
	width: 160px;
	}
	
	
/*
---------------- GYM BUTTON
-------------------------------------------------------- */	

#nav li#gym {

	background: url(../images/gym.gif) no-repeat left top;

	width: 160px;

	}

	

#nav li#gym a {

	background: url(../images/gym.gif) no-repeat left top;

	width: 160px;

	}

	

#nav li#gym a:hover, #nav li#fitness a.current {

	background: url(../images/gym_over.gif) no-repeat left top;

	width: 160px;

	}

	

#nav li#gym a.current {

	background: url(../images/gym_over.gif) no-repeat left top;

	width: 160px;

	}

	

	/*

---------------- CONTACT BUTTON

-------------------------------------------------------- */	



#nav li#contact {
	background: url(../images/contact.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#contact a {
	background: url(../images/contact.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#contact a:hover, #nav li#contact a.current {
	background: url(../images/contact_over.gif) no-repeat left top;
	width: 160px;
	}
	
#nav li#contact a.current {
	background: url(../images/contact_over.gif) no-repeat left top;
	width: 160px;
	}
	

h1 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 28px;
	font-weight: normal;
	color: #E71E26;
	padding-top: 20px;
	padding-bottom: 20px;
}

h2 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 20px;
	font-weight: normal;
	color: #E71E26;
	padding-bottom: 20px;
}



h3 {
	font-family: "Century Gothic", Arial, Trebuct MS;
	font-size: 20px;
	font-weight: normal;
	color: #E71E26;
	font-style: italic;
	padding-bottom: 20px;
}




p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 150%;
	text-align: justify;
	padding-bottom: 10px;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}

p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}


#cont_left {
	width: 660px;	
	float: left;
}

#cont_right {
	width: 280px;
	float: left;
	padding-left: 20px;
}

#footer {
	width: 100%;
	float: left;
	clear: both;
	background-color: #000;
	padding-top: 24px;
	padding-bottom: 24px;
}

#footer_cont {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;	
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}

#footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: underline;
}

#footer p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

.sidebox_title {
	width: 280px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	background-color:#A31D59;
	margin-bottom: 10px;
}

.portfolio_box {	
	width: 480px;
	float: left;
	text-align: center;
}

.clear
{
	clear: both;
}

label {
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 5px;
	display: block;
}

input {
	border: 1px solid #666;
}

textarea {
	border: 1px solid #666;
}

.submit input {
	margin-left: 210px;
	color: #fff;
	background: #0C59A5;
	padding: 5px;
}

.float_right {
	float: right;
	margin: 0 0 0 20px;
	clear: both;
}

.thumbnail{
	float: left;
	width: 200px;
	height: 150px;
	margin-right: 40px;
	margin-bottom: 40px;
}

