
#contents {
width: 85%;
margin-left: auto;
margin-right: auto;
#background-color: blue;
min-width: 1000px;
}

#header {
margin:0;
padding:0;
width: 100%;
#background-color: red;
height: 180px;
#margin-top: 10px;
#margin-left: 10px;
border-bottom: 1px solid #CCCCCC;
}

h1{
float:left;
font-family: 'Coustard', serif;
padding-top: 30px;
padding-left: 20px;
font-size: 24pt;
}


#header_img {
margin-top: 10px;
margin-left: 10px;
padding:0;
float:left;
}

#nav{
font-size: 12pt;
#background-color: grey;
float:right;
margin-right: 50px;
margin-top: 0px;

line-height: 16pt;
height: 150px;
padding:0;
padding-top: 20px;
}

#nav a {
text-decoration: none;
color: #222222;
}

#nav a:hover{
text-decoration: underline;
}

#container {
font-size: 10.5pt;
#background-color: yellow;
text-align: center;
}


#container a {
#color: red;
#text-decoration: underline;
}
.movie {
width: 100%;
#background-color: green;
margin-top: 40px;
}


h2{
text-align: left;
font-family: 'Coustard', serif;
font-size: 14pt;
padding-bottom: 21px;
}

h3 {
position: inline;
font-weight: bold;
padding: 5px;
padding-left: 10px;

}

.img_container {
display: inline-block;
#background-color: grey;
}

.img_container,img {
margin-left: 5px;
}

.description {
color: black;
text-align: justify;
padding: 40px;
padding-top: 10px;
padding-bottom: 0;
}

.links {
border-bottom: 1px solid #CCCCCC;
padding-bottom: 40px;
padding-left: 15px;
padding-top: 10px;
}
.links_interstitial {
border-bottom: none;
padding-bottom: 20px;
padding-left: 15px;
padding-top: 10px;
}

.links a,.links_interstitial a  {
margin-left: 15px;
padding: 2px;
text-decoration: none;
#color: blue;
#margin-bottom: 20px;
#border: 1px solid #CCCCCC;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

}


.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}



#credits {
font-style: italic;
color: #333333;
margin-top: -27px;
text-align: right;
}

#credits a {
text-decoration: underline;
}


.stills {
background-color: #CCCCCC;
display: none;
position: absolute;
margin-left: 100px;
padding: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .0em; 
	-moz-border-radius: .0em;
	border-radius: .0em;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
text-align: left;
}

.stills a {
border: 0px;
	text-shadow: 0 0px 0px rgba(0,0,0,.3);
	-webkit-border-radius: .0em; 
	-moz-border-radius: .0em;
	border-radius: .0em;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,.2);
	box-shadow: 0 0px 0px rgba(0,0,0,.2);

}

.dropdowns {
padding-left: 10px;
background-repeat: no-repeat;
background-image: url('img/arrow.gif');
}


.totop {
margin-top: 5px;
float:left;
background-color: #CCCCCC;
width: 100px;
margin-left: 50px;
display: none;
margin-top: -11pt;
}

.totop a {
text-decoration: none;
color: black;
}

#footer {
font-size: 10.5pt;
margin-top: 0px;
border-top: 6px solid #CCCCCC;
padding-top: 20px;

}
