body {
	margin: 0px;
	color: #fff;
	background-color: #000;
	background: #000 url(images/background.gif) no-repeat center top fixed;
	font-family: 'helvetica neue', 'helvetica';
	font-weight: 100;
	text-align: center;
	padding: 0;
}

#grid {
	background: transparent url(images/grid.png) 200% 200% repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	color: #fff;
	outline: none;
	border-bottom:#fff solid 1px;
}

a:hover {
	color: #6dcdff;
	border-bottom: #6dcdff solid 1px;
}

.clearfix:after, panel:after, .description:after, .container:after, .intro:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container p {
	margin:20px 0 0 0;
	text-align: left;
	font-size:20px;
	line-height: 30px;
	padding: 0;
}

#content {
	margin:40px auto 0 auto;
	width:920px;
}

#footer {
	background: transparent url(images/transparent.png) repeat;
	padding:5px 5px 5px 10px;
	margin:40px 0 0 0;
	float: right;
	z-index: -1;
}

#footer p {
	font-family: Monaco, monospace;
	font-size:11px;
	padding:0;
	margin:0;
}

.one {
	color: #00ff9c;
}

.two {
	color: #ffd800;
}

.three {
	color: #ff603c;
}

.four {
	color: #ff0094;
}

h1 {
	font-family: "Helvetica Neue";
	clear:both;
	padding:0;
	margin:90px 0 10px 0;
	line-height: 80px;
	float: right;
	font-size: 80px;
	text-transform: uppercase;
	position: relative;
}

h1 a {
	font-weight: 100;
	color: #cfcfcf;
	text-decoration: none;
	border: 0;
}

h1 a:hover {
	text-decoration: none;
	border: none;
}

h2 {
	padding:0;
	margin:0;
	font-weight: 100;
	text-align: left;
	font-size:30px;
	line-height:35px;
	position: relative;
	top:-5px;
	letter-spacing: 1px;
}

.intro {
	float:left;
	width:70%;
}

h2 a {
	color: #fff;
}

h3 {
	padding:0;
	margin:0;
	font-weight: 100;
	text-align: left;
	font-size:25px;
	line-height:35px;
	font-size:40px;
	margin:0 0 20px 0;
}

h4 {
	font-family: georgia,serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: left;
	font-weight: normal;
}


h4 a {
	border: 0;
	color: #a7d1a1;
	text-decoration: none;
}

hr {
	height: 1px;
	border: #fff dotted 1px;
	background-color: transparent;
	margin:10px 0;
	width:97%;
	text-align: center;
	color: #ccc;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	clear: both;
}

.container_container {
	margin: 0 auto;
	text-align: center;
	clear: both;
}

.container_top {
	background: transparent url(images/top_container.png) no-repeat; 
	height:50px;
	width:915px;
	margin:0;
}

.container {
	background: transparent url(images/middle_container.png) repeat-y; 
	width:850px;
	margin:0;
	padding:0 80px 0 45px;
}

.container_bottom {
	background: transparent url(images/bottom_container.png) no-repeat; 
	height:47px;
	width:915px;
	margin:0;
}

.links {
	float:left;
	margin-left:25px;
	border-left:#ccc dotted 1px;
	padding-left:10px;
	width:25%;
}

.links p {
	font-size:11px;
	margin:0 0 15px 0;
	line-height: 20px;
	font-family: Verdana;
}

.intro p {
	font-size:22px;
	line-height:26px;
	letter-spacing: 1px;
	margin-bottom:0px;
}

/* thumbnails */

.panel {
	margin-bottom:20px;
	border-bottom: #666 dotted 2px;
	height:320px;
}

.description {
	float: left;
	width:363px;
	margin-left:20px;
}

.description p {
	font-family:Palatino,Georgia,serif;
	font-size:14px;
	line-height: 20px;
}

.description p strong {
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.description p:first-child:first-letter {
	display:inline;
	float:left;
	font-size:78px;
	line-height:68px;
	margin-right:5px;
	margin-top:0;
}