@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.2em;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background:#000;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	}
#global_wrapper {	
	background:#000 url(../images/ripped_paper_bg_entire_2.jpg) no-repeat bottom;
	width:1200px;
	margin:0 auto;
	padding-bottom:225px;
	}
#global_inside {
	margin:0 auto;
	width:800px;
	}
#header_wrapper {
	width:800px;
	}
#header_hero {
	width: 655px;
	margin:100px 10px 0px 0px;
	}
#nav {
	background:url(../images/navigation_bg.jpg) no-repeat;
	height:309px;
	width:164px;
	margin-right:10px;
	}
#nav ol {
	list-style-type:none;
	margin:20px;
	}
#nav ol li {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:4px 0px;
	}
#nav li a{
	color:#FFFFFF;
	font-weight:bold;	
	}
#content {
	margin:0px 0px 0px 150px;
	}
*html #content {
	margin:0px 0px 0px 135px;
	}	
#content p {
	font-size:12px;
	padding:10px 0px;
	}
*html #content p {
	}
#content h1 {
	font-size:14px;
	color:#fff;
	display:none;
	}
#content img.headline{
	margin-bottom:10px;
	}
#content h2 {
	font-size:14px;
	font-weight:bold;
	}
#content ul {
	margin:5px 0px;
}
#content ul li {
	padding: 2px 10px;
	margin:0 15px;
	font-size:12px;
	}
#content a {
	color:#78278e;
	}
#photoGallery {
	width:455px;
	text-align:center;
	margin-bottom:20px;
	}	
#photoGallery img {
	border:2px solid #fff;
	}
#footer {
	margin:-210px auto 0px auto;
	width:800px;
	color:#fff;
	}
#footer p a{
	font-size:10px;
	display:block;
	text-align:right;
	float:right;
	color:#fff;
	}
#footer ol li {
	float:left;
	padding:0px 4px;
	font-size:11px;
	display:inline;
	color:#ffffff;
	}
#footer li a {
	color:#FFFFFF;
	font-weight:bold;
}	
.right {
	float:right;
	}
.left {
	float:left;
	}
.logo {
	margin:20px 0 0 20px;
	}
.clearing {
	clear:both;
	}
