@charset "utf-8";

/* CSS Document */
/*FRAME WORK*/
body
{
	margin:0;
	background-color:#000000;
	text-align:center;
}

#page
{
	position:relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:980px;
}

#toptext
{
	position:relative;
}

#header
{
}

.section
{
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#infotext
{
	width: 510px;
	position:relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right:0px;
}

/* NAVIGATION */
.mitem
{
	margin: 10px 10px;
}
/*MISCELLANEOUS*/
.clear
{
	clear:both;
}
/*FOOTER*/
#legal
{
	text-align:center;
	margin-top:60px;
	margin-bottom:30px;
}

.spacer
{
	margin:0 30px;
	vertical-align:middle;
}

/*LIST STYLES*/
ul {
 list-style-image: url(../img/bullet.gif);
}

li
{
	margin-bottom:5px;
}
/*LINKS*/
a {
	color:#d00000;	
}
a:hover{
	color:#f00;	
}
a:focus{
	border:none;
	outline:none;
}
img
{
	border:none;	
}
/*


#vidplayer0
{
	outline:none;
}

.title
{
}
<!--
-->

.spacer
{
	margin:0 30px;
	vertical-align:middle;
}




a
{
	color:#d00000;
}

a:hover
{
	color:#f00;
}

a:focus
{
	border:none;
	outline:none;
}


*/

