body {
	background: #222 url("../img/bg.top.glow.png") no-repeat top center;
	margin: 0px;
	padding: 0px;
	color: #333;
}

#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}

#top-header {
	overflow: auto;
	height:  200px;
	margin: 0px 0;
	padding: 10px 20px;
	background: url("../img/bg.top.header.png") no-repeat top right;
	text-align:right;
	font: 12px trebuchet ms;
}
#top-header span {
	float: right;
	display: block;
	margin: 0 0 0 24px;
	width: 80px;
	text-align: center;
}

#header {
	width: 1000px;
	height: 200px;
	padding-top: 10px;
	margin-bottom: 50px;
}

#header #logo {
	background: url("../img/bg.header.png") no-repeat top center;
	height: 200px;
	width: 960px;
	margin-top: 20px;
	padding-left: 40px;
	font: 46px trebuchet ms;
	color: #fff;
	float: left;
}

#navigation {
	overflow: hidden;
	margin-bottom: 20px;
	width: 860px;
	height: 40px;
	font: bold 22px trebuchet ms;
	color: #fff;
	margin-top: 159px;
	margin-left: 100px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
}
#navigation .left {
	float: left;
	display: block;
	width: 120px;
	height: 34px;
	margin: 0px;
	padding-top: 6px;
	text-align: center;
	background: url("../img/bg.navigation.tab.left.png");

}
#navigation .left:hover {
	background: url("../img/bg.navigation.tab.left.hover.png");
	color: #fff;
}

#navigation .right {
	background: url("../img/bg.navigation.tab.right.png");
	float: left;
	display: block;
	width: 120px;
	height: 34px;
	margin: 0px;
	padding-top: 6px;
	text-align: center;
}
#navigation .right:hover {
	background: url("../img/bg.navigation.tab.right.hover.png");
}

#content-wrap {
	overflow: auto;
}

#content-left {
	width: 160px;
	margin-left: 16px;
	float: left;
}

.content-left-top {
	background: url("../img/content.left.top.png");
	width: 160px;
	height: 20px;
}

.content-left-middle {
	overflow: hidden;
	background: url("../img/content.left.middle.png");
	width: 144px;
	padding-left: 16px;
	font: 14px trebuchet ms;
}

.content-left-middle span {
	display: block;
	width: 100px;
	height: 20px;
	text-align: left;
	border-left: 6px solid #ddd;
	text-indent: 12px;
}

.content-left-middle span:hover {
	border-left: 6px solid #900;
}

.content-left-middle a {
	text-decoration: none;
	color: #222;
	font-weight: bold;
}

.content-left-middle a:hover {
	text-decoration: none;
}

.content-left-bottom {
	background: url("../img/content.left.bottom.png");
	width: 160px;
	height: 20px;
}

#content-right {
	width: 780px;
	margin-right: 20px;
	float: right;
}
.content-right-top {
	background: url("../img/content.right.top.png");
	width: 780px;
	height: 20px;
}
.content-right-middle {
	overflow: hidden;
	background: url("../img/content.right.middle.png");
	min-height: 400px;
	width: 740px;
	padding: 0 20px;
	font: 12px trebuchet ms;
}
.content-right-middle a {
	color: #900;
	text-decoration: none;
}
.content-right-middle a:hover {
	text-decoration: underline;
}
.content-right-bottom {
	background: url("../img/content.right.bottom.png");
	width: 780px;
	height: 20px;
}


#footer {
	margin: 10px auto 30px auto;
	padding: 4px 20px;
	width: 960px;
	text-align: right;
	font: 9px trebuchet ms;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

h1 {
	margin: 10px 0;
	color: #000;
	text-decoration: underline;
}

h2 {
	margin: 4px 0;
	color: #000;
}

h3 {
	color: #000;
}

.fees {
	margin: 0 14px;
	padding: 2px 10px;
	border-left: 6px solid #ddd;	
}

ul {
	margin: 0px 14px;
	padding: 2px;
	border-left: 6px solid #ddd;
}

li {
	list-style: none;
	margin: 6px;
}

hr {
	border: 1px solid #aaa;
	border-width: 1px 0 0 0;
}

.contact span {
	display: block;
}

.contact p {
	padding-left: 10px;
}

.contact span.indent {
	padding-left: 10px;
}

label {
	display: block;
	font-weight: bold;
}

.contact input[type=text],textarea {
	margin: 2px 0 4px 10px;
	padding:4px 6px;
	width: 220px;
	font: 12px trebuchet ms;
	border: 1px solid #888;
}

.contact input[type=submit] {
	float: right;
}

.course span {
	display: block;
	float: left;
}
.item {
	width: 140px;
}
.price {
	width: 100px;
	text-align: right;
}

.staff {
	overflow: auto;
	margin: 20px 0;
}

.coach {
	width: 360px;
	float: left;
	margin-left: 20px;
	text-indent: 12px;
}

.coachimg  img {
	width: 200px;
	float: right;
	margin-right: 80px;
	border: 1px solid #aaa;
}

.largetabs {
	font: 20px verdana;
	font-weight: bold;
	display: block;
	float: left;
	width: 220px;
	text-align: center;
}

img {
	border: 0px;
}

/* ================ */
/* ! Testimonials   */
/* ================ */

#testimonials label {
	font-family: "Trebuchet MS";
	font-size: 20px;
}

#testimonials input[type=text] {
	margin: 6px 0 6px 10px;
	padding: 6px;
	border: 1px solid #999;
	font-family: "Trebuchet MS";
	font-size: 16px;
	width: 400px;
}

#testimonials textarea {
	margin: 6px 0 6px 10px;
	padding: 6px;
	border: 1px solid #999;
	font-family: "Trebuchet MS";
	font-size: 16px;
	width: 600px;
}

#testimonials .block {
	border-bottom: 1px solid #900;
	margin: 6px 0;
	padding: 10px 20px;
}

#testimonials .date {
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}

#testimonials .message {
	margin: 12px 0;
	font-family: "Trebuchet MS";
	font-size: 16px;
}

#testimonials .signature {
	display: block;
	margin-top: 8px;
	margin-left: 20px;
	font-style: italic;
	font-size: 12px;
}
