/**** GENERAL ****/
body {
	background: #000;
	margin: 0px;            
}
img {
	border: 0px;
}

/**** LOGO ****/
.logo {
	width: 1400px;
	position: absolute;
	left: 50%;
	margin-left: -700px; 
}

/**** DESCRIPTION ****/
.descr {
	width: 1400px;
	position: absolute;
	left: 50%;
	margin-left: -700px; 
	padding: 25px 0px 40px 0px;
}
.descr_title {
	font: 30px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	font-weight: bold;
	color: #fff;
	width: 600px;
}
.descr_sub {
	font: 22px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	letter-spacing: 1px;
	position: absolute;
	top: 34px;
	left: 600px;
}
.descr_content {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #fff;
	width: 550px;
	padding: 15px 0px 0px 0px;
	line-height: 23px;
}
.descr_notes_first {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	line-height: 28px;
	width: 60px;
	position: absolute;
	top: 83px;
	left: 600px;
}
.descr_notes_last {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #fff;
	line-height: 28px;
	width: 300px;
	position: absolute;
	top: 83px;
	left: 660px;
}
a.descr_link:link {
	text-decoration:none;
	color: #9dbfc9;
}
a.descr_link:visited {
	text-decoration:none;
	color: #9dbfc9;
}
a.descr_link:active {
	text-decoration:none;
	color: #9dbfc9;
}
a.descr_link:hover {
	text-decoration:underline;
	color: #fff;
}

.descr_bg {
	background: #222;
	width: 100%;
	height: 250px;
	position: absolute;
	top: 59px;
}

/**** PROJECT ****/
.project {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	width: 1400px;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -700px; 
}
.project img {
	padding-top: 20px;
	float: left;
	clear: both;
}
.project_title {
	font: 22px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 30px 20px 0px 0px;
	float: left;
	clear: left;
}
.project_title_sub {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	padding-top: 40px;
	float: left;
	clear: right;
}
a.project_link:link {
	text-decoration:underline;
	color: #999;
}
a.project_link:visited {
	text-decoration:underline;
	color: #999;
}
a.project_link:active {
	text-decoration:underline;
	color: #999;
}
a.project_link:hover {
	text-decoration:underline;
	color: #fff;
}
.divider {
	width: 100%;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #282828;
	height: 10px;
	margin-top: 35px;
	float: left;
	clear: both;
}

.copy {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #fff;
	line-height: 23px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
	clear: both;
	width: 550px;
}

.awards {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #fff;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	clear: both;
}
a.awards_link:link {
	text-decoration:none;
	color: #fff;
}
a.awards_link:visited {
	text-decoration:none;
	color: #fff;
}
a.awards_link:active {
	text-decoration:none;
	color: #fff;
}
a.awards_link:hover {
	text-decoration:none;
	color: #9dbfc9;
}
.credits {
	font: 13px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	line-height: 28px;
	margin-top: 15px;
	float: left;
	clear: both;
}
.credits_first {
	color: #999;
	width: 140px;
	position: absolute;
}
.credits_last {
	color: #fff;
	position: absolute;
	left: 150px;
}

/**** BOTTOM ****/
.bottom_border {
	width: 100%;
	height: 30px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #222;
	position: absolute;
	top: 13100px;
}
.bottom {
	font: 11px "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #999;
	width: 1400px;
	position: absolute;
	left: 50%;
	margin-left: -700px; 
	padding: 7px 0px 0px 0px;
}
.bottom_right {
	position: absolute;
	left: 1260px; /*total width - 140*/
	top: 7px;
}
a.bottom_link:link {
	text-decoration:none;
	color: #999;
}
a.bottom_link:visited {
	text-decoration:none;
	color: #999;
}
a.bottom_link:active {
	text-decoration:none;
	color: #999;
}
a.bottom_link:hover {
	text-decoration:underline;
	color: #fff;
}