

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	text-align: center;
	background-color: #646464;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#container {
	width: 750px;
	margin: auto;
	text-align: left;
	color: #8e8983;
	border-left: 5px solid #595959;
	border-right: 5px solid #595959;
	background-color: #f0e7d6;
}

#columns {
 background: url(images/columns.gif) repeat-y;
 width: 100%;
}

a {
	color: #8e8983;
}



/* -------- header ----------------------- */

#header {
	background-color: #c7c4bd;
	height: 35px;
	padding: 0px;
}

#header a {
	margin:0px;
	padding:0px;
	text-decoration: none;
}

#header a img {
	border:none;
	}

#header h1 {
	color: #2f2f2d; 
	font-size: 20px; 
	font-family: Verdana, sans-serif; 
	font-weight: bold; 
}
	
#header h2  { 
	color: #988c62; 
	font-size: 20px; 
	font-family: Georgia, serif; 
	font-weight: normal;
	
}


/* -------- left ----------------------- */

#left {
	float: left;
	background-color: #f0e7d6;
	width: 249px;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#left h1   { 
	color: #2f2f2d;
	background-color: #c7c4bd; 
	font-size: 20px; 
	font-family: Verdana, sans-serif; 
	font-weight: bold; 
	text-align: right; 
	height: 35px;
	margin: 0px;
	 }

#left h2 {
	text-align: center;
	padding: 10px 10px 10px 25px;
	border-bottom: 1px solid #988c62;
	margin-top: 0px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #f0e7d6;
	background-color: #988c62;
	height: 25px;
}

#left a {
	color: #8e8983;
}

#left a:hover {
	font-weight: bold;
}

#left p {
	font-family: Georgia;
	padding: 20px;
	border-bottom: 1px solid #988c62;
	margin: 0px;
	}
	
#left p.second {
	text-align: right;
}

	
#left img {
	border-bottom: 1px solid #988c62;
}

#left ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}


#left li.about a {
	display: block;
	text-decoration: none;
	color: #988c62;
	padding: 5px 15px;
	width: 250px;
	
}

#left li.about a:hover {
	background-color:#988c62;
	color: #f0e7d6;
}

#left li.aboutcurrent a {
	display: block;
	text-decoration: none;
	padding: 5px 15px;
	width: 250px;
	background-color:#988c62;
	color: #f0e7d6;
	font-weight: bold;
	}

#left .galleryHeader {
	font-family: Georgia;
	padding: 0px 20px;
	border-bottom: 1px solid #988c62;
	margin: 0px;
	height:37px;
	line-height: 37px;
}
	
/* -------- contact ----------------------- */

#contact {
	border-bottom: 1px solid #988c62;
	font-family: Georgia, serif;
	font-size:10px;
	font-weight: bold;
	color: #f0e7d6;
	background-color: #988c62;
	height: 34px;
	line-height: 34px;
}

#contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

#contact li {
	float: left;
	margin: 0 5px;
}

#contact li a {
	text-decoration: none;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 10px;
	color: #f0e7d6;
	padding-left: 20px;
	}
	


#contact li a:hover {
	text-decoration: underline;
}
/* -------- right ----------------------- */

#right {
	float: right;
	background-color: #f5f2eb;
	width: 500px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #988c62;
	display: inline;
	position: relative;
	
}

#right h1   { 
	color: #988c62;
	background-color: #c7c4bd; 
	font-size: 20px; 
	font-family: Georgia, serif; 
	font-weight: bold; 
	text-align: left; 
	margin: 0px;
	height: 35px;
	
}

#right h3 {
	padding-left: 35px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-top: 25px;
	margin: 0px;
	font-weight: bold;
	color: #646464;
}

#right h4 {
	padding-left: 50px;
	padding-bottom: 0px;
	padding-right: 50px;
	padding-top: 25px;
	font-weight: bold;
	color: #646464;
}


#right img {
	padding: 0px;
	margin: 0px;
	border: 0 none;
	line-height: 0px;
}

#right p {
	padding: 35px 50px 40px 50px;
	margin: 0px;
	color: #646464;
	font-size: 12px;
	text-indent: 10px;
	line-height: 18px;
}


.image {
	line-height: 0px;
	padding:0px;
	margin:0px;
	width: 500px;
	border-bottom: 1px solid #988c62;
}

.detail {
	line-height: 0px;
	padding:0px;
	margin:0px;
	width: 500px;
	border-top: 1px solid #988c62;
}


.imageDesc{
	padding:0px;
	margin:0px;

}

#right .imageDesc p {
	margin:0px;
	padding:0px 50px 35px 50px;
	text-indent: 0px;
}

#right .imageDesc h4 {
	padding-left: 35px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-top: 0px;
	margin:0px;
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
}

ul.resume { padding-left: 75px;}

/* -------- nav ----------------------- */

#nav {
	padding: 0px;
	margin: 0px;
	height: 34px;
	line-height: 34px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li {
	float: left;
}

#nav li a {
	display: block;
	text-decoration: none;
	width: 124px;
	text-align: center;
	color: #c7c4bd; 
	font-size: 15px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	border-left: 1px solid #c7c4bd;
	border-bottom: 1px solid #988c62;
	background-color: #8e8983; 
}

#nav li a.first {
	border-left: 1px solid #8e8983;
}

#nav li a.current {
	background-color:#988c62;
	color: #f0e7d6;
}



#nav li a:hover {
	background-color:#988c62;
	color: #f0e7d6;
}

/* #nav li a:visited  { color: #686868 } */

#nav li a:active {
	background-color:#988c62;
	color: #f0e7d6;
}

/* -------- gallery nav --------------- */
#left li {
	margin:0;
	padding:0;
	border-bottom: 1px solid #988c62;
}

#left li img{
margin: 0px;
padding: 0px;
border:none;
}

#left a img{
	display: block;
}

#left a img.currentwork {
	border-right: 10px solid #c7c4bd;
}


#left a:hover img {
	border-right: 10px solid #988c62;
}

/* -------- footer ----------------------- */

#footer {
	clear: both;
	background-color: #c7c4bd;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #988c62;
}

#footer h5 {
	height: 34px;
	line-height: 34px;
	color: #2f2f2d; 
	font-size: 10px;
	font-style:italic; 
	font-family: Verdana, sans-serif;
	margin:0px;
	padding: 0 0 0 15px;
	}
