/*
Site Design by Austin Clift
austinclift@hotmail.com    
Colours of site consist of #242424, #CCCCCC, #3B4E80, #C73F15 
*/

/* CSS RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {
	margin: 0; 
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal;
}
fieldset,img,hr {
	border: none;
}
caption,th {
	text-align: left;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}
td {
	vertical-align: top;
}
/* END CSS RESET */

/* BODY */
body {
	height: 100%;
	width: 100%;
	text-align: center;
	background: #c8c8c7 url(../images/background.gif) top left repeat-x;
	font-family: verdana;
}
/* END BODY */

/* CONTAINER */
#container {
	margin-top: 2%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/* END CONTAINER */

/* WRAPPER */
#wrapper {
	float: left;
	width: 1000px;
	border: 1px solid;
	background: white url(../images/content_bg.gif) repeat-y;
}
/* END WRAPPER */

/* HEADER */
#header {
	background: url(../images/header.gif);
	width: 1000px;
	height: 50px;
	border-right: 1px solid;
	border-top: 1px solid;
	border-left: 1px solid;
	position: relative;

}
/* END HEADER */

/* LEFT SIDEBAR */
#leftbar {
	float: left;
	width: 200px;
	text-align: left;
	text-transform: uppercase;
}
#flashrotator {
	width: 200px;
	height: 200px;
}
#navigation {
	margin-top: 12%;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
#menu {
	text-align: left;
	text-decoration: none;
	list-style: none;
	border-color: blue;
}
ul li a 
{
	color: black;
	display: block;
	line-height: 25px;
	vertical-align: middle;
	border-bottom: 1px solid #C0BFBF;
	border-top: 1px solid #ccc;
	border-left: 10px solid #C0BFBF;
	padding: 0 0.25em;
	text-decoration: none;
}
ul li a:hover 
{
	color: red;
	border-color: red;
	background: #f3f3f3;
}
/* END LEFT SIDEBAR */

/* CONTENT */
#content {
	text-align: left;
	width: 600px;
	float: left;
	position: relative;
	left: .7%;
}
#logo {
	margin-top: 2%;
	text-align: center;
}
#page_name {
	font-size: 22px;
	text-align: left;
	width: 500px;
	height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid;
	line-height: 50px;
	position: relative;
	top: 1%;
	left: 5%;
}
#text {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
}
.sig {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	left: 5%;
}
.class_prices_header {
	font-size: 18px;
	font-weight: bold;
}
.fees {
	position: relative;
	left: 10%;
}

/* END CONTENT */

/* RIGHT SIDEBAR */
#rightbar {
	float: right;
	width: 180px;
	text-align: left;
	text-align: center;
	height: 500px;
	display: inline;
}
#title {
	border-bottom: 1px solid;
	border-color: #CCC;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-size: 18px;
	font-family: "arial black";
	text-transform: uppercase;
}
#info {
	margin-right: 2%;
	margin-left: 2%;
	margin-top: 5%;
	font-size: 12px;
	text-align: left;
}
#picture {
	margin-top: 70%;
}
/* END RIGHT SIDEBAR */

/* FOOTER */
#footer {
	width: 1000px;
	height: 20px;
	background: #23282c;
	float: left;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	font-size: 12px;
}
#copyright {
	color: #FFFFFF;
	width: 550px;
	height: 14px;
	margin-right: auto;
	margin-left: auto;
	margin-top: .3%;
}
/* END FOOTER */