div#navbar, div.spacer {
	margin-top: 10px;
	margin-bottom: 10px;

}

div#navbar {
	background-color: #8FC73E;
	padding: 10px 0;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}

div#navbar ul li {
	float: left;
	margin: 0 1.5em;
}

div.spacer
{
    background-color: #8FC73E;
    height: 1em;
}

div.topSection div {
	border: solid 3px #8FC73E;
	height: 280px;
}

div.topSection div p {
	margin: 10px;
}

img#poster {
	width: 360px;
	height: 280px;
}

div#footer {
	background-color: transparent;
}

div#footer div p{
	margin: 5px;
}

div#legal {
	clear:both;
	margin: 10px;
}
/************************ Typography ***************/

div#navbar ul li {
	font: bold 1em Arial;
	color:#416400;
}

p {
	font: .8em/1.5em Georgia;
	margin: .2em 0;
	font-weight:500;
}

p#headlineText {
	font: .9em/1.4em Georgia;
	
}

div#legal p {
	text-align:center;
	font: bold .7em Arial;
}

h1
{
    font: bold 1.5em Helvetica;
    margin: .2em 0;
    text-align: center;
    color: #416400;
}

a:link {
	color: #416400;
	text-decoration: none;
}
a:visited 
{
    text-decoration: none;
    color:#416400;}
a:hover 
{
    text-decoration: none; 
    color: red;}
a:active 
{
    text-decoration: none;
    color: #416400;}

h2 { 
	font: bold 1.3em Helvetica;
	margin: .2em 0;
	text-align: center;
	color:#416400;
}