

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #800;
	background-color: #000;
  --  background-image: url("images/bg.jpg");
}

table {
font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #800;
border-collapse:separate;
border-spacing:0px;
}


h3 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;	
	font-weight: bold;
}

h2 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #666666;	
	font-weight: bold;
}
h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #aaaaaa;	
	font-weight: bold;
}

p {


}

a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}

#bigDiv {
width:100%;
height:100%;
}

#centerDiv {
width: 859;
height:100%;
margin: auto;
background-color: #000;
--background-image:url('images/bgcolor.jpg');
}

#top{
width: 830;
height: 50;

position: relative;
text-align: left;
top: 40;
left: 0;
}
#topMenuBar {
width: 830;
height: 50;
float:top;
position: relative;
}

#topleft{
float:left;
text-align: left;

}

#topright{
width: 330;
float:right;
text-align: right;

}

#video{
width:430;
height:500;
text-align: left;
float: left;
top: 0;
left: 40;
padding-left: 15px;
background-color: #000;
}

#pic{
background-color: #000;
position: absolute;
top: 580;
left: 355;
text-align:right;
}
   
#details {
width:400;
height:500;
text-align: center;
padding-top: 0;
float: right;
top: 0;
left: 0;
background-color: #000;
}


