﻿body
{
	margin: 0px;
	padding: 0;
	background-color: #655941;
	font-size: medium;
	color: #ffffcc;
	font-family: Times New Roman, Times, serif;
}
H4
{
	border-bottom: 1px #4b4230 solid;
	background-color: #cac3b1;
	font-family: Times New Roman, Times, serif;
	color: #4b4230;
}

A:link
{
    color: #994415;
}
A:visited
{
    color: #994415;
}
A:hover
{
    color: #ffffcc;
}
A:active
{
    color: #ffffcc;
}
#header
{
	background-position: left center;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	margin: 10px;
	padding: 0px;
	height: 92px;
	color: #ffffcc;
	font-size: 32pt;
	padding-left: 80px;
	font-family: Times New Roman, Times, serif;
	font-weight: lighter;
}
#lh-links
{
	border-style: solid;
	border-width: 1px;
	border-color: #4b4230;
	background: #DBD9C8;
	position: absolute;
	top: 102px;
	left: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	height: auto;
	width: 120px;
	text-indent: 5px;
}
#content
{
	margin: 0px 10px 10px 0px;
	background-color: #9c8c6b;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	top: 102px;
	position: absolute;
	left: 180px;
}

.video
{
	padding: 0px;
	background-color: #dbd9c8;
	border-right: #4b4230 1px solid;
	border-top: #4b4230 1px solid;
	border-left: #4b4230 1px solid;
	border-bottom: #4b4230 1px solid;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: 230px;
	float: left;
}

.video-text
{
	padding: 0px;
	margin: 5px;
	font-size: smaller;
	color: #4b4230;
}

#enclose
{
    clear: both;
}

