@charset "UTF-8";
/* CSS Document */

body {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	background-color:#000000;
}
.bg {
	height:100%;
	top:0;
	left:0;
	position: absolute;
	z-index:1;
	overflow:hidden;
}
.bgpic {
	width:100%;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	text-decoration: underline;
	color:#6699cc;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar {
	background-color:#000000;
	color:#FFFFFF;
	width:auto;
	height:auto;
	padding-left:11%;
	margin-top:5%;
	vertical-align:middle;
	font-size:18px;
	z-index:3;
	position:relative;
}
.sidepic {
	border-right:thick solid #000000;
	float:left;
}
.box {
	background-color:#E6E6E6;
	border: #000 thick solid;
	margin-left:13%;
	margin-top:4%;
	margin-right:13%;
	width:auto;
	height:450px;
	z-index:4;
	position:relative;
}
.content {
	color:#000;
	padding:10px;
	font-size:16px;
	overflow:auto;
	height:430px;
}
.content a:link {
	color:#006699;
	text-decoration:underline;
}
.content a:visited {
	text-decoration: none;
	color: #003399;
}
.content a:hover {
	text-decoration: underline;
}
.content a:active {
	text-decoration: none;
}
.content p {
	text-indent:15px;
	font-variant:normal;
	font-size:.9em;
}
.news {
	margin-top:0px;
}
.content ul {
	font-variant:normal;
	font-size:14px;
	line-height:20px;
}
.list {
	font-variant:small-caps;
	font-style:italic;
	text-transform:lowercase;
}
.title {
	font-size:larger;
	font-weight:bold;
}
.copyright {
	color:#000;
	margin-top:2%;
	font-family:Helvetica, sans-serif;
	font-variant:normal;
	font-size:.7em;
	position:relative;
	z-index:5;
	text-align:center;
	font-weight:bold;
}
.copyright a:link {
	color: #000;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #000;
}
.copyright a:hover {
	text-decoration: underline;
}
.thumbnail {
	float:left;
	border:2;
	margin-bottom:1em;
	width:60%;
}
.description {
	float:left;
	padding-left:10px;
	clear:right;
	width:37%;
}
.small {
	font-size:.8em;
	margin-top:0px;
}
.movie {
	position:relative;
	z-index:10;
	margin:10% auto;
	width:482px;
}
.movie p {
	background-color:#003399;
}
