*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

html, body
{
	min-height:100%;
}
	
body
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #08346e url(../images/bg.gif) repeat-y center;
}

table {
	font-size: 13px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

td{
	border: 1px solid #ccc;
	padding: 5px;
}

#content table p{
	font-size: 12.8px;
}

#sidebar table{
	font-size: 11px;
	width: 200px;
	border-spacing: 0;
	border: 0;
}

#sidebar td{
	border: 0;
	padding: 0 0 5px 0;
	vertical-align: top;
}

#sidebar li{
	font-size: 11px;
	margin-bottom: 5px;
}

.days{
	width: 118px;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	margin-bottom: 10px;
	font-weight: normal;
}

h3
{
	font-size: 1.125em;
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font-size: .8em;
}

h2#welcome_text
{
	background:url(../images/welcome_text.gif) no-repeat;
	height:22px;
	text-indent:-9999px;
	padding-bottom:6px;
	border-bottom:1px solid #f8000a;
}

h2#opening_times_text
{
	background:url(../images/opening_times_text.gif) no-repeat;
	height:22px;
	text-indent:-9999px;
}

h2#contact_text
{
	background:url(../images/contact_text.gif) no-repeat;
	height: 16px;
	text-indent:-9999px;
	margin:24px 0 16px;
}


#sidebar
{
	padding-top: 10px;

}

/* LIST STYLES *************************/

ul
{
	list-style:none;
}

li
{
	margin-bottom: 10px;
	color: #000;
	font-size:.86em;
}

#nav ul
{

	padding-bottom:36px;

}

#nav li /* NAVIGATION STYLE */
{
	display:block;
	background:#6D94C7;
	padding-left: 20px;
	margin-bottom:0px;
}

#nav li a
{
	height:20px;
	text-indent:-9999px;
	display:block;
	padding-bottom:7px;
	background:#6d94c7;
}

#nav li#home a
{
	background:url(../images/home.gif) no-repeat;
}

#nav li#facilities a
{
	background:url(../images/facilities.gif) no-repeat;
}

#nav li#gallery a
{
	background:url(../images/gallery.gif) no-repeat;
}

#nav li#news a
{
	background:url(../images/club_news.gif) no-repeat;
}

#nav li#rates a
{
	background:url(../images/rates.gif) no-repeat;
}

#nav li#home a:hover, #nav li#home a#active
{
	background:url(../images/home_active.gif) no-repeat;
}

#nav li#facilities a:hover, #nav li#facilities a#active
{
	background:url(../images/facilities_active.gif) no-repeat;
}

#nav li#gallery a:hover, #nav li#gallery a#active
{
	background:url(../images/gallery_active.gif) no-repeat;
}

#nav li#news a:hover, #nav li#news a#active
{
	background:url(../images/club_news_active.gif) no-repeat;
}

#nav li#rates a:hover, #nav li#rates a#active
{
	background:url(../images/rates_active.gif) no-repeat;
}

ul.img_gallery li
{
	display:inline;
}


ul.img_gallery li img
{
	padding-bottom:5px;
}

/* LAYOUT DIVS *************************/

#outer_container
{
	background: #08346e url(../images/bg.gif) repeat-y center;
}

#container
{
	width:957px;
	margin:0 auto;
	text-align: left;
}

#header
{
	height: 168px;
	text-indent: -9999px;
	background:url(../images/header.jpg) no-repeat center;
}

#nav_header
{
	height: auto;
	background:url(../images/nav_header.jpg) no-repeat center;
	height:104px;
}

#nav
{
	background: url(../images/nav_btm.gif) no-repeat center bottom;
	width:188px;
	margin:0 28px 0 33px;
	float:left;
	display:inline;
}

#banner
{
	background:url(../images/treadmill.jpg) no-repeat;
	height:118px;
	margin-bottom:21px;
}

#content
{
	float: left;
	width: 44.5%;
	height: auto;
	padding-right:19px;
	margin-top:-60px;
}

#sidebar
{
	float: right;
	width: 23%;
	height: auto;
	border-left:1px solid #6d94c7;
	padding-left:19px;
	font-size: 0.86em;
	margin-top:-60px;
}

#league-table{
	margin-left: 245px;
	width: 690px;
}

/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover
{
	text-decoration: underline;
	color: #3300ff;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}