html,body{
	background:#000;
}

body {
	color: #fff;
	font-family: Helvetica, "Helvetica Neue",Arial,  sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin:40px 0 0 0;
	padding:0;
	}
	
img {
    border:0;
}	

img.img-border {
    border:1px solid #fff;
}	
	
h1 {
	padding:0;
	margin:0;
	}
	
h2 {
	font-size:14px;
	font-style:normal;
	}
	
a {
	text-decoration:none;
	}

a:link,
a:visited {
	color:#999;
	}

a:active {
	color: #ff00ff;
	text-decoration:underline;
	}
	
a:hover{
	color: #fff;
	text-decoration:underline;
	}
	


#nav {
	padding: 0;
	margin: 0 0 0 0;
	list-style-type: none;
	}

#nav li{
	float:left;
	text-transform:uppercase;
	font-size:1.1em;
	}

#nav li a:link,
#nav li a:visited {
	color:#666;
	text-decoration:none;

	}
	
#nav li a:hover,
#nav li a:active,
#nav li a.selected {
	color:#fff;
	}
	

	
#content {
	height:300px;
	margin-top:80px;
	overflow-x:scroll;
	overflow-y:hidden;
	overflow: -moz-scrollbars-horizontal; 
	
	width:1000px;
	
	}
	
#inner-content {
width:2500px;
}

.img-holder,
.img-text {
	display:table-row;
}
	
.img-holder {
	float:left;

}

.img-text {
	width:130px;
	float:left;
	padding:0 15px;
	}
	
.layered-on-top 
{
    z-index:100;
    position:relative;
    left:-289px;
    margin-right:-289px;
}
	
.extrawide {
	width: 470px;
	}
	
.press {
	font-size:1.1em;
	font-weight:bold;
	color:#999;
}

.contact {
	font-size:1.3em;
	font-weight:bold;
	color:#999;
}

.contact p {
	margin:0;
	padding:0;
}

.right-padding {
 padding-right:80px;
}

.wide {
    width: 180px;
}