/*All CSS by Shia Fisher*/
/*September 12, 2011*/
/*SMLLC Complete Defualt Style Sheet*/

html, body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	font: 14pt;
	width: 100%;
}

table {
    margin: 0 auto;
}
.movie {
	width: 500px;
	height: 281.25px;
	text-align: center;
}

.written {
	text-align: left;
	width: 650px;
	height: 350px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	background-image: url('./cbg.png');
	background-repeat:no-repeat;
	background-position: center;
	overflow: auto;
}

.written2 {
	text-align: center;
	width: 650px;
	height: 250px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	background-image: url('./cbg1.png');
	background-repeat:no-repeat;
	background-position: center;
	overflow: auto;
}

.written3 {
	text-align: center;
	width: 400px;
	height: 250px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	background-image: url('./cbg2.png');
	background-repeat:no-repeat;
	background-position: center;
	overflow: none;
}

.written P {
	padding: .5em;
}

.written2 P {
	padding: .5em;
}


.written h1 {
	text-align: center;
	font-size: 16pt;
	padding-top: 150px;
}

#miw {
	width: 719px;
	height: 400px;
	vertical-align: bottom;
	background-image: url('default.jpg');
	background-repeat: no-repeat;

}

#error {
	width: 719px;
	height: 400px;
	vertical-align: bottom;
	background-image: url('error_bg.jpg');
	background-repeat: no-repeat;

}

#navpic {
	position: fixed;
}

#navpic img {
	border: 8px #FFFFFF solid;
	width: 356px; 
	height: 200px;
	margin-left: 2em;
}

#navvid {
    text-align: center;
}

.spacer {
	width: 81px;
}

.header {
	padding-left: 6em;
	width: 881px;
	padding-top: 50px;
}

.header-l {
	padding-left: 2em;
}

.header-r {
	font-size: 200%;
	padding-left: 1em;
}

.footer {
	text-align: right;
	width: 800px;
	font-size: 10pt;
}


.navigation {
	float: left;
	padding-right: 1em;
	text-align: right;
}

.navigation  A, A:link, A:visited, A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.navigation A:hover {
	color: #5272B4;
}

.navigation LI {
	list-style-type: none;
}

.navfooter {
	text-align: center;	
}

.navfooter A, A:link, A:visited, A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.navfooter A:hover {
	color: #5272B4;
}

.navfooter LI {
	display: inline;
	padding-right: 2em;
}