/* dlfilms style sheet */
/* by Karen Hellekson  */
/* November 2005 */

html {
	background: #ffffff;
	color: #000000;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	line-height: 1.5em;
	margin: 0;
}

body {
	margin: 0;
}

#page {
	border: 2px solid #004080;
	font-size: 95%;
	margin: 1em 3em;
	padding: 1em;
}

/* Divs inside the main #page div, from top to bottom */

#navigation {
	font-size: 90%;
}

#header {
}

#content {
	font-size: 95%;
	line-height: 1.5em;
	text-align: justify;
	width: 85%;
}

/* Hotlinks */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
}

a:hover {
	text-decoration: underline;
}

/* Heads (pages only go to four levels of head) */

h1, h2, h3, h4 {
	font-family: "courier new", courier, monospace;
}

h1 {
	letter-spacing: .3em;
	padding: .5em 0;
	text-align: right;
}

h2 {
	letter-spacing: .2em;
	padding: .5em 0;
	text-align: right;
}

h3 {
	border-bottom: 1px solid #004080;
	letter-spacing: .2em;
	padding: 0 0 .2em 0;
	font-weight: bold;
	font-style: italic;
}

h4 {
	letter-spacing: .2em;
	font-size: 115%;
	padding: 0 0 .3em 0;
}

#content p {
	margin-left: 1.5em;
}

address {
	background-color: #ffffff;
	color: #6c6c6c;
	clear: both;
	text-align: right;
	font-size: 80%;
	padding: 2em;
}

.click {
	color: #6c6c6c;
}

.thumb {
	border: 0;
	text-align: center;
}

.image {
	border: 0;
	text-align: left;
}
