﻿
body {
	background-color: #000000;
}
#wrapper {
	padding: 0px;
	width: 98%;
	height: auto;
	background-color: #000000;
	position: relative;
	margin-bottom: auto;
	left: 190px;
	margin-left: 2%;
}
#logo {
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#top {
	padding: 0px;
	position: relative;
	top: 0px;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	text-align: left;
	font-size: .5em;
	line-height: 20px;
	left: 210px;
	color: #CC3300;
}
#content {
	background-position: right;
	border-color: #ff5000;
	padding: 1em;
	position: relative;
	width: 50%;
	background-repeat: repeat-y;
	text-indent: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	overflow: auto;
	background-color: #000000;
	text-align: justify;
	line-height: 120%;
	color: #FFAF56;
	background-image: url('../images/contentbg.png');
	display: inline-block;
	float: left;
	visibility: visible;
}
#cvideo {
	margin: 10px 5px 10px 10px;
	width: 293px;
	height: 250px;
	left: 0px;
	float: right;
}
#notes {
	background-position: center 8px;
	border-color: #FF3300;
	border-style: ridge;
	position: relative;
	width: 25%;
	color: #FFCC99;
	border-right-width: 5px;
	border-left-width: 5px;
	background-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url('../images/notes.gif');
	background-repeat: no-repeat;
	height: auto;
	display: inline-block;
	margin-left: 2%;
}
#menu {
	border-color: #FF3300;
	border-style: ridge;
	top: 210px;
	left: 0px;
	position: absolute;
	width: 190px;
	height: auto;
	color: #B0C07D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	float: left;
}
#menu ul {
	list-style-type: none;
	text-align: left;
}
a:visited{
	color: #9966FF;
}
a:hover {
	color: #FFAF56;
	background-color: #CC3300;
}
#menu a {
	display: block;
	padding-left: 26px;
	text-decoration: none;
	position: relative;
	text-align: left;
	left: -1em;
	color: #0066CC;
}
}
#footer {
	background-color: #000000;
	position: relative;
	left: 210px;
	color: #CC3300;
}

