body {
	background:#ddd url(/images/background3.gif);
	color:#000;
	margin:0;
	padding:0;
	font-family:arial,helvetica,sans-serif
}
p,td,div,ul, ol, li {
	font-size: small
}
.small {
	font-size:x-small
}
img {
	margin:0;
	padding:0;
	border:none
}
/* default links */
a:link {
	color:#06f;
	text-decoration: none
}
a:visited {
	color:#06a;
	text-decoration: none
}
a:hover {
	color:#06c;
	text-decoration: underline
}
a.external {
	background: url(/images/external.png) center right no-repeat;
	padding-right: 13px;
}
/* --- layout --- */
#outer_wrapper {
	width:988px;
	margin-left:auto;
	margin-right:auto;
/* faux-column technique, this is the left one */
	background:#fff url(/images/inside-left.gif) repeat-y left
}
#wrapper {
/* faux-column technique, this is the right one */
	background:url(/images/right.gif) repeat-y right;
	width:988px
}
#header {
	height:101px;
	width:988px;
}
#container {
	float:left;
	width:988px;
	margin-left:-200px
}
#left {
	float:left;
	width:150px;
	margin-left:200px;
	padding-top:10px
}
#main {
/* the width from #left (150px) + the negative margin from #container (200px) */
	margin-left:350px
}
#sidebar {
/* this is to keep the content of #sidebar to the right of #main even if the content of "main is shorter */
	padding-left:100%;
/* this is to "bring back" the #sidebar that has been moved out of the viewport because of the padding value */
	margin-left:-200px
}
#footer {
	clear:both;
	background:#eee
}
.clearing {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}
/* --- /layout --- */
/* --- top --- */
#header-pad {
	background: url(/images/banner-bg.gif)  repeat-x;
	height:101px;
}
/* top navigation */
#navcontainer ul {
	min-height:24px;
	clear:both;
	width:100%;
	margin:0;
	padding:0;
	float: left;
	background-color:#aaa;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a, #navcontainer ul li a:visited {
	padding: 0.4em 1em;
	color: #930;
	background:#fff; 
	text-decoration: none;
	float: left;
	border-top: 1px solid #f5d7b4;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4;
	border-right: none;
}
#navcontainer ul li a:hover {
	color: #930;
	background: #f5d7b4;
}
/* --- left column --- */
#left-pad {
	padding:16px;
}
/* left navigation */
#leftnavcontainer {
	width: 160px;
}
#leftnavcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#leftnavcontainer a {
	display: block;
	padding: 3px;
	width: 128px;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
}
#leftnavcontainer a:link, #leftnavlist a:visited {
	color: #930;
	text-decoration: none;
}
#leftnavcontainer a:hover {
	background-color: #ddd;
	color: #930;
}
#leftnavcontainer a#current {
	font-weight:bold;
	background-color: #fff;
}
/* --- main column --- */
#main-pad {
	padding:16px 0 16px 0
}
h1 {
	color:#a32;
	font-size: x-large;
	margin-top:0;
	margin-bottom:0;
}
h2 {
	color:#a32;
	font-size: large;
	margin-top:2em;
	margin-bottom:0;
}
h3 {
	color:#a32;
	font-size: medium;
	margin-top:2em;
	margin-bottom:0;
}
h4 {
	color:#a32;
	font-size: small;
	margin-top:2em;
	margin-bottom:0;
}
#main-pad p {
	margin-left:1em
}
h2.first, h3.first, h4.first,p.first {
	margin-top:0.5em;
	margin-bottom:0
}
#main-pad p.no-indent {
	margin-left:0
}
#main-pad ul, #main-pad ol {
	margin-left:1em;
	padding-left:1em
}
/* festival film screening done */
ul.session-over li, li.session-over {
	color:#aaa
}
/* --- right column --- */
#right-pad {
	padding: 16px 8px 16px 16px;
}
#right-caption {
	background:#eee;
	padding:4px;
	line-height:150%
}
/* --- footer --- */
#footer-pad {
	text-align: right;
	padding:10px 16px 10px 10px;
	border-top:solid 1px #aaa
}
#footer-pad p.big {
	font-size: medium;
	color:#b43;
	font-weight:bold;
}

