/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/*End RESET - Begin Full Width CSS*/
body {
	background:#373737 url(mainbg.jpg) top center no-repeat;
}
.wrap {
	position:relative;
	margin:0 auto;
	width:1020px;
}
#header, #footer {
	float:left;
	padding:15px 0;
	min-width:100%;
}
#header { background:#080808; }
#header .logo {	float:left;	width:400px; }
#header p {	margin:0; }
#pagehead{
	padding:15px 0;
	clear:both;
	height:115px;
	background:transparent url(logo.png) top left no-repeat;
}
#banner{
	width:1000px;
	height:360px;
	margin:0px 10px;
	border-top: #2E598A 8px solid;
	background: #fff url(cinemagraph.jpg) no-repeat;
}
#bannersmall{
	width:1000px;
	margin:0px 10px;
	border-top: #2E598A 8px solid;
}
#spanmessage{
	display:block;
	width:1020px;
	height:110px;
	background: transparent url(orangebanner.png) no-repeat;
	text-decoration: none;
}
#spanmessage h3{
	padding:22px 20px 20px 30px;
	font-weight:bold;
	line-height:1.5em;
	width:760px;
	color:#fff;
	margin:0 !important;
}
#content {
	padding:15px 10px;
	clear:both;
	margin:0px 10px;
	min-height:300px;
	background:#fff;
	color:#333;
}
#footer {
	background:#373737 url(footerbg.png) repeat-x;
	min-height:350px;
	text-align:center;
}
#footer-content{
	padding:0 20px;
	color:#999;
}
#footer-content .box{
	width:300px;
	padding:5px 10px;
	float:left;
	text-align:left;
}
	