body {
	background-color: #666666;	
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.logo {
	float: left;
	margin: 20px 15px 10px 20px;	
	padding: 0px;
}

/* LINK COLORS & STYLES FOR MAIN NAVIGATION */
#navigation {
	margin: 0px;
	padding: 0px 8px 1px;  font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	}

#navigation a {
	text-decoration: none;
	color: #6699cc;
	}
	
.container {
	text-align: right;
	width: 750px;
	position: relative;
	float: right;
	padding: 0px;
	margin-right: 20px;
}
	
#navigation a:link { 
	color: #6699cc;
	text-decoration: none;
	}
	
#navigation a:visited { 
	color: #6699cc;
	text-decoration: none; 
	}
	
#navigation a:hover { 
	color: #FFFFFF;  
	text-decoration: none;
	background-color: #6699cc;
	}

.nav_divider {
	margin: 0px;
	padding: 10px;
	color: #6699cc;  font-size: 11px;
	font-weight: normal;
	}

/* TEXT STYLES */
.aboutText {
	margin: 25px 20px 20px 25px;
	padding: 0px;
	color: #fff;  font-size: 11px;
	line-height: 16px;
}

.featureText {
	margin: 10px 10px 10px 20px;
	padding: 0px 10px 0px;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	}

h1 {
	margin: 10px 15px 10px 25px;
	padding: 5px;
	color: #6699cc;  font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	}

h2 {
	margin: 10px 15px 10px 25px;
	padding: 5px;  font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

h3 {
	margin: 10px 15px 10px 15px;
	padding: 0px;  font-size: 16px;
	font-weight: bold;
	}
	
.whiteTextCentered {
	margin: 5px 5px 5px 5px;
	padding: 0px;
	color: #fff;  font-size: 11px;
	line-height: 16px;
	text-align: center;
	border-color:#FFFFFF;
}
a:link {
	color: #6699cc;
}
a:visited {
	color: #6699cc;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	background-color: #6699cc;
}
.laurelText {  font-size: 9px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	line-height: 10px;
}
.laurelTitle {  font-size: 11px;
	text-transform: uppercase;
	color: #CC9900;
	text-align: center;
	font-weight: bolder;
	line-height: 11px;
}
.TextTable {
  	font-size: 11px;
	padding: 5px 5px 5px 15px;
}
p {
	font-size: 11px;
	line-height: 13px;
}
.film {
	margin: 10px 15px;
	padding: 0px;
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	width: 100px;
	display: block;
	position: relative;
	float: left;
	height: 200px;
	visibility: visible;
	clear: right;
}
#filmscontainer {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	padding-left: 50px;
}

