#page {
	margin: 5px 0px 5px 0px;
	width: inherit;
	padding: 0;
    height: auto;
}

#page_header {
    width: inherit;
    height: 20px;
    background-image: url("/images/filmheader.jpg");
    background-repeat: no-repeat;
    line-height: 0;
    font-size: 0;
}

#page_content {
    /*width: inherit;*/
    background-image: url("/images/filmbackground.jpg");
    background-repeat: repeat-y;
    padding: 10px;
}

h1.title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    height: 25px;
    overflow: hidden;
    text-align: center;
}

.bold {
    color: #8F5444;
    font-weight: bold;
    padding: 0;
    margin: 0;
}


#page_footer {
    width: inherit;
    height: 20px;
    background-image: url("/images/filmfooter.jpg");
    background-repeat: no-repeat;
    line-height: 0;
    font-size: 0;
}

#pager {
	float: none;
	width: inherit;
	clear: both;
	text-align: center;
	padding: 10px 0 0 0;
    margin: 0;
}

#pager form {
    padding: 0;
    margin: 0;
}

#pager a {
	color: #605D5C;
	text-decoration: none;
	font-weight: bold;
	margin: 0 5px 0 5px;
}

#pager a:hover {
	color: #8F5444;
}

#pager select {
	color: #605D5C;
	font-weight: bold;
	border: 1px solid #605D5C;
	text-align: center;
	font-size: 12px;
}



#page_content h6 {
    color: #3e503a;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    padding: 0;
}

span.newstitle {
    background-color: #3e503a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0 2px 0;
    padding: 5px;
    display: block;
}

#page_content p {
    width: auto;
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    margin: 0;
    padding: 0 30px 0 20px;
    text-align: justify;
}

span.newsdates {
    padding: 0 5px 0 0;
    color: #3e503a;
    font-size: 10px;
    display: block;
    text-align: right;
}

#newsitem {
    background-color:#C3D2A9;
    padding-bottom: 10px;
}

#toggleBar {
    display: block;
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 10px;
}

#toggleBar a {
    color: #3e503a;
    text-decoration: none;
    font-weight: bold;
    background-color: #fff;
    padding: 2px;
    border: 1px solid #3e503a;
}

#toggleBar a:hover {
    color: #fff;
    background-color: #3e503a;
    border: 1px solid #fff;

}
