body {
  background-image: url('images/background.png');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-color: #ffffff;
  
  font-family: tahoma, verdana, sans-serif;
  font-size: 14px;
	color: #aa9e72;
}

p.galleries {
	color: #aa9e72;
	margin-top: 10px;
	font-weight: bold;
	margin-top: 0px;
}

a {
	color: #aa9e72;
}

a img {
	border: 0px solid;
}

div#header {
	position: relative;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #aa9e72;
	width: 798px;
	margin-bottom: 10px;
}

div#content {
	position: relative;
  float: left;
}

div#midcolumn {
  position: relative;
  width: 700px;
}

div#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

div#left {
	position: relative;
	width: 558px;
	float: left;
	margin-right: 12px;
}

div#right {
	position: relative;
	width: 228px;
	float: left;
}

.things {
	position: relative;
	float: left;
	width: 100%;	
	background-color: #ffffff;
	border: 1px solid #aa9e72;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.things_wide {
	position: relative;
	clear: left;
	width: 798px;	
	background-color: #ffffff;
	border: 1px solid #aa9e72;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#skyscraper {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: -30px;
	width: 150px;
	height: 600px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	display: inline;
}
