/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#BEBEBE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 10px 0px 10px;
	}
	
a:link {
	color:blue;
	}

a:visited {
	color:purple;
	}
	
a:active {
	color:red;
	}
	
a:hover {
	color:red;
	}
	
#wrapper {
	width:100%;
	text-align:center;
	}


#head {
	margin:0 auto;
	width:590px;
	height:85px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:10px 0px 10px 120px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	}
	
.telephone {
	font-size:14px;
	font-weight:bold;
	color:#000000;
	}
	
.established {
	font-size:9px;
	color:#999999;
	font-weight:normal;
	}
	
.menu {
	margin:0 auto;
	width:700px;
	height:26px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#123A54;
	vertical-align:top;
	}

#container {
	width:710px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
	}	

#leftCol {
	width:500px;
	border:1px solid #000000;
	background-color:#FFFFFF;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:18px;
	float:left;
	background-image:url(../images/hand.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	}
	
#rightCol {
	width:190px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
	}
	
#times {
	border:1px solid #000000;
	background-color:#FFFFFF;
	padding:40px 10px 10px 10px;
	background-image:url(../images/this_weeks_training.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
#gallery {
	width:720px;
	float:left;
	}
	
#contentText {
	margin:10px 10px 10px 70px;
	padding:0px 0px 30px 0px;
	}
	
.marginTop {
	margin-top:10px;
	}
	
#bottomPanel {
	width:700px;
	background-image:url(../images/kick.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0px 0px 10px 10px;
	border:1px solid #000000;
	background-color:#123a54;
	vertical-align:top;
	clear:both;
	margin:0 auto;
	}

.imagePad {
	margin-right:10px;
	}
	
#footer {
	background-color:#123a54;
	width:700px;
	margin-top:1px;
	border:1px solid #000000;
	padding:5px 5px 5px 5px;
	color:#FFFFFF;
	text-align:center;
	margin:0 auto;
	}

#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:active {
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover {
	color:#CC6633;
	text-decoration:none;
	}
	
#footer span {
	padding:0px 10px 0px 10px;
	}