#holder {
	width: 800px;
	border: thin solid #333;
	background-color: #EDEDF5;
	margin-right: auto;
	margin-left: auto;
}
#header1 {
	background-color: #2F5983;
	margin-right: auto;
	margin-left: auto;
}
#holder #header1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #DFE0DB;
}
.textformat {
	font-weight: bold;
	color: #603;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
}

#left1 {
	background-color: #999;
	float: left;
	border: thin ridge #999;
	width: 25%;
	text-decoration: none;
}
#left1 a {
	text-decoration: none;
}

#left1 a:hover {
	color: #09F;
	text-decoration: none;
}


#footer1 {
	background-color: #2F5983;
	clear: both;
	height: 5px;
	color: #FFF;
}
#right1 {
	float: right;
	width: 70%;
}
#right1 a {
	text-decoration: none;
}
#right1 a:hover {
	color: #900;
	text-decoration: none;
}

.pushright {
	float: right;
}
#home {
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 2px;
	cursor: pointer;
	border: 1px solid black;
}
#home a {
	text-decoration: none;
}
#home a:hover {
	color: #09F;
}
#artwork {
}
#thebuild {
	background-color: #999;
	height: 350px;
	overflow: scroll;
}
