* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	background: #fff url(../images/bgnd.jpg) repeat-x fixed 0 bottom;
}	
#container {
	margin: 0 auto;
	width: 744px;
	text-align: left;
	position: relative;
}
#header {
	display: block;
}
#header img {
	margin-top: 50px;
	margin-left: 35px;
}
#navbox {
	margin-top: -5px;
	height: 20px;
	padding-right: 40px;
	text-align: right;
	display: block;
}
#content {
	margin-top: -2px;
	background: url(../images/box-bgnd.gif) repeat-y 0px 0px;
}
#contentinner {
	margin: 10px 30px 0 30px;
}
#contentinner-home {
	margin-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}

#contentbottom {
	background: url(../images/box-bgnd.gif) repeat-y 0px 0px;
	width: 744px;
	position: absolute;
}
#logos {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 15px;
	margin-left: 3px;
	text-align: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a3a3a3;
	border-top-color: #a3a3a3;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #f2f2f2;
	width: 738px;
}
#footer {
	margin: 10px 0 0 30px;
	width: 700px;
	height: 30px;
	font-size: 10px;
}

li {
	padding-bottom: 5px;
	padding-right: 30px;
}
h1 {
	font-size: 1.4em;
	color: #333	;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 1em;
	color: #333;
	font-weight: bold;
	margin-bottom: 3px;
}


a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #999; 
	text-decoration: underline;
}
a:active, a:hover {
	color: #CC0000;
	text-decoration: none;
}

p.playlink { 
	background: url(../images/but-play-sm.gif) no-repeat left top; 
	padding-left: 20px;
	margin: 5px 0;
}

img.filmasbutton {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0;
}
