html{
    background-image: url(img/bg-small.gif);
	background-repeat: repeat-x;
	background-color: #C6B88F;
	color: #18130C;
}


:link{
	color: white;
	text-decoration: none;
}

:visited{
	color: white;
	text-decoration: none;
}

p{
	clear: left;
}

#pagination{
	text-align: right;
	font-size: x-small;
	font-weight: bold;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-align: left;
	color: #FFFFFF;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-align: left;
	color: #FFFFFF;
	clear: both;
}

hr {
	width: 500px;
	color: #000000;
}

#head{
	text-align: left;
	margin-left: 20px;
	position: absolute; top: 0px; left: 0px;
}

DIV.figure{
	float: left;
	clear: left;
	color: #FFFFFF;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-top: 1px #898989 solid;
	border-left: 1px #898989 solid;
	margin: 0.3em;
	padding: 0.5em;
	text-align: center;
	background: #676767;
}

DIV.movie{
    float: left;
	clear: left;
	width: 170px;
	color: #FFFFFF;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-top: 1px #898989 solid;
	border-left: 1px #898989 solid;
	margin: 0.5em;
	padding: 0.3em;
	text-align: center;
	background: #676767;
}

DIV.movie-small{
    float: left;
	clear: left;
	width: 130px;
	color: #FFFFFF;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-top: 1px #898989 solid;
	border-left: 1px #898989 solid;
	margin: 1.1em;
	padding: 0.3em;
	text-align: center;
	background: #676767;
}

P.caption{
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	text-align: center;
}
SPAN.hilight{
	color: #00947D;
}

.footer{font-size:x-small;font-weight:bold}

#content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute; top: 55px; left: 0px;
}

#text{
    margin-left: 220px;
	width: 540px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	color:#666;
	font-size:x-small;
	line-height:1;
}

code {
    color : #FFFFFF;
	font-family: Courier, monospace;
	font-weight : bold;
}

#sidebar{
	width: auto;
	margin: 5px;
	padding: 10px;
	border-right: 1px #003366 solid;
	border-bottom: 1px #003366 solid;
	border-top: 1px #003366 solid;
	border-left: 1px #003366 solid;
	background: #9E9578;
}

#sidebar2{
	width: auto;
	margin: 5px;
	padding: 10px;
	border-right: 1px #003366 solid;
	border-bottom: 1px #003366 solid;
	border-top: 1px #003366 solid;
	border-left: 1px #003366 solid;
	background: #9E9578;
}