body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: 0px;
	background-image: url(../images/bg2.jpg);
	background-position: top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: black;
}
body.video {
	background-image: url(../images/bgvideo.jpg);
}
div.mainbox {
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: relative;
}

/*This is where the magic happens!*/
div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     border: 3px solid #AB0D57;
     position: relative;
     width: 600px; /*100%;*/
	 left: 50px;
	 top: 140px;
	 float: left;
}
div.box_contents {
     background-color:transparent;
/*     height: 100%; */
     position: relative;
     width: 560px;
     z-index: 101;
	  margin: 20px;
	  padding-top: 10px;
	color: #FBC474;
}
div.box_background {
     background-color: black;
     height: 100%;
     filter:alpha(opacity=50); /* IE's opacity*/
     left: 0px;
     opacity: 0.50;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}
.right {
	width: 220px;
	color: white;
	position: relative;
	 top: 140px;
	 left: 60px;
	float: left;
}
td {
	color: #FBC474;
	font-size: 12px;
}
.maindiv {
	height: 100%;
	width: 880px;
	left: 50%;
	margin-left: -430px;
	position: relative;
	scroll: auto;
/*	background-color: black;
	opacity:.7;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; */
}
.header {
	height: 130px;
}
.footer {
	color: white;
	text-align: center;
	height: 30px;
	font-size: 8pt;
}
.footer td {
	color: silver;
}
.content {
	color: #FBC474;
	font-family: Arial, Helvetica, sans-serif;
}
.contentblock {
	position: relative;
	width: 520px;
	padding-top: 50px;
	left: 30px;
}
.mainimg {
	margin-top: 15px;
}
a {
	color: #F89B12;
	text-decoration: none;
}
.menu a {
/*	font-weight: bold; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
a:hover {
	color: red;
}
.star {
	width: 32px;
	height: 32px;
	position: relative;
	left: 230px;
	top: 20px;
}
.menu {
	padding: 5px;
	position: relative;
	top: 114px;
	left: 45px;
}
h1 {
	font-size: 12pt;
	color: #FFAD00;
}
.previewimg {
   border: 2px solid #AB0D57;
}
#flashcontent {
	height: 400px;
}
.flashframe {
	background-color: Black;
	border: 0;
	width: 550px;
	height: 400px;
	padding: 0px;
	margin: 0px;
}
.flashbody {
	margin: 0px;
	background-color: black;
	color: yellow;
}
.blackbox {
	background-color: Black;
	width: 200px;
	height: 50px;
	position: relative;
	top: -50px;
}
.gbheader {
	background-color: #530000;
}
.comment {
	color: silver;
	font-size: 8pt;
}
.flash {
	position: relative;
	top: -20px;
	width: 200px;
	left: 200px;
}
