@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #4e4e4e url(../images/page_bg.jpg) center top repeat-x;
	}
#wrapper {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	}
#header {
	margin-top: 12px;
	background: url(../images/tophead.jpg) center top no-repeat;
	height: 118px;
	}
.headerpic{
	float: right;
	}
table {
	margin-left: 45px;
	font-size: 1.4em;
	}
th {
	text-align: left;
	}
#content {
	clear: both;
	width: 871px;
	margin-left: 56px;
	padding-bottom: 16px;
	background: url(../images/content_bg.jpg) center repeat-y;
	}
#content p {
	font-size: 1.6em;
	margin-left: 25px;
	margin-right: 220px;
	}
#content ul {
	font-size: 1.4em;
	margin-left: 50px;
	}
#content h2{
	margin-left: 25px;
	margin-top: 0;
	font-size:2.3em;
	}
#content h3 {
	margin-left: 25px;
	font-size: 1.8em;
	}
#content form{
	margin-left: 35px;
	width: 590px;
	}
.imageRight {
	float: right;
	margin-right: 20px;
	padding-left: 10px;
	}
.imageLeft {
	float: left;
	padding-right: 10px;
	}
/* -------------------- Begin Rollover Navigation styles ----------------------- */
#nav {
	background: url(../images/content_top.jpg) center top no-repeat;
	float: left;
	width: 871px;
	height: 80px;
	padding-top: 5px;
}
#nav ul {
	list-style-type: none;
}
#home a {
 float:left;
 width:92px;
 height:31px;
 background-image:url(../images/navigation.jpg);
 background-position:0px 0px;
}
#home a:hover {
 background-position:0px -31px;
}
#schedule a {
 float:left;
 width:149px;
 height:31px;
 background-image:url(../images/navigation.jpg);
 background-position: -92px 0px;
}
#schedule a:hover {
 background-position: -92px -31px;
}
#workshops a {
 float:left;
 width:162px;
 height:31px;
 background-image:url(../images/navigation.jpg);
 background-position: -241px 0px;
}
#workshops a:hover {
 background-position: -241px -31px;
}
#courses a {
 float:left;
 width:127px;
 height:31px;
 background-image:url(../images/navigation.jpg);
 background-position: -403px 0px;
}
#courses a:hover {
 background-position: -403px -31px;
}
/*#tips a {
 float:left;
 width:97px;
 height:31px;
 background-image:url(../images/navigation.jpg);
 background-position: -612px 0px;
}
#tips a:hover {
 background-position: -612px -31px;
}*/
#contact a {
 float:left;
 width:154px;
 height:31px;
 background-image:url(../images/navigation.jpg);
 background-position: -530px 0px;
}
#contact a:hover {
 background-position: -530px -31px;
}
/* -------------------- End Rollover Navigation styles --------------------- */

#sidebar {
	float: right;
	width: 180px;
	margin-right: 12px;
	}
#sidebar p {
	margin: 0;
	width: 180px;
	}
#sidebar h3 {
	margin-left: 0;
	margin-bottom: 0;
	font-size: 1.8em;
	}
#sidebar ul {
	list-style-type: none;
	}
#register {
	width: 180px;
	}
#register a {
	float: left;
	width:143px;
	height:49px;
	margin-left: 20px;
	background-image:url(../images/register.jpg);
	background-position: 0px 0px;
}
#register a:hover {
	background-position: -1px -50px;
}
#footer {
	clear: both;
	background: url(../images/footer.jpg) center bottom no-repeat;
	height: 207px;
	}
#footer p {
	padding-top: 10px;
	font-size: 1.2em;
	margin: 0 325px 5px 180px;
	width: 500;
	text-align: center;
	}
.warning {
	margin-left: 20px;
	color: #FF0000;
}
*html #sidebar {
	display: inline;
	}
*html #register a {
	display: inline;
	}
*html .imageRight {
	display: inline;
	}