@charset "utf-8";
/* CSS Document */

body	{
		background-color: #000000;
		margin: 0px;
		color: #FFFFFF;
		}
#container	{
		margin: auto;
		width: 800px;
		background-color: #000000;
		border: solid;
		border-width: 3px;
		border-color: #b01e39;
		}
#header	{
		background-color: #b01e39;
		}
#nav	{
		height: 55px;
		}
		
/* Contains the two content areas */
#content	{
		background-image: url(../images/gradient.jpg);
		background-repeat: repeat-x;
		background-color: #000000;
		padding: 30px;
		}
		
/* Line between content areas */
#seperate	{
		margin: auto;
		width: 3px;
		}
#contentleft	{
		float: left;
		width: 350px;
		text-align: right;
		}
#contentright	{
		float: right;
		width: 350px;
		}
#clear	{
		clear: both;
		width: 800px;
		padding-top: 15px;
		}
#footer	{
		margin: auto;
		width: 800px;
		padding: 10px;
		clear: both;
		}
		
/* Classes */
.text-center	{
		text-align: center;
		}
.stripborder	{
		border: none;
		}
.footertext	{
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		}
.smalltext	{
		font-size:10px;
		}
.vidbg	{
		width: 800px;
		height: 297px;
		padding: 0 0 4px;
		background: url(../images/vid_bg.jpg) no-repeat;
		text-align: center;
		}
		
/* Links */
a:visited	{
		color: #FFFFFF;
		}
a:active	{
		color: #FFFFFF;
		}
a:link	{
		color:#FFFFFF;
		}
a:hover	{
		color: #00FFFF;
		}

/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #ffffff;
		}

