@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
width: 1024px;
margin-left: auto;
margin-right: auto;
}
#header {
width: 1020px;
padding: 2px;
height: 304px;
}
.headerimg {
float:left;
width: 500px;
}
.headerimg a {
border: none;
text-decoration: none;
}
.headerimg a:link {
text-decoration: none;
}
.headerimg a:visited {
text-decoration: none;
}
.headerimg a:hover {
text-decoration: none;
}

.headertxt {
float:left;
width: 500px;
color: #FFFFFF;
}
.headertxt h1 {
font-family: "Goudy Old Style", Arial;
font-size: 24px;
color: #FFFFFF;
}
.headertxt h2 {
font-family: "Goudy Old Style", Arial;
font-size: 12px;
color: #FFFFFF;
}
#container {
width: 1024px;
}
.breakspot {
font-family: "Goudy Old Style", Arial;
font-size: 24px;
font-weight: bold;
background-color: #0265CB;
width: 1024px;
color:#000000;
}
#middle {
float: left;
width: 1024px;
}
.videotrailor {
width: 640px;
float:left;
}
.videotrailor h1 {
font-family: "Goudy Old Style", Arial;
font-size: 36px;
font-weight: bold;
color: #ffffff;
}
.side1 {
width: 96px;
float: left;
}

.side2 {
width: 192px;
float: left;
}
.phototext {
width: 1024px;
color:#FFFFFF;
}
#links {
  background: #282828;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;

}
#links a:link {
	color: #FFFFff;
	font-size: 12px;
}
#links a:hover {
	color: #999999;
	font-size: 12px;
}
#links a:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: line-through;
}