body {
	background: #000000 url(../images/headerfooter.png) repeat-x top left;
	font-family: "Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
}
/*
input, textarea {
	width: 220px;
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #757575;
}
*/
h1, h2, h3 {
	color: #FFFFFF;
	letter-spacing: 2px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: none;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

p, ul, ol {
	margin-top: 5px;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

#header {
	width: 950px;
	height: 226px/*313px*/;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	padding: 0px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#logo h1 {
	padding: 50px 5px 0 20px;
	font-size: 36px;
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#logo h2 {
	padding: 0px 0 0 25px;
	font-size: 10px;
	font-weight: bold;
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	color: #808080;
}

#logo p {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	color: #669933;
}

#splash {
	width: 950px;
	height: 160px;
	padding-bottom: 0px;
	background: url(../images/header.png) no-repeat left top;
	border-bottom:0px solid white;
}

/* Header */

/*#header {
	width: 950px;
	margin: 0 auto;
}
*/
#menu {
	height: 25px;
	width: 950px;
	padding-left: 0px;
	background: url(../images/topnav.png) repeat-x left top;
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0 auto;
	width: 950px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
padding: 4px 10px 0px 5px;
	float: left;
	color:#FFF;
}

#menu a {
	display: block;
	float: left;
	padding: 2px 0px 0px 0px;
	margin-right: 1px;
	height: 25px;
	/*background: url(images/img03.gif) no-repeat left 35%;*/
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	font-weight:600;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FF0000;
}

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
}
#menu .current_page_item a:hover {
	background: none;
	color: #669933;
}

/* Search */

#search {
	float: right;
	width: 260px;
	margin: 0px;
	margin-top: 10px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
	height: 23px;
	background: #FFDBE1;
	border: 1px solid #F57F8C;
}

#search #x {
	width: 40px;
	background: #F74B61;
	border-top: #F74B61 solid 1px;
	border-bottom: #F74B61 solid 3px;
	border-left: #F74B61 solid 1px;
	border-right: #F74B61 solid 1px;
	color: #FFDBE1;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(../images/bg_content.png) repeat-x left top;
	border-top:1px solid white;
	min-height:300px;
	padding: 0px 0px;
}

.photogallery a:link img{border:1px solid white;text-decoration:none;}
.photogallery a:active img{border:1px solid red;text-decoration:none;}
.photogallery a:visited img{border:1px solid white;text-decoration:none;}
.photogallery a:hover img{border:1px solid red;text-decoration:none;}
.photogallery a:focus img{border:1px solid white;text-decoration:none;}

/* Page */

#page {
/*background: url(images/bg_content_bottom.png) repeat-x left bottom;*/
	width: 948px;
	margin: 0 auto;
	padding: 20px 0px;
	min-height:inherit;
	height:inherit;
	display:block;
}

/*ntent */

#content {
	float: left;
	width: 550px;
	margin-top:0px;
	color:#FFFFFF;
	padding-left:10px;
	/*border-left:1px dotted red;
	border-right:1px dotted red;*/
}

.post {
width: 552px;
float: right;
border:0px solid black;
}

.post .title {
	margin: 0;
	padding: 2px 20px 2px 10px;
	border-bottom: 1px dotted #D6C9BF;
}

.post h1.title {
	padding: 5px 0  0 50px;
	height: 20px;
	font-size: 2.4em;
	text-transform: lowercase;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	margin: 0px;
	padding: 0px 20px;
}

.post .meta {
	height: 35px;
	margin: 15px 0 20px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
	background: url(../images/bg_content.png) repeat-x left top;
}

.post a {
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width:198px;
	border:0px solid black;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	width:188px;
}

#sidebar li {
	margin-bottom: 5px;
}
#sidebar a {border-bottom:1px solid red;text-decoration:none;}
#sidebar a:link {border-bottom:1px solid red;text-decoration:none;}
#sidebar a:active {border-bottom:1px solid red;text-decoration:none;}
#sidebar a:visited {border-bottom:1px solid red;text-decoration:none;}
#sidebar a:hover {border-bottom:1px solid white;text-decoration:none;}
#sidebar a:focus {border-bottom:1px solid white;text-decoration:none;}

#sidebar li ul {
	padding-left: 5px;
}

#sidebar li li {
	margin: 0;
	padding: 5px 5px;
	border-bottom: 1px dotted #D6C9BF;
}

#sidebar li h2 {
	margin: 0 0 1em 0;
	padding: 0px 0px  0px 10px;
	height: 30px;
	text-transform: lowercase;
	font-size: 18px;
	letter-spacing: 2px;
}

#sidebar li p {
	padding: 0 20px;
}

/* Calendar */
#advertbar {
display:block;
	  width: 150px;
	  padding-left: 0px;
	  padding-right: 5px;
	  padding-top: 0px;
	  float: right;
	  min-height:150px;
	  }
#sidebar #calendar {
	padding: 0;
}

#calendar caption {
}

#calendar table {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

#calendar thead th {
	border-bottom: 2px solid #F2F2F2;
	border-top: 1px solid #F2F2F2;
}

#calendar tbody td {
	padding: 5px 0;
	border-bottom: 1px solid #F2F2F2;
}

#calendar tfoot td {
	border-top: 1px solid #F2F2F2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: #FFFFFF url(../images/footer.png) repeat-x top left;
	color:#000000;
	font-size:12px;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding: 7px 15px;
}

#footer a {
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

SPAN.pipe {font-family:"Century Gothic","Tunga";color:gray;text-decoration:none;font-size:10pt;font-weight:500;}
SPAN.standardtext {font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:10pt;font-weight:400;text-align:justify;}
SPAN.botstriptext {font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:8pt;font-weight:500;}

A.botstripemail:link {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFCC;text-decoration:none;font-size:8pt;font-weight:600;}
A.botstripemail:visited {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFCC;text-decoration:none;font-size:8pt;font-weight:600;}
A.botstripemail:hover {font-family:"Century Gothic","Tunga", "san-serif";color:red;text-decoration:none;font-size:8pt;font-weight:600;}
A.botstripemail:active {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFCC;text-decoration:none;font-size:8pt;font-weight:600;}

A.trainingmenu:link {font-family:"Century Gothic","Tunga", "san-serif";color:red;text-decoration:none;font-size:10pt;font-weight:600;}
A.trainingmenu:visited {font-family:"Century Gothic","Tunga", "san-serif";color:red;text-decoration:none;font-size:10pt;font-weight:600;}
A.trainingmenu:hover {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFCC;text-decoration:none;font-size:10pt;font-weight:600;}
A.trainingmenu:active {font-family:"Century Gothic","Tunga", "san-serif";color:red;text-decoration:none;font-size:10pt;font-weight:600;}
SPAN.trainingmenuhead {font-family:"Century Gothic","Tunga", "san-serif";color:black;text-decoration:none;font-size:10pt;font-weight:700;}
SPAN.timetabletext {font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:10pt;font-weight:600;}
DIV.text {align:justified;}

SPAN.standardutext {font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:underline;font-size:10pt;font-weight:500;text-align:justify;}
SPAN.largeitalic{font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:16pt;font-weight:400;font-style:italic;letter-spacing:0pt;text-align:left;padding-left: 0px;}
SPAN.istandardtext {font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:10pt;font-style:italic;font-weight:500;text-align:justify;}
SPAN.large{font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:16pt;font-weight:400;font-style:oblique;letter-spacing:0pt;text-align:left;padding-left: 0px;}
SPAN.opttitle{font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:14pt;font-weight:500;font-style:oblique;letter-spacing:0pt;text-align:left;padding-left: 0px;}

A.senseiemail:link {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFCC;text-decoration:none;font-size:10pt;font-style:italic;font-weight:500;text-align:justify;}
A.senseiemail:visited {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFCC;text-decoration:none;font-size:10pt;font-style:italic;font-weight:500;text-align:justify;}
A.senseiemail:hover {font-family:"Century Gothic","Tunga", "san-serif";color:red;text-decoration:none;font-size:10pt;font-style:italic;font-weight:500;text-align:justify;}
A.senseiemail:active {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFCC;text-decoration:none;font-size:10pt;font-style:italic;font-weight:500;text-align:justify;}

A.andrewemail:link {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFFF;text-decoration:none;font-size:8pt;font-weight:600;}
A.andrewemail:visited {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFFF;text-decoration:none;font-size:8pt;font-weight:600;}
A.andrewemail:hover {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFCC;text-decoration:none;font-size:8pt;font-weight:600;}
A.andrewemail:active {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFFF;text-decoration:none;font-size:8pt;font-weight:600;}
DIV.logmenu {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFCC;text-decoration:none;font-size:14pt;font-weight:400;text-align:center;}
SPAN.submenu {font-family:"Century Gothic","Tunga", "san-serif";color:#FFFFFF;text-decoration:none;font-size:14pt;font-weight:400;text-align:center;}
LABEL.formtext{font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:10pt;font-weight:400;text-align:justify;}
DIV.maincontent{font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:10pt;font-weight:500;font-style:normal;letter-spacing:0pt;text-align:justify;padding-right:20px;padding-left:20px;}
td.desc {font-family:"Century Gothic","Tunga", "san-serif";color:white;text-decoration:none;font-size:10pt;font-weight:400;text-align:justify;}
INPUT.disabled {font-family:"Century Gothic","Tunga", "san-serif";color:#CCCCCC;text-decoration:none;font-size:12pt;font-weight:500;font-style:normal}
SPAN.standardtextblack {font-family:"Century Gothic","Tunga", "san-serif";color:black;text-decoration:none;font-size:10pt;font-weight:400;text-align:justify;}
tr.grid{font-family:"Century Gothic","Tunga", "san-serif";color:black;text-decoration:none;font-size:10pt;font-weight:400;text-align:justify;}
a.btnForm:link {
	height: 17px;
    width: 100px;
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: "Century Gothic","Tunga", "san-serif";
	font-size: 14px;
	margin: 0px;
	display: block;
	background-color:#F5F5F5;
	border: 2px outset;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.btnForm:active {
height: 17px;
    width: 100px;
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: "Century Gothic","Tunga", "san-serif";
	font-size: 14px;
	margin: 0px;
	display: block;
	background-color:#F5F5F5;
	border: 2px outset;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}

a.btnForm:visited {
height: 17px;
    width: 100px;
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: "Century Gothic","Tunga", "san-serif";
	font-size: 14px;
	margin: 0px;
	display: block;
	background-color:#F5F5F5;
	border: 2px outset;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}



a.btnForm:hover {
height: 17px;
    width: 100px;
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-family: "Century Gothic","Tunga", "san-serif";
	font-size: 14px;
	margin: 0px;
	display: block;
	background-color:#F5F5F5;
	border: 2px groove;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}