@charset "utf-8";
##brownbox {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ddccbb;
	background-position: center;
	width: 1100px;
}
#colleft {
	float: left;
	width: 650px;
	margin-left: 40px;
	text-align: justify;
	margin-top: 30px;
	text-indent: 3px;
}
#colright {
	float: right;
	width: 350px;
	margin-right: 40px;
	text-align: justify;
	margin-top: 30px;
}
#singlecol {
	width: 1020px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
}
#galleft {
	float: left;
	width: 450px;
	margin-left: 40px;
	text-align: justify;
	margin-top: 30px;
	text-indent: 3px;
}

#galright {
	float: right;
	width: 550px;
	margin-right: 40px;
	text-align: justify;
	margin-top: 30px;
}
#photocap {
	width: 350px;
	text-align: left;
	font-weight: bolder;
}

#spacer {
  clear: both;
  }