@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;
background: url(header/Tale-of-the-Dancing-Bear.jpg) no-repeat center;
padding: 2px;
height: 352px;
}

#header a {
border: none;
text-decoration: none;

}
#header a:link {
text-decoration: none;
}
#header a:visited {
text-decoration: none;
}
#header a:hover {
text-decoration: none;
}

#header h1 {
font-family: "Goudy Old Style", Arial;
font-size: 24px;
color: #FFFFFF
}
#header h2 {
font-family: "Goudy Old Style", Arial;
font-size: 14px;
color: #FFFFFF;
}
#container {
width: 1024px;
float: left;
}
.breakspot {
font-family: "Goudy Old Style", Arial;
font-size: 24px;
font-weight: bold;
background-color: #3197DF;
width: 1024px;
color:#000000;
float: left;
}
.breakspot h1 {
font-family: "Goudy Old Style", Arial;
font-size: 24px;
color: #FFFFFF
}
.breakspot a:link {
color: #003A80;
text-decoration: underline;
}
.breakspot a:visited {
color: #006EB1;
text-decoration: underline;
}
.breakspot a:hover {
color: #002222;
text-decoration: underline;
}
#middle {
float: left;
width: 1024px;
color: #ffffff;
background-color: #3197DF;
}
#middle h1 {
font-family: "Goudy Old Style", Arial;
font-size: 36px;
font-weight: bold;
color: #cc0099;
}

.videotrailor {
width: 1020px;
float:left;
background: #3197DF;
}
.videotrailor h1 {
font-family: "Goudy Old Style", Arial;
font-size: 36px;
font-weight: bold;
color: #ffffff;
}
.videotrailors {
width: 426px;
float:left;
}
.videotrailors h1 {
font-family: "Goudy Old Style", Arial;
font-size: 36px;
font-weight: bold;
color: #ffffff;
background: #000000;
}
.between {
float: left;
width: 167px;
height: 240px;
background: #000000;
vertical-align: middle;
}
.side1 {
width: 80px;
float: left;
}

.side2 {
width: 360px;
float: left;
padding: 2px;
}
#footer {
float:left;
background-color: #000000;
width: 1024px;
color:#FFFFFF;
}
.thumb {
float: left;
padding: 2px;
}
.thumb2 {
float: left;
padding: 1px;
}
#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;
}