html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFF0;
	background-image: url(../images/misc/side_back.gif);
	background-repeat: repeat-y;
}
img {
	border: 0;
}
h1, h2, p {
	margin-top: 0;
	margin-bottom: 0.8em;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
p, blockquote, legend, label {
	font-size: 0.9em;
	line-height: 1.4em;
}
a {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #F00;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
tr {
	vertical-align: top;
	background-color: #FFF9D7;
}
table.gallery tr {
	background-color: transparent;
}
table.gallery tr.thumb {
	vertical-align: bottom;
}
tr.altCol {
	background-color: #FFEE8A;
}
td, th {
	border: 1px solid #800000;
	font-size: 0.8em;
	padding: 2px 5px;
}
th {
	background-color: #F00000;
	color: #FFFFF0;
}
table.gallery td {
	width: 125px;
	border: 0;
	font-size: 0.7em;
	text-align: center;
}
form {
	background-color: #FFF9D7;
}
fieldset {
	border: 0;
}
legend {
	font-weight: bold;
}
label {
	float: left;
	clear: both;
	width: 160px;
	margin: 0.5em 0.3em 0 0.2em;
}
input {
	margin: 0.5em 0;
}

.clear {
	clear: both;
}
.clearR {
	clear: right;
}
.clearL {
	clear: left;
}
.vertM {
	vertical-align: middle;
}
.error {
	font-weight: bold;
	color: #F00;
}
.fRight {
	position: relative; /* Fix IE 5.5/6 bug in which floats don't move in a relatively positioned DIV */
	clear: right;
	float: right;
	margin: 5px 0 7px 10px;
	text-align: left;
}
.fLeft {
	position: relative; /* Fix IE 5.5/6 bug in which floats don't move in a relatively positioned DIV */
	clear: left;
	float: left;
	margin: 5px 10px 7px 0;
	text-align: left;
}
.fRight p, .fLeft p {
	margin: 0;
	padding: 0 5px;
	font-size: 0.7em;
}
.w120 { width: 120px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w210 { width: 210px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w250 { width: 250px; }

#page {
	width: 750px;
}
#header {
	background-image: url(../images/misc/header_back.gif);
	background-repeat: no-repeat;
}
#header img {
	margin-left: 636px;
}
#main {
	float: right;
	width: 570px;
}
#content {
	position: relative;
	top: -18px;
}
#content div.video {
	width: 400px;
	height: 300px;
	margin-bottom: 0.8em;
	border: 4px inset #800000;
	background-color: #FFD700;
}
#content div.video p {
	margin: 5px;
}
#content ul {
	margin-left: 1em;
	list-style-position: inside;
}
#content ul.out {
	list-style-position: outside;
}
#content li {
	font-size: 0.9em;
	margin-bottom: 0.2em;
}

#nav {
	position: relative;
	top: -20px;
	float: left;
	width: 160px;
}
#nav ul {
	list-style-type: none;
	margin: 0 15px 0 10px;
	padding: 0;
	text-align: right;
}
#nav a {
	font-size: 1.4em;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	color: #FFD700;
	font-weight: bold;
	letter-spacing: 0.1ex;
}
#nav #subnav1 {
	margin-top: 35px;
}
#nav #subnav1 a {
	font-size: 1em;
	font-weight: normal;
}
#nav #subnav2 {
	margin-top: 50px;
}
#nav #subnav2 a {
	font-size: 0.8em;
	font-weight: normal;
}
#nav li a:hover {
	color: #FFFFF0;
	text-decoration: none;
}

#footer {
	clear: both;
}
#footer p {
	margin: 0.3em 3em;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.4em;
}