.topTile {
	background: rgb(46,102,180) url('images/layout/top_tile.gif') repeat-x;
	height:130px;
	width:100%;
	border-bottom:1px solid white;
	text-align:center;
	}

.wide   {width:100%;margin:0 auto;}

.top_bg {
	background: url('images/layout/top_bg.jpg') no-repeat 50% -115px #0c2654;
	width:100%;
	height:450px;
}

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 {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	height: 1em;
}
div.wrapper { padding:10px 0px;}
div.contentSection div {
	padding:10px;
}
div.contentSection {
	text-align:justify;
	

}

div.contentSection div p {
	margin: 10px;
	text-align:left;
}

img#poster {
	width: 360px;
	height: 280px;
}

div#footer {
	text-align:center;
	background: #2f69b7;
	width:100%;
	min-height:100px;
	border-top:1px solid white;
	padding:0px;
	margin:0px 0px 0px 0px;
}
.footer { 

}
div#footer div p{
	margin: 5px;
}

div#legal {
	clear:both;
	margin: px;
}
/************************ Typography ***************/

div#navbar ul li {
	font: bold 1em Arial;
}


p#headlineText {
	font: .9em/1.4em Georgia;
	
}

div#legal p {
	text-align:center;
	font: bold .7em Arial;
}

