@charset "UTF-8";
/* CSS Document */
a:link {
	color: #673531;
	text-decoration: none;}
a:visited {
	color: #673531;}
#whitecontent {
	font-family: 'BenchNine', sans-serif;
	margin: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}
#sitetitle {
	font-weight: 700;
	line-height: 90px;
	font-size: 100px;
	height: 300px;
	width: 300px;
	position: absolute;
	margin-top: 30px;
	margin-left: 30px;
}
#subtitle {
	font-size: 50px;
	height: 50px;
	width: 300px;
	position: absolute;
	margin-top: 150px;
	margin-left: 300px;
}
#nav {
	font-size: 24px;
	height: 25px;
	width: 400px;
	margin-top: 30px;
	margin-left: 900px;
	position: absolute;
	margin-right: auto;
}
#navbox {
	height: 21px;
	width: 109px;
	background-color: #CCC;
	margin-top: 35px;
	margin-left: 903px;
	position: absolute;
}
#pics {
	height: 1000px;
	width: 748px;
	margin-right: auto;
	margin-left: 300px;
	margin-top: 165px;
}

#gugsquare {
	height: 216px;
	width: 216px;
	background-image: none;
	float: left;
	margin-top: 50px;
	margin-right: 50px;
}
#fallingsquare {
	height: 216px;
	width: 216px;
	background-image: none;
	float: left;
	margin-top: 50px;
	margin-right: 50px;
}
#robiesquare {
	height: 216px;
	width: 216px;
	background-image: none;
	float: right;
	margin-top: 50px;
}
#hollyhocksquare {
	height: 216px;
	width: 216px;
	background-image: none;
	float: left;
	margin-top: 50px;
	margin-right: 50px;
}
#taliesinsquare {
	height: 216px;
	width: 216px;
	background-image: none;
	float: left;
	margin-top: 50px;
	margin-right: 50px;
}
#imperialsquare {
	height: 216px;
	width: 216px;
	background-image: none;
	float: right;
	margin-top: 50px;
}

#sitetitle a {
	color: black;
}
