@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(images/Background01.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #818181;
}
a:link {
	text-decoration: none;
	color: #444;
}
a:visited {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}
canvas {
	outline: none;
}
#Header {
	height: 135px;
	width: 800px;
	margin-left: -400px;
	z-index: 1;
	left: 50%;
	top: 0px;
	position: absolute;
}
#HeaderBleed {
	height: 187px;
	width: 44px;
	margin-left: -444px;
	z-index: 1;
	left: 50%;
	top: 0px;
	position: absolute;
}
#ProjectList {
	height: 240px;
	width: 800px;
	position: absolute;
	left: 50%;
	top: 135px;
	margin-left: -400px;
	z-index: 1;
}
#ProjectPanel {
	position: relative;
	z-index: 2;
	height: 240px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	padding-bottom: 14px;
	top: 20px;
}
#ProjectHeader {
	position: absolute;
	z-index: 2;
	height: 240px;
	width: 800px;
	top: 135px;
	left: 50%;
	margin-left: -400px;
}
#Project-Page {
	position: absolute;
	z-index: 3;
	height: 640px;
	width: 800px;
	top: 210px;
	left: 50%;
	margin-left: -400px;
}
#Project-Body {
	position: relative;
	z-index: 3;
	width: 550px;
	left: 50%;
	margin-left: -175px;
	padding-bottom: 34px;
	padding-top: 14px;
}
#Project-Attribution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #818181;
}
#Index-Page {
	position: absolute;
	z-index: 3;
	height: 640px;
	width: 800px;
	top: 160px;
	left: 50%;
	margin-left: -400px;
	font-size: 15px;
}
