 /* CONTAINERS */
 html, body  {
	font: 100% Century Gothic;;
	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: #000000;
	background: #65ae40 url(images/bkg.jpg) center top;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
.thrColFixHdr #container {
	width: 980px;
	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. */
} 

.thrColFixHdr #header {
	margin-top: 0px;
	padding: 0px;
	height: 169px;
	text-align: center;
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 5px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #mainContent { 
	margin: 0px 0px 0px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 20px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/contentbkg.jpg);
}  
.thrColFixHdr #footer {
	padding: 0px 20px /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 980px;
	margin-left: 50px;
	margin-top: -22px;
	height: 89px;
	text-align:center
} 

#portfoliotop {
	width: 700px;
    height:15px; 
	background-image: url(images/portfolio_top.png);
  }
#portfoliomiddle {
	width: 700px;
	background: #bdf674;
	text-align:center;
	padding:0px;
	min-height:1900px;	/* lenght of the portfolio section */
	clear: both;
}
#portfoliomiddle p {
	text-align: center;
	color: #000000;
	font: 12pt;
	font-weight: bold;
	line-height: 100%;
	margin:0px;
}
#portfolioleft {
	float: left;
	width: 350px;
	text-align:center;
}
#portfolioright {
	float: right;
	width: 350px;
	text-align:center;
}
#portfoliobottom {
	width: 700px;
	height:15px; 	
	background-image: url(images/portfolio_bottom.png);
}
div.float {
	float: left;
  }
div.float p {
   text-align: left;
   }

.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;
}


 /* TEXT */
h1 {
margin:30px 0px 10px 00px;
font: 30pt;
font-weight: bold;
letter-spacing: 2pt;
}
h2 {
margin:30px 0px 10px 0px;
font: 26pt;
font-weight: bold;
letter-spacing: 2pt;
}
p {
margin:10px 10px 0px 0px;
font-size: 12pt;
color: #ffffff;
line-height: 12pt;
font-weight: bold;
}
p.black {
margin:10px 50px 0px 0px;
font-size: 12pt;
color: #000000;
line-height: 12pt;
font-weight: bold;
}
#title {
margin-top:40px;
margin-bottom:20px;
font-size: 24pt;
line-height: 22pt;
color: #bdf674;
font-weight: bold;
}
#cinemaname {
margin-top:40px;
margin-bottom:20px;
font-size: 24pt;
line-height: 22pt;
color: #bdf674;
font-weight: bold;
}

.subtitle {
font-size: 14pt;
color: #bdf674;
font-weight: bold;
}
.preshowsubtitle {
font-size: 18pt;
color: yellow;
font-weight: bold;
}

strong {
font-size: 16t;
color: #bdf674;
font-weight: bold;
}
.header {
font: 18pt;
color: #ba7e42;
font-weight: bold;
}
#footer p {
font-size: 10pt;
color: #ffffff;
font-weight: normal;
}
ul 
{
margin:0;
padding:0;
}

li 
{
margin:0;
list-style: none;
padding-left: 30px;
background-image: url(images/checkmark);
background-repeat: no-repeat;
background-position: 0em;
}


a:link {
	color: #6bad16;
	font-weight: bold;
	text-decoration: none;
}
a:visited	 {
	color: #6bad16;
	font-weight: bold;
	text-decoration: none;
}
a:hover	 {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#download a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#download a:visited	 {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#download a:hover	 {
	color: #bdf674;
	font-weight: bold;
	text-decoration: none;
}
.preshow a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.preshow a:visited	 {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.preshow a:hover	 {
	color: #bdf674;
	font-weight: bold;
	text-decoration: none;
}



#navlist li
{
color: #ffffff;
display: inline;
list-style-type: none;
padding-right: 20px;
}
#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
position:relative;
top:145px;
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #98c40c;
text-decoration: none;
}

#applicationform li
{
color: #ffffff;
list-style-type: none;
padding-right: 20px;
}

#footer a:link, #footer a:visited
{
position:relative;
top:10px;
color: #fff;
text-decoration: none;
}

#footer a:hover
{
color: #000000;
text-decoration: none;
}

.newmovie {
color: #8e0303;
text-decoration: none;
font-size: 18pt;
}