/* CSS Document */

body {
        background-color: #eeeeee;
        margin: 0px;
        padding: 0px;
        border: 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 13px;
}

img {
        border: 0px;
}

h1 {
        font-size: 200%;
}

h2 {
        font-size: 150%;
}

h3 {
        font-size: 117%;
}

h4 {
        font-size: 100%;
        font-weight: bold;
}

.first {
        margin-top: 0px;
}

.topBorder {
        border-top: 1px solid black;
}

.smaller {
        font-size: 83%;
}

.hidden {
        display: none;
}

#head img {
	border: 1px solid black;
}

#foot {
        position: absolute;
        height: 75px;
        clear: both;
        width: 100%;
        background-image: url(images/foot-bg.gif);
        background-repeat: repeat-x;
        background-position: left top;
        font-size: 83%;
}

#foot-inner {
        margin: 30px 10px 10px 10px;
        background-image: url(images/text-filmmaker.gif);
        background-repeat: no-repeat;
        background-position: right top;
}

#head {
        height: 135px;
        background-image: url(images/body-bg.gif);
        background-repeat: repeat-x;
        background-position: left top;
}

#head img {
        margin: 10px;
}

#head h1 {
        position: absolute;
        left: 180px;
        top: 29px;
        height: 63px;
        width: 367px;
        overflow: hidden;
}

#head a {
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 0;
}

#head span {
        height: 63px;
        width: 367px;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 1;
        padding: 0;
        background: url('images/text-de.gif') no-repeat left top;
}

/* new menu settings */
#menu {
        position: absolute;
        top: 135px;
        left: 10px;
        width: 150px;
        z-index: 1;

}

a {
	color: #696;
}

a:hover {
	color: #696;
}

#content a:visited {
	color: #666;
}

#menu a {
	display: block;
	text-align: center;
	margin: 4px;
	padding: 4px;
	border: 1px solid #669966;
	text-decoration: none;
}

#menu a:hover {
	background-color: #696;
	color: #fff;
}

#content {
        margin: 0px 10px 10px 180px;
}
.filmImage {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
}

.filmImage img {
        border: 1px solid #669966;
}

.filmDesc {
        clear: both;
}

.submit {
        background-color: #eeeeee;
        border: 2px ridge #669966;
        padding: 2px;

}
#projectImages {
        margin: 0px;
        padding: 0px;
}

#projectImages td {
        padding: 15px 30px 15px 0px;
        vertical-align: top;
}

#projectImages td p {
        margin: 4px;
        font-style: italic;
        font-size: 83%;
}

#projectImages td img {
        border: 1px solid #669966;
}
.newsDateline {
        font-style: italic;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: black;
}
.filmText {
	float: right;
}
.filmInfo {
	margin-left: 240px;
}

div.captionedImage {
	float: left;
	margin: 1em;
}

div.captionedImage img {
	border: 1px solid black;
}

div.captionedImage .caption {
	margin-top: .5em;
	font-style: italic;	
}


