BODY {
background: url(images/bg.jpg) repeat-y;
background-color: #e9e9e9;
font-family: Trebuchet MS;
font-size: 7pt; 
color: #41432f;
}

table {
font-family: Trebuchet MS;
font-size: 7pt; 
color: #41432f;
}

a:link, a:active, a:visited {
color: #41432f;
font-family: Tahoma;
font-size: 6pt;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

a:hover {
color: #7f816f;
font-family: Tahoma;
font-size: 6pt;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#layout {
position: absolute;
top: 20px;
left: 130px;
width: 720px;
}

#sidebar {
position: absolute;
top: 420px;
left: 144px;
width: 210px;
}

#content {
position: absolute;
top: 420px;
left: 360px;
width: 478px;
}

div.title { 
font-weight: bold;
text-transform: uppercase;
font-family: Tahoma;
font-size: 7pt;
color: #41432f;
text-align:left;
letter-spacing: 1px;
background-color:#d5d2c7;
padding: 3px;
line-height: 4px;
margin-bottom: 3px;
margin-top: 3px;
}

.nav a{
border-bottom-style:solid;
border-bottom-color:#d5d2c7;
border-bottom-width:thin;
display:block;
text-align:center;
padding:0;
margin-top:2px;
margin-bottom:0px;
}

select {
width:150px;
background-color:#FFF;
color: #003333;
border:hidden;
border-color:#003333;
}

#content table {
	border-width:0;
	}

.date{
	font-weight: bold;
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 7pt;
	color: #d5d2c7;
	text-align:left;
	letter-spacing: 1px;
	background-color:#41432f;
	padding: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
	}
	
.film{
	background-color:#d5d2c7;
	color:#41432f;
	}