body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
}

.oneColFixCtrHdr #container {
	max-width: 830px;  /* = Jim Doran */
	background: #222222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #333333; 
	padding: 0px 15px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header a {
	color: #DDDDDD;
	text-decoration:none;
	font-weight:normal;
}

.oneColFixCtrHdr #header a:hover {
	color: #6699CC;
}

.oneColFixCtrHdr #mainContent {
	padding: 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #333333;
	text-align:center;
	
}
.oneColFixCtrHdr #footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:"Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana;
	font-size:1.2em;
}

.oneColFixCtrHdr #footer a {
	color: #DDDDDD;
	text-decoration:none;
	font-weight:bold;
}

.oneColFixCtrHdr #footer a:hover {
	color: #6699CC;
}


#indexfooter {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #E8E8E8;
	text-align:center;
	
}
#indexfooter h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#indexfooter p {
	color: #333333;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:"Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana;
	font-size:1.2em;
}

#indexfooter a {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

#indexfooter a:hover {
	color: #6699CC;
}


h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Helvetica, "Lucida Grande", Arial, Verdana;
	
}

h1{
	font-size: 2.5em;
	font-weight:normal;
	color: #666666;
}

h2{
	font-size: 1.7em;
	color:#FFFFFF;
	margin-top: 1.7em;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #777777;
	margin: 0;
	
}

h4{
	
	font-size: 1.5em;
	color: #777777;

}

h5{
	font-size: 1.5em;
	font-weight:normal;
	margin-bottom:0;
	padding-bottom:0;
	color:#FFFFFF;
}

h6{
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom:0;
	padding-bottom:0;
	color:#DDDDDD;
}


p {
	font-size: 1.4em;
	line-height:1.4;
	margin: .1em 0 .9em;
	
	}

a {
	color:#3F6DD6;
	text-decoration:none;
	color: #6699CC;
	text-decoration:none;
}

a:hover {
	color:#F3D446;
	color:#FFFFFF;
}

.gray {
	color:#CCCCCC;
	font-family: Verdana, sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:4px;
}

.white {
	color:#CCCCCC;
	font-family: Verdana, sans-serif;
	font-size:40px;
	font-weight:normal;
	letter-spacing:5px;
}

.whitegray {
	color:#CCCCCC;
	font-family: Verdana, sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:4px;
}

.disc_container {
	padding: 20px 0;
	margin:0 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.disc_containerLAST {
	padding: 20px 0;
	margin:0 40px;
}

.disc_container img{
	float:right;
	margin: 0 0 15px 20px;


}

.disc_container .tinytext {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.4;

}

.film_container {
	padding: 20px 0;
	margin: 0 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.film_containerLAST {
	padding: 20px 0;
	margin: 0 40px;
}

/*.film_container img{
	float:left;
	padding: 0 40px 10px 0;

}*/


.film_container img{
	float:right;
	padding: 0 0 10px 40px;

}
.film_container .tinytext {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.4;

}

.fltLEFT {
	float: left;
	padding: 0 15px 15px 0;

}

.fltRIGHT {
	float: right;
	padding: 0 0 15px 15px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#flashcontent {height: 100%;

} header {text-align: center; color:#fff; background-color: #333333; padding-bottom:2em;} header h1 {font-size: 40px; color:#DDDDDD; margin:.15em;} header h2 {margin:.5em 0;}
#mainnav ul, #mainnav li  { display: inline; background-color: #333333; font-size: 20px;
    font-weight: normal;
    letter-spacing: 4px;} #mainnav li {margin:0 .5em;} header a, #mainnav a {color:#ddd;} header a:hover, #mainnav a:hover {color:#6699CC;}
