html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


body {
	background-color: #99BEDF;
	font: 11px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;

}

/** layout **/
#wrapper {
	width: 678px;
	min-height: 750px;
	_height: 750px;
	
  	position: relative;
	margin: 16px auto;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, sans-serif;
  color: #FFD800;
font-weight: bold;

}

h1 em {
  color: #ffffff;
 
  font-style: normal;
  position: relative;
  top: -8px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 500px;
}

#nav li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 32px;
  color:#FFD800;
  
}
#nav a {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#nav a:hover {
 
  text-decoration: underline;
}


#nav2 {
  position: absolute;
  top: 110px;
  left: 395px;
  width: 500px;
  
}

#nav2 li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 15px;
  line-height: 0.9;
}
#nav2 span {
  display: block;
  font-size: 20px;
  color:#FFD800;
  
}
#nav2 a {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
#nav2 a:hover {
 
  text-decoration: underline;
}


#nav3 {
  position: absolute;
  top: 170px;
  left: 440px;
  width: 500px;
}

#nav3 li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 15px;
  line-height: 0.9;
}
#nav3 span {
  display: block;
  font-size: 16px;
  color:#FFD800;
}
#nav3 a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
#nav3 a:hover {
 
  text-decoration: underline;
}

#nav4 {
  position: absolute;
  top: 220px;
  left: 490px;
  width: 500px;
}

#nav4 li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 15px;
  line-height: 0.9;
  
}
#nav4 span {
  display: block;
  font-size: 13px;
  color:#FFD800;
}
#nav4 a {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
#nav4 a:hover {
 
  text-decoration: underline;
}


/** topcontent **/


#topcon_level2 {
background-image:url(images/topcon.png);
background-repeat:no-repeat;
background-position:top;
background-position:left;
width: 298px;
height:80px;
  position: absolute;
  top: 270px;
  left: 380px;
  text-align:center;
  font-size: 20px;
  padding-left:70px;
   
}
#topcon_level2 h2 {
  padding-top:5px;
 
}
#topcon_level2 h4 {
  font-size: 12px;
 
}


.water { 
 color: #2066BC;
}

/** Body **/

#content {
background-color:#99BEDF;
  width: 710px;
  position: absolute;
  top: 349px;
  left: 33px;
  
}


#body {
  /*border: 3px solid #901315;*/
  background-color: #99BEDF;
  padding: 0px;
 
height:755px;
}

#body h2 {
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;

}
#body h3 {
  font-size: 9px;
  color: #FFEA00;
}
#body .more a {
  font-weight: bold;
  text-decoration: none;
  
}
#body .more a:hover {
  text-decoration: underline;
}

#wrapper .box-t ,#boxIframe .box-t, #body .box-t{ background: top url(images/grey_big/top.gif) repeat-x; }
#wrapper .box-r  ,#boxIframe .box-r, #body .box-r { background: right url(images/grey_big/right.gif) repeat-y; }
#wrapper .box-b  ,#boxIframe .box-b, #body .box-b { background: bottom url(images/grey_big/bottom.gif) repeat-x; }
#wrapper .box-l  ,#boxIframe .box-l, #body .box-l { background: left url(images/grey_big/left.gif) repeat-y; }
#wrapper .box-tr  ,#boxIframe .box-tr, #body .box-tr { background: top right url(images/grey_big/right_top.gif) no-repeat; }
#wrapper .box-br  ,#boxIframe .box-br, #body  .box-br{ background: bottom right url(images/grey_big/right_bottom.gif) no-repeat; }
#wrapper .box-bl  ,#boxIframe .box-bl  , #body .box-bl  { background: bottom left url(images/grey_big/left_bottom.gif) no-repeat; }
#wrapper .box-tl  ,#boxIframe .box-tl, #body .box-tl{ background: top left url(images/grey_big/left_top.gif) no-repeat; }


.box {
  float: left;
  width: 195px;
  margin-right: 0px;
  background-color:#CCE6FF;
  color: #2066BC;
}

.box-tl {
  padding: 19px 18px;
}

#box1 img, #box2 img , #box3 img , #box4 img , #box5 img , #box6 img , #boxIframe img  {
  margin: 5px 0px 15px 5px;
}

#box1, #box2  , #box3  , #box4  , #box5  {
  width: 260px;

}
#boxRight{
 width: 520px;
 position:relative;
 
}

p.more {
  margin: 0;
}

#box0 {
  width: 520px;
font-size:12px;
}

#box0 h2 {
	
border-bottom:3px solid white;
text-align:left;
font-size:18px;
}
#box0 .marginbottom {
	
margin-bottom: 30px;
}

#box1 h2 {
	
border-bottom:3px solid #CC0000;
}
#box1 .marginbottom {
	
margin-bottom: 30px;
}
#box2 h2 {
	
border-bottom:3px solid #FF7200;
}
#box2 .marginbottom {
	
margin-bottom: 30px;
}
#box3 {
 
 position: relative;
left: 0px;
top:0px;

}
#box3 h2 {
	
border-bottom:3px solid #005FCC;
}
#box3 .marginbottom {
	
margin-bottom: 30px;
}
#box4 {
 
  position:absolute;
top:533px;
left:0px;
}
#box4 h2 {
	
border-bottom:3px solid #50A930;
}
#box4 .marginbottom {
	
margin-bottom: 33px;
}
#box5 {
 
  position:relative;
left:0px;
top:0px;

}
#box5 h2 {
	
border-bottom:3px solid #FFED2F;
}
#box5 .marginbottom {
	
margin-bottom: 20px;
}

#box6 {
  width: 520px;
  position:relative;
left:0px;
}
#box6 h2 {
	
border-bottom:3px solid #7D7D7D;
}
#box6 h2 {
	
border-bottom:3px solid #7D7D7D;
}
#boxWrapper {

width:715px;
background:white;
 
}


#boxIframe {
  width: 195px;
  min-height:763px;
  color:#2066BC;
position:absolute;
left:553px;
top:349px;
}
#boxIframe h2 {
font-size:13px;
text-align:right;
	
border-bottom:3px solid #000080;
}

#boxLeft {
  width: 195px;
  height:767px;
  color:#2066BC;
position:absolute;
left:520px;
top:0px;
background-color:white;
}

#boxRight h2 {
text-align:left;
font-size:18px;
}
#boxRight .marginbottom {
	
margin-bottom: 10px;
}
#boxRight #right{
position:absolute;
left: 400px;
margin-top:35px;
width:100px;

  
}

#boxRight {
  width:450px;
  margin-left:10px;
  font-size:13px;
  text-align:justify;
  min-height:522px;
}

#left {
  width:400px;
  margin-left:10px;
  font-size:13px;
  text-align:justify;
  min-height:522px;
}

#boxRight #left ul{ 
  margin-left:30px;
  padding-top:10px;
}
#boxRight #left img{ 
  margin-right:15px;
}

#adsense{
  margin-left:-1px;
}


/** footer **/
#footer {
  background-color:#99BEDF;
  color:white;
  text-align: center;
 padding-top: 1.2em;
 padding-bottom: 1.2em;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer a{
   color:white;
   font-weight:bold;
}
#footer li {
  display: inline;
  list-style: none;
}

.logo_bg{
	background-color:white;
}

.water{

border-bottom:3px solid #005FCC;
}
.ball{

border-bottom:3px solid #CC0000;
}
.raquet{

border-bottom:3px solid #FF7200;
}
.gym{

border-bottom:3px solid #FFED2F;
}
.health{

border-bottom:3px solid #50A930;
}
.grey{

border-bottom:3px solid #7D7D7D;
}

#water{

color: #005FCC;
}
#ball{

color: #CC0000;
}
#raquet{

color: #FF7200;
}
#gym{

color: #FFED2F;
}
#health{

color: #50A930;
}
#grey{

color: #464544;
}

#home #nav #home a,#centres #nav #centres a,#about #nav #about a,#links #nav #links a,#contact #nav #contact a{
   color:#FFD800;
   text-decoration:none;
   cursor:default;
}

#water #water a,#swimming #swimming a, #scuba_diving #scuba_diving a, #surfing #surfing a, #sailing #sailing a, 
#swimming #general #general a, #swimming #timetable #timetable a, #swimming #prices #prices a,#swimming #join_now #join_now a,
#scuba_diving #general #general a, #scuba_diving #advice #advice a, #scuba_diving #courses #courses a,#scuba_diving #join_now #join_now a,
#surfing #general #general a, #surfing #advice #advice a,#surfing #join_now #join_now a,
#sailing #general #general a, #sailing #advice #advice a,#sailing #join_now #join_now a
   {
   color:#005FCC;
    text-decoration:none;
   cursor:default;
}
#ball #ball a,#football #football a, #basketball #basketball a, #volleyball #volleyball a, #netball #netball a,
#football #general #general a, #football #special #special a, #football #join_now #join_now a,
#basketball #general #general a, #basketball #join_now #join_now a,
#volleyball #general #general a,  #volleyball #join_now #join_now a,
#netball #general #general a,  #netball #join_now #join_now a
      {
   color:#CC0000;
    text-decoration:none;
   cursor:default;
}

#raquet #raquet a,#tennis #tennis a, #badminton #badminton a, #squash #squash a, #table_tennis #table_tennis a,
#tennis #general #general a, #tennis #special #special a, #tennis #courses #courses a, #tennis #join_now #join_now a,
#badminton #general #general a, #badminton #join_now #join_now a,
#squash #general #general a, #squash #join_now #join_now a,
#table_tennis #general #general a, #table_tennis #join_now #join_now a
      {
   color:#FF7200;
    text-decoration:none;
   cursor:default;
}
#gym #gym a,#fitness #fitness a, #aerobic #aerobic a,
#fitness #general #general a, #fitness #advice #advice a, #fitness #devices #devices a, #fitness #join_now #join_now a,
#aerobic #general #general a, #aerobic #timetable #timetable a, #aerobic #join_now #join_now a
  {
   color:#FFED2F;
    text-decoration:none;
   cursor:default;
}
#health #health a,#sauna #sauna a, #steamroom #steamroom a, #jacuzzi #jacuzzi a, #massage #massage a,
#health #general #general a, #health #advice #advice a, #health #timetable #timetable a,#health #prices #prices a, #health #join_now #join_now a

   {
   color:#50A930;
    text-decoration:none;
   cursor:default;
}
#centres #centres a,#britannia #britannia a, #clissold #clissold a, #kings_hall #kings_hall a, #west_reservoir #west_reservoir a

   {
   color:#7D7D7D;
    text-decoration:none;
   cursor:default;
}
