@charset "UTF-8";

/*
Final Hour Films
Website Admin. Shawna Riley
info@finalhourfilms.com
*/

body {
	font-family: arial, sans-serif;
	background-color: white;
	margin: 0px;
}
#wrap {
	width: 800px;
	margin: 0 auto;
	padding: none;	
}
#header {
	width:  800px;
	height: 126px;
	margin: 0px;
	background-image: url("images/bg_header.jpg");
	overflow:  hidden;
	background-repeat: no-repeat;
}
#header h1{
	text-indent: -9999px;
}

li.filmbullet {
	list-style-image: url("images/filmbullet.jpg");
}

/* @group Main Menu */

#mainmenu{
	width: 800px;
	height: 25px;
	margin: 0;
	background-image: url("images/bg_menu.jpg");
	background-repeat: no-repeat;
}
#mainmenu table{
	width: 650px;
	position: absolute;
	font-size: 1em;	
}

#mainmenu table tr td {
	padding-top: 4px;
	text-align: center;
}	
	

#mainmenu a:link{
	text-decoration: none;
	color: #000;
}

#mainmenu a:visited{
	text-decoration: none;
	color: #000;
}

#mainmenu a:hover{
	text-decoration: none;
	color: #ff9900;
}

#mainmenu a:active{
	text-decoration: none;
	color: #999;
}

/* @end */

/* @group Side Nav */

#sidenav {
	float: left;
	width: 213px;
	margin-top: 80px;
	background-image: url(images/bg_sidenav.jpg);
	background-repeat: no-repeat;
}

#sidenav h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 1.2em;
	color: #ff9900;
	margin-left: 25px;
	margin-top: 5px;
	
}

#sidenav p {
	text-align: left;
	padding: 0 30px 0 20px;
	font-size: .8em;
}

#sidenav ul {
	list-style-type: none;
}

#sidenav ul li {
	text-align: left;
	font-family: "Arial Black", Arial;
	font-size: 1em;
	margin: 2px 0;
}

#sidenav a:link{
	text-decoration: none;
	color: #ff9900;
}

#sidenav a:visited{
	text-decoration: none;
	color: #ff9900;
}

#sidenav a:hover{
	text-decoration: none;
	color: #000;
}

#sidenav a:active{
	text-decoration: none;
	color: #999;
}

/* @end */

/* @group Main Content */

#maincontent {
	background-image: url(images/bg_body.jpg);
	background-repeat: no-repeat;
	width: 587px;
	height: inherit;
	overflow: auto;
	padding-top: 15px;
}

#maincontent h1 {
	width: 60%;
	color: #ff9900;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom: dashed black 1px;
}
#maincontent h2 {
	color: black;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.1em;
}
#maincontent p {
	padding: 0 25px 0 20px;
	text-align: justify;
	font: .8em Geneva, Arial, Helvetica, sans-serif;
}

table {
	border: none;
	margin-left: 20px;
}

table td {
	font: .8em Geneva, Arial, Helvetica, sans-serif;
	padding: 0 10px 0 0;

}

#maincontent img {
	border: solid, 1px, black;
	
}

#maincontent object {
	padding: 0 0 15px 20px;
}

#maincontent a:link {
	color: #ff9900;
	text-decoration: none;
}
#maincontent a:visited {
	color: #ff9900;
	text-decoration: none;
}
#maincontent a:hover {
	color: #ccc;
	text-decoration: none;
}
#maincontent a:active {
	color: #000;
}

/* @end */

/* @group Footer
 */

#footer {
	clear: left;
	height: 100px;
	width: 800px;
	margin-top: 20px;
	border-top: solid black 1px;
	
}
#footer p{
	font-family: Arial, sans-serif;
	font-size: .8em;
	position: relative;
	text-align: center;
	margin-top: 5px;
	color: black;

}

#footer a:link {
	color: #ff9900;
	text-decoration: none;
}
#footer a:visited {
	color: #ff9900;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}
#footer a:active {
	color: #000;
}

/* @end */
