/* ==  2006 Fluxility Design == */
	/**************************************************\
	|     Stylesheet                                   |
	|     Fluxility                                    |
	|     File Manager: Kilian Valkhof                 |
	\**************************************************/
/* ***************************
   GLOBAL RESET SETTINGS
   ***************************/
* {margin:0;padding:0;}
a img {border:none;}
/* ***************************
   PAGE SETTINGS
   ***************************/
html {
	height:100%;
	background:#ffe url("../images/bg.gif") no-repeat top center;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.4em;
	color:#026;
	min-height:100%;
	background:url("../images/wrapbg.jpg") repeat-y 0 0;
	width:812px;
	position:relative;
	margin:auto;
}
body#home {height:100%;}
/* ***************************
   WRAP SETTINGS
   ***************************/
#wrap {
	position:relative;
	width:812px;
	min-height:800px;
	margin:auto;
	background:url("../images/wrapbg2.jpg") no-repeat 0 0;
}
#sizer {
position:relative;
height:100%;
width:10px;
float:right;
background:#333;
}
/* ***************************
   HEADER SETTINGS
   ***************************/
#header {
	width:100%;
	height:175px;
	background:url(../images/header.gif) no-repeat 0 0;
	text-align:right;
	position:relative;
	}
#header h1 {
	height:0px;
	visibility:hidden;
	display:none;
}
#contactinfo {
	list-style:none;
	font-size:10px;
	line-height:1.2em;
	color:#348;
	padding-right:18px;
	padding-top:10px;
}
.logo-link {
	display:block;
	position:absolute;
	width:480px;
	height:100px;
	top:10px;
	left:20px;
}
/* ***************************
   NAVIGATION SETTINGS
   ***************************/
#navigation {
	position:absolute;
	top:118px;
	left:-44px;
	height:32px;
	width:900px;
	background:url("../images/menubg.jpg") no-repeat 0 0;
	list-style:none;
	padding-top:3px;
}
#navigation li {float:left}
#navigation li a {
	font-size:18px;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c00;
	text-decoration:none;
	padding:0px 22px;
}
#navigation li a:hover,
#navigation li a:focus  {color:#348;}
.submenu-container {display:none;}


#navigation li ul {
	position:absolute;
	top:24px;left:0;
	width:150px;
	height:300px;
	background:#cce;
	list-style:none;
	padding-top:5px;
}
#navigation li ul a{
	font-size:12px;
	line-height:14px;
	padding:5px;
	display:block;
	z-index:10;
}
#navigation li ul a:hover {color:#348;}
#navigation li ul li{float:none;margin:0;}


#navigation li ul#sub3 {
	left:597px;
	width:180px;
	height:158px;
	background:url("../images/sub1.gif") no-repeat 0 0;
	padding-left:5px
}
#navigation li ul#sub2 {
	left:220px;
	width:160px;
	height:100px;
	background:url("../images/sub2.gif") no-repeat 0 0;
	padding-left:10px
}
#navigation li ul#sub1 {
	left:10px;
	width:180px;
	height:178px;
	background:url("../images/sub1.gif") no-repeat 0 0;
	padding-left:10px
}
/* ***************************
   SECONDARY NAVIGATION SETTINGS
   ***************************/
#sidenav {
	position:absolute;
	width:155px;
	height:301px;
	background:url("../images/submenubg.jpg") no-repeat 0 0;
	top:175px;
	left:-44px;
	list-style:none;
	padding-top:6px;
}
#sidenav li {
	display:block;
	width:130px;
	height:20px;
	text-align:center;
}
#sidenav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:20px;
	text-decoration:none;
	color:#026;
	display:block;
	width:130px;
	height:20px;
}
#sidenav li a:hover,
#sidenav li a:focus {color:#f33;}
/* ***************************
   CONTENT SETTINGS
   ***************************/
#content {
	position:relative;
	margin-left:110px;
	margin-right:170px;
	padding-bottom:20px;
}
p {margin-bottom:1em;}

h2 {
	text-align:center;
	color:#b00;
	font-size:18px;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 {
	text-align:center;
	color:#b00;
	font-size:15px;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4 {
	text-align:center;
	color:#b00;
	font-size:14px;
	margin-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a{color:#348;text-decoration:underline;}
#content a {color:#f00;padding:2px;}
#content a:hover,
#content a:focus {color:#348;background:#fed}
#content ul,
#content ol {margin-left:20px;padding-bottom:30px;font-size:11px;}
.intro {text-align:center;}
ul li img {padding-bottom:4px;}
.poem {
	padding-top:20px;
	color:#b00;
	text-align:center;
	position:relative;
}
.poem span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:25px;
	font-weight:bold;

	position:absolute;
	top:20px;left:90px;

}
.poem span.b {left:430px;top:80px;}
.coach {float:left;padding:10px;}
.coach2 {float:left;padding:0 10px ;}
#coaches #content li {width:350px;clear:both;list-style:none;}
#coaches #content li img {float:left;margin:0 10px;}
.clear {clear:both;}
/* ***************************
   FOOTER SETTINGS
   ***************************/
#footer {
	position:relative;
	width:100%;
	height:20px;
	margin-top:-30px;
	text-align:center;
	font-size:10px;
}
#footer a {color:#026;}
/* ***************************
   FORM SETTINGS
   ***************************/
form {width:300px;position:relative;margin:auto;}
fieldset {border:none;}
fieldset ol {list-style:none;}
legend {display:none;}
label {display:block;}
input, textarea {width:100%;padding:2px;border:1px solid #eba;background:#f9f9f9;}

form p input {width:120px;height:24px;margin:10px;padding-bottom:2px;}
form p {text-align:center;margin-left:20px;margin-top:-30px;}
form textarea {width:280px;	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;}

