/* INITIALIZE */
/* undo default styling of common (X)HTML browsers */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul {list-style:none;}

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td {font-size:1em;}

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset {border:none;}

img {border: none;}
form {margin: 0; padding: 0;}
fieldset {margin: 0; padding: 0; border: none;}

/* ------------------------------------------------------------------------- */

body { 
	margin: 0;
	padding: 0;
	background:#000000;
	font-family: Georgia, Arial, Times, serif;
	font-size: 13px;
	color: #333;
  height: 100%;
}
html{height:100%;}

/* Global wrappers */
#content-wrap {margin:0 auto; padding:0;}

/* Home */
#header-wrap {margin:0 auto; padding:0;}
#header {width:1026px; height:196px; margin:0 auto; padding:0; overflow:hidden; background:#000000 url(images/home-hdr.jpg) no-repeat ;}
#home-header {width:1026px; height:100px; margin:0 auto; padding:0; overflow:hidden; background:#000000;}
#page-content {width:1026px; margin:0 auto;}

td.home-content-left {width:115px; height:602px; background:#000000;}
td.home-content-middle {width:799px; height:602px; background:#000000;}
td.home-content-right {width:112px; height:602px; background:#000000;}

td.content-left {width:115px; height:602px; background:url(images/home-mid-left.jpg) no-repeat;}
td.content-middle {width:799px; height:602px; background:#000000; padding:1px 0 1px 0;}
td.content-middle-contact {width:800px; height:600px; background:#A6934E; padding:0;}
td.content-right {width:112px; height:602px; background:url(images/home-mid-right.jpg) no-repeat;}


#footer-wrap {margin:0 auto; padding:0;}
#footer {width:1026px; height:200px; margin:0 auto; padding:0; overflow:hidden; background:#000000;}

/* Movies */
#movies-matrix {padding:110px 0 0 90px;}
td.movie-thumb {padding:0 0 0 0; text-align:center;}
td.movies-content-middle {width:800px; height:600px; background:#000000 url(images/movies-bg.jpg) no-repeat;}
#movies-footer-wrap {margin:0 auto; padding:0;}
#movies-footer {width:800px; height:90px; margin:0 auto; padding:0; overflow:hidden; background:#000000;}

#blurb {width:800px; height:600px; background: url(images/blurb-bg.jpg) no-repeat ;}
#blurb-form {margin:215px 0 0 265px;}
#blurb-spacer {height:3px;}

.text-area {width:400px; height:180px; font-family: Georgia, Arial, Times, serif; font-size: 13px; color: #666;}
.text-field {width:220px; height:15px; padding:0 0 3px 0; font-family: Georgia, Arial, Times, serif; font-size: 13px; color: #666;}
#send-blurb {padding:10px 0 0 0;}
.blurb-confirm {font-family: Arial, serif; font-size:20px; color:#CE7936; font-weight:bold; background:#fff;}