/*
products -- if cafepress, they're available all year 'round, and can help to offset the costs of next year's
	screening?
*/

body{
	background: #636263;
	font-family: Verdana, Arial, Sans-Serif;
	}
a {
	text-decoration: underline;
	color: black;
	}
a:hover {
	text-decoration: underline;
	color: #C2543A;
	}
a:active {
	text-decoration: underline;
	color: #C2543A;	
	}	
a:visted {
	text-decoration: underline;
	color: #C2543A;
	}
h1 {
	font-family: Papyrus, Verdana, Arial, Sans-Serif;
	font-size: 12pt;
	}
h2	{
	font-family: Papyrus, Verdana, Arial, Sans-Serif;
	font-size: 9pt;	
	}
h3 {
	font-family: Papyrus, Verdana, Arial, Sans-Serif;
	font-size: 10pt;	
	margin: 0;
	}
h4 {
	font-size: 8pt;	
	margin: 0;
	}
p{
	font-size: 9pt;
	}
.font{
	font-family: Papyrus, Verdana, Arial, Sans-Serif;
	}
img{
	border: 0;
	}
#menu{
	font-size: 11pt;
	font-family: Papyrus, Verdana, Arial, Sans-Serif;
	color: white;
	width: 22%;
	float: right;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-right: 3px;
	}
	#menu ul{
	list-style-type: none;
	margin-left: -1em;
	}
	#menu a {
	text-decoration: underline;
	color: white;
	}
	#menu a:hover {
	text-decoration: underline;
	color: #4e180c;
	}
	#menu a:active {
	text-decoration: underline;
	color: #4e180c;	
	}	
	#menu a:visted {
	text-decoration: underline;
	color: #C2543A;
	}
#main{
	background: #E5D7D1;
	width: 72%;
	float: left;
	padding: .5em;
	margin-left: .5em;
	border: 1px #684131 solid;
	}
	img.snen{
	border: 0;
	float: right;
	margin: .5em;
	width: 100px;
	}
	img.mithe{
	border: 0;
	margin: .5em;
	width: 200px;
	}
	img.csts{
	border: 0;
	float: left;
	margin: .5em;
	height: 300px;
	}
	#screeningdetails{
	width: 70%;
	font-family: Papyrus, Verdana, Arial, Sans-Serif;
	padding: 1em;
	}
	#screeningdetails p {
	font-size: 10pt;
	}
#header{
	background: #3c3a55;
	margin-bottom: .5em;
	clear: both;
	}
	img.header
	{
	border: 0;
	float: left;
	margin-bottom: .5em;
	}
#footer{
	padding: 1em;
	margin: 1em;
	font-family: Papyrus, Verdana, Arial, Sans-Serif;
	clear: both;
	font-size: 8pt;
	color: #4e180c;	
	width: 60%;
	}
	#footer a{
	color: #4e180c;	
	}