* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.6 "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #E9EAE9;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

a, a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#wrapper {
  width: 780px; 
}

#left_col {
	padding-top: 325px;
	background: url(../images/logo.gif) no-repeat left top;
	float: left;
	width: 197px;
}

#right_col {
	/*float: right;
	width: 583px;*/
	margin-left: 200px;
	margin-top: 20px;
}

#nav {
	margin-left: 30px;
	width: 158px;
	list-style: none;
}
#nav ul {
	list-style: none;
}

#nav_portfolio, #nav_about, #nav_commissions, #nav_workshops, #nav_contact {
	height: 36px;
	width: 158px;
}

#nav_portfolio a, #nav_about a, #nav_commissions a, #nav_workshops a, #nav_contact a {
	background: url(../images/nav.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

#nav_portfolio a {
	background-position: left top;
}

#nav_about a {
	background-position: left -36px;
}

#nav_commissions a {
	background-position: left -72px;
}

#nav_workshops a {
	background-position: left -108px;
}

#nav_contact a {
	background-position: left -144px;
}


#nav_portfolio a:hover, #nav_portfolio a#selected { background-position: right top; }
#nav_about a:hover, #nav_about a#selected { background-position: right -36px; }
#nav_commissions a:hover, #nav_commissions a#selected { background-position: right -72px; }
#nav_workshops a:hover, #nav_workshops a#selected { background-position: right -108px; }
#nav_contact a:hover, #nav_contact a#selected { background-position: right -144px; }


#copyright {
	color: #B68252;
	font: 1em/2.5em Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #B68252;
	margin-top: 20px;
	text-align: right;
	margin-right: 14px;
}

#copyright a {
	color: #B68252;
	text-decoration: underline;
}


#right_col h1 {
	text-indent: -9999px;
	height: 46px;
	background: url(../images/anne.gif) no-repeat left top;
}

#right_col h1 a {
	display: block;
	height: 46px;
	height: 200px;
	text-decoration: none;
}

#right_col h2 {
	color: #B68252;
	font: normal 2.5em/2.5em Georgia, "Times New Roman", Times, serif;
	letter-spacing: .2em;
	padding-left: 20px;
}

#content {
	
}

#content_top {
	height: 23px;
	background: url(../images/content_bg_top.gif) no-repeat center bottom;
}

#content_area {
	background: url(../images/content_bg.gif) repeat-y center top;
	padding-bottom: 2em;
	color: white;
}

#content_area h3 {
	color: #819FC6;
	font-size: 1.8em;
	font-weight: normal;
	padding-left: 30px;
}

#content_area ul {
	margin-left: 30px;
	padding-bottom: 2em;
}

#content_area li {
	font-size: 1em;
	list-style-position: inside;
}

#bio table {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 2em;
}

#bio td {
	margin-bottom: 5px;
	padding: 5px;
	background-color: black;
}

#bio h3 {
	font-size: 1.2em;
}

td.td_left {
	width: 75px;
}

#content_area h4 {
	font-weight: normal;
	text-transform: uppercase;
	color: #819FC6;
	font-size: 1.5em;
	text-align: left;
}

#content_area p {
	color: white;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 2em;
}

#content_area p a {
	color: white;
	text-decoration: underline;
}

.smd_slimbox {
	width:150px;
}

.smd_slimbox a {
	width:150px;
	border: none;
	margin: 0;
	padding: 0;
}

.smd_slimbox img {
	margin-bottom: 10px;
}

.smd_slimbox span {
	float:left;
	width:140px;
	padding:2px 0 0 5px;
}
li.smd_slimbox_nav {
	clear:both;
	width:500px;
	padding:20px;
}
.smd_slimbox_prev {
	float:left;
}
.smd_slimbox_next {
	float:right;
}

table.gallery_table {
	margin-left: 35px;
}

table.gallery_table td {
	vertical-align: top;
	text-align: center;
	padding: 0 10px;
}

table.gallery_table td h3 {
	text-align: left;
}
