body {
	background-color: #181818;
	color: white;
	font-size: 14px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a, a:link, a:visited, a:active {
	color: white;
	text-decoration: none;
}

p {
	padding: 10px 0px 5px 0px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h2 {
	font-size: 25px;
}

#header {
	padding: 35px 0px 35px 150px ;
}

#showcase {
	height: 370px;
	padding-top: 30px;
	background-color: #232323;
	background-image: url(../img/epic-projects.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 170px;
}

#showcase .prev, #showcase .next {
	background-position: center center;
	background-repeat: no-repeat;
	width: 26px;
	height: 340px;
	display: block;
	float: left;
}

#showcase .prev {
	background-image: url(../img/prev-arrow.png);
}

#showcase .next {
	background-image: url(../img/next-arrow.png);
}

#showcase .prev.disabled, #showcase .next.disabled {
	background-image: none;
}

#showcase .container {
	width: 730px;
	float: left;
	overflow: hidden;
	height: 340px;
	position: relative;
}

#showcase ul {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	width: 10000px;
}

#showcase li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	position: relative;
	width: 730px;
}

#showcase .left {
	height: 335px;
	width: 250px;
	position: relative;
}

#showcase .mugshot {
	height: 322px;
	width: 424px;
	background-image: url(../img/mugshot-background.png);
	padding: 8px 7px 8px 6px;
}

#showcase .visit {
	font-size: 18px;
	text-transform: uppercase;
	position: absolute;
	left: 450px;
	bottom: 8px;
	display: block;
	background-color: black;
	padding: 20px 35px 18px 20px;
	background-image: url(../img/visit-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#contact {
	background-image: url(../img/contact-epic.png);
	padding-left: 200px;
	height: 320px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
}

#contact dl {
	padding-top: 30px;
}

#contact dt {
	color: #232323;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 5px;
}

#contact dd {
	color: #676767;
	font-size: 11px;
	margin-bottom: 20px;
}

#contact dl a, #contact dl a:link, #contact dl a:visited, #contact dl a:active {
	color: #676767;
}

#contact .map {
	text-transform: uppercase;
	color: #676767;
	font-size: 10px;
	background-color: #000000;
	padding: 5px 10px;
}

#twitter {
	width: 210px;
	height: 170px;
	background-image: url(../img/twitter-background.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#twitter p {
	padding: 50px 30px 0px 20px;
	font-size: 12px;
	font-style: italic;
}

#contact .follow {
	background-color: #ff0000;
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px 10px;
}

.sub {
	font-size: 11px;
	color: #b3b3b3;
	line-height: 13px;
}

.left {
	float: left;
	margin-right: 20px;
}

.right {
	float: right;
	margin-left: 20px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.etic img {
	margin-bottom: 5px;
}