* {
	padding: 0;
	margin: 0;
}

body {
	/*background: url(../images/bg.jpg) #000 top no-repeat;*/
	background: #000;
	background-position-y: -200px;
}

div {
	position: relative;
	height: auto;
}

h1{
	color: #0f85ba;	
	font-size:16px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	line-height: 1.6em;
}

#container {
	width: 770px;
	margin: 0 auto 50px auto;
	background: #000;
}

#navigation {
	width: 260px;
}

#navigation p {
	padding-top: 15px;
	padding-left:60px;
}

#navigation a{
	background-repeat: no-repeat; 
	display: block;
	height:40px;
	width:185px;
}

#navigation a:hover{
	background-position-y: -40px;
}

#navigation a.activelink {
	background-position-y: -40px !important;
}

/* This pushes the nav buttons to the right */
#navigation img {
	padding-left: 87px;
}

/* This is the div containing the press materials, about, and contact content divs (.pagecontent) */
#content {
	width: 480px;
	float: right;
}

/* This is the lower half of the page.  If you have a background image behind your nav and content, specify it here */
#contentBG {
	width: 100%;
	background: url(../images/div_bg.jpg) top left no-repeat;
}

#footer {
	margin-top: 160px;
}

/* This div contains the page content (about, contact, or press materials */
.pagecontent {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;	
	margin-top: 10px;
}

.press{
	margin-bottom: 10px;
	padding-left: 15px;
}

.press a img {
	vertical-align: top;
	padding-right: 8px;
}

.press a span{
	font-weight:bold;
	display: inline-block;
	padding-top: 5px;
}

.videopad {
	padding-right:30px;
}

/* This is the single div that holds a contact's information */
.contact {
	float: left;
	padding-right: 50px;
	padding-bottom: 25px;
}

.contacts{
}

.clear {
	clear: both;
}

p strong {
	color:#FFF;
}

.about p {
	margin-right: 36px;
	font-size: 12px;	
}

p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 1.6em;
	margin-bottom: 15px;
}

p.large {
	font-size: 16px;
	line-height: 1.4em;
}

.small {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #a11722;
}

a:hover {
	color: #ed1e2e;
}

/* Use this class in a span tag if you're using a text accent color */
.colorText {
	color: #ffe09f;
}

h4 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 1.6em;
	margin: 0;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #555;
	line-height: 1.6em;
	padding:10px;
}