/* --------------generic-------------- */

body {
        background: #f1f2d3;
        font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
}

a:link, a:visited, a:active {
        color: #e5f048;
        text-decoration: none;
        font-weight: bold;
}

a:hover {
        color: #c3f612;
        text-decoration: underline;
}

/* --------------header-------------- */

#wrap {	
	width: 987px;
	padding:0;
	margin:0 auto;
}

#head {
	background: url('images/head.jpg') no-repeat top center;
        width: 987px;
        height: 465px;
}

#about {
	margin: 0;
	padding: 230px 0 0 35px;
	width: 690px;
	height: 158px;
	color: #4e1d08;
	font-size: 0.93em;
	line-height: 0.85em;
	text-align: justify;
}

#contact {
	text-align: right;
	padding: 0;
	margin: 0;
	font-family: Georgia, Serif;
	color: #4b3c08;
	font-size: 1.5em;
	line-height: 1.0em;
}

#contact li {
	list-style-type: none;
	display: inline;
	padding: 0 15px 0 50px;
}

#headshot {
	background: url('images/mugshot.jpg');
	width: 189px;
	height: 145px;
	position: relative;
	left: 750px;
	bottom: 145px;
}

/* --------------main content-------------- */

#content {
	width: 945px;
	margin: 0 auto;
}

.gallery {
	background: #FFFFFF url('images/contentbox.jpg') top center no-repeat;
	width: 945px;
	min-height: 270px;
	margin: 0 0 20px 0;
	padding: 0 0 40px 0;
}

.gallery img {
	border: 4px solid #cfcfbc;
}

.gallery a:hover img {
	border: 4px solid #bfc295;
}

.gallery h1 {
	font-family: Georgia, Serif;
	color: #725317;
	padding: 15px 0 0 60px;
	margin: 0;
	font-weight: normal;
}

.art ul{
	margin: 0;
	padding: 0;
}

.art li{
	margin: 0;
	padding: 0 40px 0 0;
	display: inline;
	list-style-type: none;
}

.more {
	float: right;
	margin: 0 20px 0 0;
	width: 90px;
	height: 30px;
}

.more a{
	background: url('images/morebutton.jpg') top left no-repeat;
	display: block;
	width: 90px;
	height: 30px;
	outline: none;
}

.more a:hover{
	display: block;
	background: url('images/morebutton.jpg') left bottom no-repeat;
}

/* --------------footer-------------- */

#foot {
        background: url('images/footer.jpg') bottom center no-repeat;
        width: 945px;
        height: 224px;
	margin: 0 auto;
}

#foot h2 {
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #4b3c08;
	padding: 50px 0 0 40px;
	margin: 0 0 10px 0;
}

#foot img {
	border: none;
}

#foot ul {
	padding: 0;
	margin: 0;
	text-align: center;
}

#foot li {
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#copyright {
	font-size: 0.8em;
	color: #c2b3a6;
	text-align: center;
}