@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	background: #5a3320 url(../images/bg_page.png) top left repeat-x;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Frutiger, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	color: #361e12;
}

img { border: none; }

img.png { behavior: url(pngbehavior.htc); }

a, a:link, a:active, a:visited { color: #88501d; }

a:hover { color: #5f581f; }

p, td {
	font-family: "Trebuchet MS", Frutiger, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

h1 {
	margin-top: 10px;
	padding-top: 0;
	font-size: 1.5em;
	color: #855914;
}

input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Frutiger, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#container {
	position: relative;
	width: 798px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 798px;
	height: 130px;
}

ul#menu {
	background: url(../images/bg_menu.png) top left no-repeat;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 1px 0 0 0;
	white-space: nowrap;
}

ul#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu img.withRightSpacer {
	background-color: #361e12;
	padding-right: 1px;
}

ul#menu img.withLeftSpacer {
	padding-left: 1px;
}

#contentContainer {
	position: relative;
	background: url(../images/bg_container.png) top left repeat-y;
	text-align: center;
}

#content {
	margin: 0 20px;
	padding: 15px 20px;
	background: url(../images/bg_content.jpg) top left no-repeat;
	text-align: left;
}

#footer {
	position: relative;
}

#footerText {
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
	color: #2a160c;
}

#footerText a, #footerText a:link, #footerText a:active, #footerText a:visited {
	color: #8f561e;
	text-decoration: none;
}

#footerText a:hover {
	color: #8f561e;
	text-decoration: underline;
}

.pullquote {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}

table#portfolioTable tr td {
	padding-top: 20px;
}

.portfolioPic {
	border: 1px solid #361e12;
}

#timbercrest {
	position: absolute;
	bottom: 30px;
	right: 60px;
}