body {
	background: #331100;
	margin: 12px;
}

body, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
        color: #331100;
	margin: 20px;
}

p {
	color: #331100; line-height: 20px;
}
p.center {
	text-align: center;
        vertical-align:text-top;
}
a {
	color: #331100;
}

a:hover {
	color: #FFFFFF;
}
.header {
	height: 150px;
        width: 900px;
	background-color: #331100;
	background-image: url('Logo7.jpg');
	background-repeat: no-repeat;
	text-align: right
}
.film {
	background-image: url('Filmreel.jpg');
        background-repeat: no-repeat;
}
td.links{
	background-colour:#0000ff;
        background-image: url('menu.jpg');
}
td.padding {
	padding: 30;
	margin: 20px;
	color: #331100; line-height: 20px;
}
td.note
{
	height: 400px;
	background-image: url('Notepad.jpg');
	background-repeat: no-repeat;
	text-align: center;
        padding: 50px;
	color: #331100; line-height: 15px

}
span.bold {
	font-weight:bold
}
h1 {
color:#991100;
}
h2 {
color:#991100;
}

h3 {
color:#991100;
text-align:center;
}

h3.left {
color:#991100;
text-align:left;
}

h4 {
color:#991100;
text-align:center;
}

h5 {
color:#553333;
}

.synopsis {
position: relative;
z-index: 0;
}

.synopsis:hover{
background-color: transparent;
z-index: 100;
}

.synopsis span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 0px;
left: 600px;
border: 1px gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.synopsis span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.synopsis:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */
}

.flash {
position: relative; /*or absolute*/
z-index: 1;
}

.container {
text-align:center;
}

.center {
margin-left:auto;
margin-right:auto;
text-align:left;
}
ul.circle {
list-style-type:circle;
}
ul.disc {
list-style-type:disc;
}

img.padding {
padding: 0px 0px 0px 10px;
}

img.center {
text-align: center;
}

div.workspace {
      position: absolute;
      top: 195px;
      left: 50px;
      height: 1300px;
      background-color: #F3D457;
      width: 900px;
}

div.project {
     position: absolute;
     background-color:#EECC55;
     padding: 50px;
     border-style: solid;
     border-color:#DD9955;
     border-width:1px;
}
.menubar {
      top: 170px;
      left: 20px;
      z-index: 10;
      position: absolute;
      visibility: show;
}