body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

body {
	background: #D0CEB1 url('/static/img/bg-primary.gif') repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
}

ul.std {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/** Home Page **/
div#home-page {
	width: 621px;
	height: 410px;
}

div#home-page h1 {
	margin: 0;
}

div#home-page h1 a {
	display: block;
	width: 621px;
	height: 0px;
	padding: 291px 0 0 0;
	background: url('/static/img/bg-home-h1.jpg') no-repeat;
	overflow: hidden;
}

div#home-page div#navigation {
	position: relative;
	width: 621px;
	height: 119px;
	background: url('/static/img/bg-home-nav.jpg') no-repeat;
}

div#container div#navigation {
	position: relative;
	top: 35px;
	width: 621px;
}

div#home-page div#navigation ul,
div#container div#navigation ul {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

div#container div#navigation ul {
	top: 72px;
}

div#home-page div#navigation ul li,
div#container div#navigation ul li {
	display: inline;
	margin: 0px;
}

div#home-page div#navigation ul li a,
div#container div#navigation ul li a {
	display: block;
	float: left;
	padding: 0 7px;
	margin: 0;
	height: 15px;
	border-right: 1px solid #666600;
	color: #fff;
	line-height: 15px;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: lowercase;
}

div#home-page div#navigation ul li a:hover,
div#container div#navigation ul li a:hover {
	background: #d1ceb1;
	color: #000;
}

/** Rest of site **/
div#container {
	width: 621px;
}

div#header {
	clear: both;
	height: 150px;
}

div#container div#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 157px 0 0 0;
	height: 0;
	width: 321px;
	background: url('/static/img/bg-h1.png') no-repeat;
	overflow: hidden;
}

div#content {
	position: relative;
	margin: 0 0 0 140px;
	padding: 50px 0 0 0;
	width: 480px;
}

div#content img.after {
	float: right;
}

div#content p.vert img {
	float: left;
}

div#content p.bna-vertical {
	margin: 0;
	padding: 0;
}

div#content p.bna-vertical img {
	float: right;
}

div#content p.prev-next {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-align: right;
	border-bottom: 1px solid #000
}

div#content h1 {
	position: absolute;
	top: -27px;
	left: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
}

div#content h1#overview {
	width: 220px;
	padding: 81px 0 0 0;
	background: url('/static/img/bg-h1-overview.png') no-repeat;
	overflow: hidden;
}

div#content h1#previous-projects {
	left: -40px;
	width: 220px;
	padding: 81px 0 0 0;
	background: url('/static/img/bg-h1-previous-projects.png') no-repeat;
	overflow: hidden;
}

div#content h1#antiques {
	width: 177px;
	padding: 81px 0 0 0;
	background: url('/static/img/bg-h1-antiques.png') no-repeat;
	overflow: hidden;
}

div#content h1#contact {
	left: -7px;
	width: 184px;
	padding: 66px 0 0 0;
	background: url('/static/img/bg-h1-contact.png') no-repeat;
	overflow: hidden;
}

h3 {
	clear: both;
}

hr {
	clear: both;
}

img.project-image {
	width: 480px;
}

/** Footer **/
div#footer {
	padding: 10px 0 0 140px;
}
