@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;
}

#vertmenu {
	float: left;
	width: 250px;
	text-align: left;
}

#artbox {
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
	width: 800px;
	float: right;
	text-align: center;
}

#artcap {
	width: 250px;
	background-color: #000000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #FFF;
	font-weight: bold;
}
#panoramacol {
	width: 1100px;
	margin-top: 30px;
}
#spacer {
  clear: both;
  }