body { background: black;
	color: rgb(185,185,185);
	font-size: small;
	font-family: sans-serif;
	text-align: justify;		
}

h2 {
	text-align: center;
}


/* the div enclosing all the contents below the banner and nav menu */
.main { 
        margin-top: 1cm;
        }

a:link, a:visited {
	color: rgb(185,185,185);
}

.todo {
	color: red;
}

.nav-menu {
	text-align: center;

        font-size: small;
        font-variant: small-caps;

	white-space: nowrap;
}

.toplink {
	text-align: right;
}


#banner-div { 
	text-align: left;

	border-bottom: 2px solid rgb(108,56,42);

	width: 800px; /* need this so IE 6 in windows positions the
                               #nav-table correctly. */
           }


#nav-table { 
	position: absolute;
	top: 95px;
	left: 160px;

         /*    width: 700px; */
}

#film-nav-table {
	position: absolute;
	top: 130px;
	left: 245px;
}

#edinfo-nav-table {
	position: absolute;
	top: 130px;
	left: 540px;
}

.nav-menu :link, .nav-menu :visited {  /* background: rgb(109,56,38); */
                                        color: rgb(187,152,85);
                                        text-decoration: none;
                                        }


.nav-menu td:first-child {  border-left: none; }
.nav-menu td { border-left: 1px solid rgb(187,152,85); }

#film-menu-arrow {
	position: absolute;
	top: 114px;
	left: 215px;
}

#edinfo-menu-arrow {
	position: absolute;
	top: 114px;
	left: 512px;
}


.main-text-image {
	vertical-align: top;
	/* margin: 0px .3cm .3cm .3cm; */ /* starts at top, going cw */
}

.main-text-text {
	vertical-align: top;
}






.link-img :link, .link-img :visited {
	border-width: 0;
}



