body {
	background-color: #f7f4ef;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: georgia;
	font-size: 9pt;
	line-height: 16pt;
	color: #51493b;
}
form, p, img, ul, li { border: 0; margin: 0; padding: 0; }

p { padding-bottom: 20px; }

h2 { 
	font-size: 14pt; 
	font-weight: normal;
	color: #2d2412;
}
a, a:visited { color: #433a27; }
a:hover { color: ; }


img.img_title { margin-top: 33px; }

#popup {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	margin: 0 auto;
}

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

#logo_area {
	position: relative;
	background-image: url('images/logo_bg.png');
	background-repeat: repeat-x;
	width: 323px;
	height: 124px;
}
#logo {
	position: absolute;
	top: 26px;
	left: 65px;
}
#nav {
	background-image: url('images/nav_bg.png');
	background-repeat: repeat-x;
	height: 48px;
	padding-left: 323px;
}
#nav ul { list-style-type: none; }
#nav li { list-style-type: none; display: inline; }

#nav a {
	display: block;
	float: left;
	height: 48px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#nav a.home,
#nav a.home:visited {
	width: 61px;
	background-image: url('images/home.png');
}
#nav a.about,
#nav a.about:visited {
	width: 59px;
	background-image: url('images/about.png');
}
#nav a.contact,
#nav a.contact:visited {
	width: 74px;
	background-image: url('images/contact.png');
}
#nav a:hover {
	background-position: 0 -48px;
}
#nav a.active { background-position: 0 -48px; }

#projects {
	position: absolute;
	top: 124px;
	left: 0;
	width: 323px;
	display: block;
	z-index: 100;
}
#projects a.projects, 
#projects a.projects:visited {
	display: block;
	height: 55px;
	background-image: url('images/projects.png');
	background-repeat: no-repeat;
	text-decoration: none;
}
#projects_arrow {
	position: absolute;
	top: 172px; 
	left: 13px;
	z-index: 102;
}

#projects_menu {
	display: block;
	background-color: #1b1609;
	width: 323px;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 50;
}
#projects_menu ul { padding: 20px; list-style-type: none; }
#projects_menu li { list-style-type: none; }
#projects_menu li a,
#projects_menu li a:visited { color: #fff; text-decoration: none; }
#projects_menu li a:hover { color: #665639; }
#projects_menu li.current_page_item a { color: #f1c90e; font-weight: bold; }

#body_text {
	padding-left: 166px;
	width: 305px;
}

div.link_list_nav {
	position: absolute;
	font-size: 8pt;
}
.right { top: 512px; left: 637px; }
.left { top: 512px; left: 0; }

div.link_list_nav ul {
	list-style-type: none;
	padding-top: 12px;
}
div.link_list_nav li {
	list-style-type: none;
}
div.link_list_nav .img_title { margin-top: 0px; }

#more_photos {
	position: absolute;
	top: 490px;
	right: 0;
	width: 306px;
	display: block;
	float: right;
}
#more_photos img { float: left; }
#more_photos img.one { padding-right: 10px; }
#more_photos img.three { padding-top: 10px; }

#footer {
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	padding: 33px 0 0 0;
	margin: 20px 0 40px 0;
	color: #b8af9b;
	font-size: 8pt;
}
