* {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: .9em;
}
a img {
	border: 0px;
}
body, html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}
.content {
	width: 750px;
	margin: auto;
}
#topspacer {
	height: 75px;
}
#top {
	text-align: left;
	padding: 0px 0px 10px 0px;
	position: relative;
}
#address {
	width: 250px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	text-transform: uppercase;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: .85em;
	line-height: 1.35em;
	color: #818195;
}
#address a {
	color: #818195;
	text-decoration: none;
}
#address a:hover {
	text-decoration: underline;
}
#showcase {
	height: 200px;
	background-image: url("./showcase-bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	border-bottom: 5px solid #757586;
}
#showcase .mid {
	height: 200px;
	background-image: url("./showcase-mid.gif");
	background-repeat: no-repeat;
	background-position: top center;
	width: 800px;
	margin: auto;
	position: relative;
}
#display {
	width: 750px;
	height: 200px;
	margin: auto;
	overflow: hidden;
	position: relative;
	color: white;
	font-size: 1.3em;
	text-align: center;
	z-index: 10;
}
#pieces {
	width: 1500px;
}
#coverleft, #coverright {
	width: 275px;
	height: 200px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 100;
	top: 0px;
}
#coverleft {
	background-image: url("./cover-left.png");
	left: 0px;
}
#coverright {
	background-image: url("./cover-right.png");
	right: 0px;
}
.piece {
	background-image: url("./frame.png");
	background-repeat: no-repeat;
	background-position: top center;
	float: left;
	width: 250px;
	height: 180px;
	margin: 10px 0px;
	text-align: center;
	font-size: 1em;
	line-height: 180px;
	color: #42424f;
	padding: 15px 0px 0px 0px;
}
.piece div {
	display: none;
}
#arrowleft, #arrowright {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 20px;
	position: absolute;
	top: 87px;
	z-index: 101;
	padding: 0px 6px 2px 6px;
}
#arrowleft:hover, #arrowright:hover {
	background-color: white;
	color: #42424f;
}
#arrowleft {
	left: 0px;
}
#arrowright {
	right: 0px;
}
#info, #email {
	background-color: #32323c;
	color: #eaeaf4;
}
#info div, #email div {
	background-color: #32323c;
	padding: 20px 0px;
	text-align: left;
}
#info a, #email a {
	color: #eef;
	text-transform: uppercase;
	font-size: .85em;
	word-spacing: .3em;
}
#info a:hover, #email a:hover {
	text-decoration: none;
}
#info h3, #email h3 {
	margin: 0px 0px .5em 0px;
	padding: 0px;
	clear: both;
}
#email textarea {
	font-size: 1em;
	height: 9em;
	width: 50%;
}
#email input {
	font-size: 1em;
	width: 50%;
}
#email .text {
	margin: 0px 0px 10px 0px;
}
#instructions {
	text-transform: uppercase;
	font-weight: normal;
	background-color: #eef;
	color: #42424f;
	margin: 0px;
	padding: 5px;
	border-bottom: 5px solid #d9d9e5;
}
#error, #success {
	padding: 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
}
#error {
	background-color: #af0e0e;
	color: white;
	border-bottom: 5px solid #d35454;
}
#success {
	background-color: #35752e;
	color: white;
	border-bottom: 5px solid #84a081;
}
#hide_name, #hide_email, #hide_message {
	display: none;
}
.screenshot {
	width: 320px;
	border: 5px solid white;
	float: right;
	margin: 0px 0px 5px 0px;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
}
.text {
	width: 400px;
	float: left;
}
#info div.clear, #email div.clear, #info div.text, #email div.text {
	padding: 0px;
}