﻿
body {
background-color: #000066;
}

#wrapper {
	width: 780px;
	background-image: url(images/movie-bkg.jpg);
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}
#header {
	width: 780px;
	height: 100px;
	background-image: url(images/hdr-bkg.jpg);
	}
	
#nav {
	width: 780px;
	height: 22px;
	background-image: url(images/nav-bkg.jpg);	
	}
	
#shadow {
	width: 780px;
	height: 5px;
	background-image: url(images/shadow-bkg.jpg);
}

#movie {
	width: 780px;
	height: 238px;
	background-image: url(images/movie-large-bkg.jpg');
}
#content {
	width: 780px;
	background-image: url(images/movie-bkg.jpg);
	}
#content-left {
	float: left;
	width: 150px;
	height: 100px;
	}
#content-right {
	float: right;
	width: 150px;
	height: 100px;
		}
#prefooter {
	clear: both;
	width: 770px;
	height: 78px;
	background-image: url('images/logos.jpg');}
#footer {
	clear: both;
	width: 780px;
	height: 27px;
	background-image: url('images/footer-bkg.jpg');padding-top:5px}
	
#nav { /* none needed */ }

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #CCCC99;
}

#navlist a:link {
        margin-left: 10px;
        padding: 5px 9px 4px 9px;
        color: #000066;
        text-decoration: none;
}

#navlist a {
        margin-left: 10px;
        padding: 5px 9px 4px 9px;
        color: #000066;
        text-decoration: none;
}

ul#navlist li#active {
        color: #95bbae;
        background-color: #CCCC99;
}

#navlist a:hover {
        color: #ffffff;
        background-color: #000066;
}
p {font-family:  Arial, Helvetica, sans-serif; font-size: 14px;font-weight: bold;color: #ffffff;}
h1 {font-family:  Arial, Helvetica, sans-serif; font: bold 18px;  color: #ffffff; margin: 0px;}
h2 {font-family:  Arial, Helvetica, sans-serif; font: bold 14px;  color: #000; margin: 0px; padding: 0px 0px 0px 15px;}

a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #CCCC99;
}
