@charset "UTF-8";
/* CSS Document */
#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 37px;
	background-color: #FFF;
	width: 100%;
	margin: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.10);
}
#headerBox {
	width: 300px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
}
#headerFill {
	width: 0px;
	height: 37px;
	border-right: 1px solid;
	border-right-color: #CCC;
	float: left;
}
#headerSmallFill {
	width: 0px;
	height: 37px;
	float: left;
}
#images {
	height: 300px;
	float: left;
}
#headerMargin {
	position: fixed;
	top: 0;
	left: 0;
	height: 37px;
	background-color: #FFF;
	width: 100%;
	margin: 0;
	z-index: 1;
}
#headerBoxxy {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#projectBox {
	width: 300px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#titles {
	display: none;
	width: 300px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	text-align: left;
}
#project {
	width: 300px;
	margin-left: auto;
	margin-right: 0px;
	line-height: 25px;
}
#thumbnailLeft {
	width: 120px;
	height: 1000px;
}
#mikeRea {
	width: 89px;
	height: 37px;
	border-right: 1px solid;
	border-right-color: #CCC;
	float:left;
}
#arrow {
	width: 37px;
	height: 37px;
	border-right: 1px solid;
	border-right-color: #CCC;
	float:left;
}
#arrowRight {
	width: 37px;
	height: 37px;
	float:left;
}
#about {
	width: 43px;
	height: 37px;
	border-right: 1px solid;
	border-right-color: #CCC;
	float:left;
}
#press {
	width: 38px;
	height: 37px;
	border-right: 1px solid;
	border-right-color: #CCC;
	float:left;
}
#contact {
	width: 50px;
	height: 37px;
	float:left;
}