/* onedayfilms.com basic styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.72em;
	line-height: 130%;
	background: #fff;
	color: #000000;
	text-align: center;
}
a:link { color: #000000; background: transparent }
a:visited { color: #000000; background: transparent }
a:hover { color: #000000; background: transparent }
a:active { color: #000000; background: transparent }

h1 {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	width: 100%;
	padding: 1px;
	background: #FFFF00;
	border: #443b2c 1px solid;
}
h2 {
	font-size: 105%;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	display: block;
	width: 100%;
	padding: 1px;
	background: #938f80;
	border: #443b2c 1px solid;
}
h3 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	display: block;
	width: 100%;
	padding: 1px;
	background: #938f80;
	border: #443b2c 1px solid;
}
table {	font-size: 100%;	}
th {	font-size: 100%;	}
img {	border-width: 0;	}

ul {	list-style: url(images/list_item.gif) square;	}

#container {
	position: relative;
	width: 680px;
	margin: auto;
	padding: 0;
	color: #000000;
	background: #FFFF00;
	border: #443b2c 1px solid;
	text-align: left;
}

#header {
	position: relative; /* this is only here so the navlinks' position can be set */
	width: 100%;
	height: 87px;
	margin: auto;
	padding: 0;
	background: #FFFF00 url(images/header.gif);
	border-width: 0 0 1px 0;
	border-color: #443b2c;
	border-style: solid;
}

#header h1 {
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
	width: 50%;
	padding: 1px;
	background: transparent;
	border: none;
	margin-bottom: 0;
}

#navlinks {
	position: absolute;
	left: 3%;
	bottom: 3%;
	padding: 0;
	margin: 0;
}

#navlinks a {
	text-decoration: none;
	font-weight: bold;
}

#navlinks a:link { color: #000000; background: transparent }
#navlinks a:visited { color: #000000; background: transparent }
#navlinks a:hover { color: #000000; background: transparent }
#navlinks a:active { color: #000000; background: transparent }

#logo {
	position: absolute;
	bottom: 0%;
	right: 0%;
	margin: 0px;
	padding: 0px;
}

#content {
	position: relative; /* so we can position inside elements absolutely */
}

.caption {
	font-size: 85%;
	text-align: right;
}

.credits {
	font-size: 85%;
	text-align: right;
	line-height: 1.1em;
}

#content img {
	padding: 2px;
	border: #443b2c 1px solid;
}

#article {
	padding: 10px;
}

#column-left {
	position: absolute;
	padding: 5px;
	width: 320px;
	text-align: left;
	left: -335px; /* this is meant for IE */
}

html>body #column-left {
	/* be nice to Opera 5, and to all other sane browsers */
	left: 0px;
}

#column-right {
	margin-left: 340px;
	width: 320px;
	padding: 5px;
	border-width: 0 0 0 1px; 
	border-color: #443b2c; 
	border-style: dashed; 
}

#footer {
	font-size: 80%;
	color: #000000;
	border-width: 1px 0 0 0;
	border-color: #443b2c;
	border-style: solid;
	background-color: #FFFF00;
	text-align: center;
	font-weight:bold;
}