
/* Styles
----------------------------------------------------------------------------------------------- */

* {
	text-transform: uppercase;
	}

body {
	text-align: center; 
	padding: 0px; 
	background: #1b1b1b;
	}

#holder {
	width: 100%;
	margin-top: 0px;
	}
	
#header {
	margin-right: 30px;
	margin-top: 0px; 
	margin-bottom: 10px; 
	}

#footer {
	position: center; 
	margin-bottom: 30px; 
	}
	
.project {
	position: relative; 
	background-color: #1b1b1b;
	margin: 0px
	}

.project_text {
	width: 600px; 
	margin-bottom: 40px;
	background-color: #000;
	border-top: 2px solid #fa630a;
	border-bottom: 2px solid #333;
	}


/* Hyperlinks
----------------------------------------------------------------------------------------------- */

a, a:visited {color: #999; text-decoration: none;}

a:hover {color: #ffffff; text-decoration: none;}
	
h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited{color: #999; text-decoration: none;}

h2 a:hover, h3 a:hover, h4 a:hover {color: #FFF; text-decoration: none;}



/* Typography
----------------------------------------------------------------------------------------------- */
	
h1 {
	font-family: Din, Lucida Grande, "Helvetica", Geneva, Arial, sans-serif; 
	font-size: 24px; 
	color: #fa630a;
	font-weight: bold; 
	text-align: right;
	margin-top: 10px;
	}
	
h2 {
	font-family: Din, Lucida Grande, "Helvetica", Geneva, Arial, sans-serif; 
	font-size: 14px; 
	color: #999;
	font-weight: normal; 
	text-align: right;
	line-height: 1px;
	}
	
h3 {
	font-family: Din, Lucida Grande, "Helvetica", Geneva, Arial, sans-serif; 
	font-size: 12px; 
	color: #999;
	line-height: 20px; 
	font-weight: normal; 
	text-align: left;
	margin: 15px;
	}

h4 {
	font-family: Din, Lucida Grande, "Helvetica", Geneva, Arial, sans-serif; 
	font-size: 12px; 
	color: #999;
	font-weight: normal; 
	text-align: center;
	line-height: 18px;
	}

h5 {
	font-family: Din, Lucida Grande, "Helvetica", Geneva, Arial, sans-serif; 
	font-size: 10px; 
	color: #999;
	font-weight: normal; 
	text-align: right;
	line-height: 18px;
	}

h6 {
	font-family: Din, Lucida Grande, "Helvetica", Geneva, Arial, sans-serif; 
	font-size: 10px; 
	color: #999;
	font-weight: normal; 
	line-height: 16px;
	}

/* Images
----------------------------------------------------------------------------------------------- */

img {
	border: solid #FFF 3px;
	margin: 10px;
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0px;
	}
