﻿/* CSS layout */

#ulMovies
{
	line-height: 2em;
}

body
{
	margin: 0;
	padding: 0;
	max-width: 950px;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#masthead
{
	border-style: none;
	border-width: 0px;
	background-image: none;
}
#top_nav
{
	font-family: Calibri;
	background-color: #194AA0;
	color: #FFFFFF;
	font-size: 12pt;
	height: 20px;
	background-image: url('../images/topnavbar.gif');
}
#container
{
	min-width: 600px;
	max-width: 950px;
	background-color: #FFFFFF;
}

#left_col
{
	width: 80px;
	float: left;
	height: 800px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Arial Black";
	font-size: 10pt;
	background-image: none;
}
#right_col
{
	width: 18px;
	float: right;
	height: 800px;
	background-image: url('../images/rightsidebar.gif');
}
#page_content
{
	margin-left: 85px;
	background-color: #FFFFFF;
}

#footer
{
	clear: both;
	background-color: #194AA0;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	height: 40px;
	background-image: url('../images/bottomnavbar.gif');
}

