body {
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #fff;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 940px;
	height: 255px;
	background-image: url("images/header.jpg")
}

#esthete {
	position: relative;
	top: 221px;
	left: 319px;
	font-size: .75em;
}

#content {
	float: right;
	top: 0px;
	right: 0px;
	width: 620px;
	height: 365px;
	overflow-y: scroll;
}

#column1 {
	float: left;
	width: 270px;
	height: auto;
	font-size: .8em;
	margin: 30px 0px 0px 0px;
}

#column2 {
	float: right;
	width: 270px;
	height: auto;
	font-size: .8em;
	margin: 30px 37px 0px 0px;
	padding-bottom: 50px;
}

#contact {
	float: left;
	top: 0px;
	left: 0px;
	width: 240px;
	height: 285px;
	padding-top: 80px;
	text-align: right;
	padding-right: 40px;
}

.gallery {
	float: left;
	padding: 10px 10px 20px 0px;
}

.photo {
	border: #9d4432 solid 2px;
	margin: 0px;
}


#footer {
	position: absolute;
	top: 620px;
	left: 0px;
	width: 940px;
	height: 60px;
	text-align: right;
	background-image: url("images/footer.jpg");
}

#box {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 940px;
	height: 680px;
	margin-left: -470px;
}


/***** text formatting *****/


h1 {
	font-size: 1.2em;
	margin: 0px;
	margin-bottom: -10px;
	padding: 0px;
}

h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #9d4432;
	margin: 0px;
	margin-bottom: -10px;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	color: #9d4432;
	margin: 0px;
	margin-bottom: -10px;
	padding: 0px;
}

h5 {
	font-size: .8em;
	font-weight: bold;
	color: #9d4432;
	margin: 0px;
	margin-bottom: -20px;
}

h6 {
	font-size: .7em;
	font-weight: normal;
	color: #9d4432;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #9d4432;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #9d4432;
}