.constructor {
	width: 821px;
	left: 50%;
	margin-left: -410px;
	position:relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.topGraphic {
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
	background-position: top;
}
.bottomGraphic {
	background-image: url(../img/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height:405;
	padding-top: 90px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E3DFAD;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 6px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #E3DFAD;
	margin-bottom: 0px;
}
ul {
	margin: 0px;
	padding-left: 25px;
}
.filler {
	background-repeat:repeat-y;
	left: -50px;
	top: 50px;
	background-image: url(../img/filler.png);
	background-position: 0px 200px;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEEEEE;
	margin-top: 12px;
	margin-bottom: 12px;
}
.finalCode {
	color: #990000;
	font-weight:bold;
}
a:link {
	color: #069CC8;
}
a:hover {
	color: #069CC8;
	text-decoration: underline;
}
a:visited {
	color: #014F5C;
}
.blend {
	color: 335252;
}
.subContent {
	color: #FFCC00;
}
