body {
	font-family: "Adobe Garamond Pro", "Adobe Garamond", "Georgia", serif;
	background-color:#4a2a1f;
	background-image: url(../images/bg-body.gif) ;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: #6d4f37;}

/* -----------------------------------
			=LAYOUT
----------------------------------- */
#wrapper { background: url(../images/bg-wrapper.png) repeat-y 10px top;}
#header { height: 156px; background: url(../images/bg-header-trans.png) no-repeat left top; position: relative;}

#navigation {  margin-top: -.375em; padding-top: 1px; }
#navigation ul {list-style-type: none;}
#navigation li {display: inline; float: left; }

#content{background-color: #c4ead6; padding-left: 20px; }

#footer {padding-top: 10px; background: url(../images/bg-footer.png) no-repeat left bottom;}


/* -----------------------------------
			=CLASSES
----------------------------------- */
.narrow_column {border-left: 1px solid #532f19; padding-left: 10px;}
.alignLeft {float: left;}
img.alignLeft {margin: 0 10px 4px 0;}
.alignRight {float: right;}
.clear {clear: both;}

/* -----------------------------------
			=TYPOGRAPHY
----------------------------------- */
h1, h2, h3, h4 {font-weight: normal;}
#navigation {text-transform: uppercase; }

#content p { line-height: 1.95em;}

#footer {text-align: center;}
/* -----------------------------------
			=LINKS
----------------------------------- */
a {text-decoration: none; color: #4D805E;}
a:hover {color: #646464; text-decoration: underline;}
#navigation li {margin: 0; }
#navigation li a { display: block; padding: 8px 10px 0px 10px;background-color: #532f19;  margin:0 8px 0 4px; color:#fff ;}
#navigation li.current a,#navigation li a:hover  { background: url(../images/bg-tabs.jpg) repeat-x left top; color: #532f19;}
#navigation li a:hover {background-color: #9dd1b5;}

#header h1 a { 
	text-indent: -9999px;
	margin: 40px 0 0 20px; 
	display: block; 
	width: 531px; 
	height: 36px; 
	background: url(../images/bg-h1-trans.png) no-repeat left top;}
	
	#header h1 a:hover { background: url(../images/bg-h1-trans.png) no-repeat left bottom;}

/* -----------------------------------
			=LISTS
----------------------------------- */


.resume dt {width: 120px; float: left; text-align:right; font-weight: bold;}
.resume dd {margin-left: 140px;}

/* -----------------------------------------------
			=GALLERY
-------------------------------------------------- */
.gallery h2 {text-transform: lowercase; font-style: oblique; border-bottom: 1px dotted #a4d0b3;}
.gallery .narrow_column { border: none; padding: 0;}

.gallery ul {list-style-type: none; font-size: 18px; text-align: right; padding-right: 40px;}

.gallery img {margin-right: 10px;}

.gallery {padding-top: 20px; padding-bottom: 60px; border-bottom: 1px dotted #333;}
ul#galleryNav {margin: 0 0 40px 0; clear: both;}
#galleryNav li {display: inline; float: left; font-style: oblique; font-size: 24px;}
#galleryNav li.current a{color: #333;}
/* -----------------------------------------------
			=CONTACT
-------------------------------------------------- */
#form_box {
	width: 380px;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.5em 0.5em;
}

#form_box div.hr {
	border-bottom: 1px solid #efefef;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}

#form_box p {
	float: left;
	text-align: right;
	margin: 4px 0pt;
	padding-right: 10px;
	width: 80px;
}


#log {
	width: 590px;
	margin-top: 10px;
}

#log_res {
	overflow: auto;
}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/loading.gif) no-repeat center;
}