body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../images/misc/nav_back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
img {
	border: 0;
}
h1, h2, p {
	margin-top: 0;
}
p, li, address, td {
	font-size: 0.8em;
	line-height: 1.5em;
}
li li {
	font-size: 1em;
}
p.tutors {
	margin-left: 255px;
}
p.tutorTitle {
	float: left;
	clear: left;
	width: 240px;
	text-align: center;
	font-size: 0.7em;
	margin: -8px 0 15px 0;
}
p.rSpace img {
	margin-right: 20px;
}
h1 {
	font-size: 1em;
	margin-bottom: 1em;
}
h2 {
	font-size: 0.9em;
	margin-bottom: 1em;
}
address {
	margin-bottom: 1em;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
table.gallery {
	position: relative;
	left: -10px;
	margin-bottom: 1em;
}
table.courses {
	width: 590px;
	background-color: #FFFFF0;
}
tr {
	vertical-align: top;
	text-align: center;
}
table.courses tr {
	text-align: left;
}
tr.thumbs {
	vertical-align: bottom;
}
td {
	width: 140px;
	font-size: 0.7em;
	border-right: 20px;
}
table.courses td {
	width: auto;
	font-size: 0.8em;
	padding: 4px;
	border: 1px solid #09C;
}

.fRight {
	float: right;
	margin: 2px 0 10px 15px;
}
.fLeft {
	float: left;
	margin: 2px 15px 10px 0;
}
.clear {
	clear: both;
}
.small {
	font-size: 0.7em;
}
.errorText {
	color: #C00;
}

#container {
	width: 100%;
	background-image: url(../images/misc/header_back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	font-size: 0;
	height: 104px;
}
#printMasthead {
	display: none;
}

#page {
	width: 780px;
}
#content {
	float: right;
	width: 600px;
	position: relative;
	left: -26px;
	margin-top: 20px;
}
#video {
	float: right;
	width: 320px;
	height: 240px
}

/* Forms
   ----- */

form {
	background-color: #F8F8F8;
	border: 1px solid #069;
	color: #000;
	padding: 10px;
	margin-bottom: 0.8em;
}
form fieldset {
	margin-bottom: 1em;
}
form input {
	vertical-align: middle;
}
form input, form textarea, form select, form img#userCapImage {
	border: 1px solid #3923D6;
	margin-bottom: 5px;
}
form input:focus, form textarea:focus {
	border: 1px solid #900;
}
form legend {
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0.7em;
}
form label {
	float: left;
	clear: both;
	width: 120px;
	font-size: 0.8em;
	text-align: right;
	margin-right: 1em;
}

#nav {
	float: left;
	width: 170px;
	background-image: url(../images/misc/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul {
	padding: 0;
	margin: 64px 52px 0 0;
	list-style-type: none;
	text-align: center;
}
#nav li {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
#nav a {
	color: #FF0;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.1ex;
	text-decoration: none;
}
#nav a:hover {
	color: #930;
}
#footer {
	clear: both;
	padding: 10px;
	font-size: 0.7em;
	text-align: center;
}
