@charset "iso-8859-1";

/* quite handy to work out what's going on, view all box borders:
* {
	border:1px solid #fff;
}
*/

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
HTML {
	background-color: #000;
	color: #fff;
}
BODY {
	font-family: Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitsream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
/*
	font-family: Arial, sans-serif;
*/
	font-size: 10pt;
}
TABLE {
	border-collapse: collapse;
}
TD {
	vertical-align: top;
}
TABLE.everything {
	max-width: 858px;
	min-width: 858px;
	width: 858px;

	min-height: 506px;
	height: 506px;

	position: absolute;
	top:50%;
	right:50%;
	margin-right: -430px;
	margin-top: -253px;

	background-color: #b3995d;
	color: #000;
	border:6px solid #b3995d;
}
A {
	text-decoration: none;
	color: #fff;
}
A:hover {
	text-decoration: underline;
}
TABLE.topnav TD {
	text-align: center;
}
TABLE.topnav TD IMG {
	border:1px solid #000;
	margin-left: 3px;
	margin-right: 3px;
}
TABLE.topnav TD:first-child IMG {
	margin-left: 0px;
}
TABLE.topnav TD:last-child IMG {
	margin-right: 0px;
}
TD.main {
	vertical-align: top;
	padding: 4px 12px 4px 0px;
}
TD.navlinkselected A.navtext {
	text-decoration: underline;
}
TD.footer {
	font-size: 11pt;
	padding-bottom: 4px;
	padding-top: 2px;
	padding-left: 60px;
}
SPAN.highlight {
	color: white;
}
DIV.maintext {
	padding-left: 1px;
	width: 480px;
	min-width: 480px;
	max-width: 480px;
	float: right;
	margin-top: 8px;
	max-height: 360px;
	overflow: auto;
}
DIV.gallery {
	margin-top: 12px;
	float: left;
	position: relative;
}
DIV.gallery A IMG.mainpic {
	width: 0;
	height: 0;
	border-width: 0;
}
SPAN#pic1 IMG.mainpic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 294px;
	height: 284px;
	border: 1px solid black;
}
DIV.gallery A:hover IMG.mainpic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 294px;
	height: 284px;
	border: 1px solid black;
}
/* wierd IE6 workaround - WTF? */
DIV.gallery A:hover {
	border:1px solid black;
}

IMG.mainpic {
	border:1px solid #000;
}
IMG.thumb {
	position: absolute;
	border:1px solid #000;
	margin-top: 294px;
	top: 0px;
}
IMG#thumb1 {
	left: 0px;
}
IMG#thumb2 {
	left: 76px;
}
IMG#thumb3 {
	left: 152px;
}
IMG#thumb4 {
	left: 228px;
}
DIV.verticaltitle {
	float: left;
}
/*
TABLE.everything TD {
	border: 1px solid red;
}
*/
LI {
	margin-left: 20px;
}
UL {
	margin-bottom: 12px;
}
P {
	margin-bottom: 12px;
}

TABLE.courses {
	border: 1px solid black;
	background-color: white;
	width: 450px;
}
TABLE.courses TD {
	padding: 4px;
}

DIV.sponsor {
	position: absolute;
	top: 280px;
	left: 595px;
	text-align: right;
}
DIV.sponsor A:hover {
	border: none;
}
