﻿html {
	margin: 0;
	padding: 0;
}

html, body {
    height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font: 12px/18px Georgia, Garamond, Times, serif;
	color: #6E6D47;  /*#333;*/
	background-color: #EAEAD0;
	text-align: center;
}

p {
	line-height: 16px;
	margin:0px 0px 16px 0px;
	padding:0px;
}

img {
	border: 0;
	padding: 0px;
}

a:link {
	color: #6E6D47;
}

a:visited {
	color: #6E6D47;
}

a:hover {
	color: #A3A269;
	text-decoration: none;
	}

h1 {
	font-size: 12px;
	text-transform: uppercase;
}

h2 {
	font-size: 11px;
}
	
.title {
	clear: both;
	font-size: 20px;
	font-weight: bold;
	color: #7D7C4E;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
.homepagequote {
	/*padding-top: 160px;*/
	font-size: 16px;
	line-height: 150%;
}

.homepagequoter {
	text-align:right;
	font-style:italic;
	font-size: 14px;
	margin-bottom: 25px;
}

.galleryMenu {
	float: left;
	width: 150px;	
}

.galleryMenu a {
	text-decoration: none;
	color: #A3A269;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
}

.artDetail {
	font-size: 12px;
}

.thumbnailDisplay {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.thumbnailDisplay img {
	padding: 3px;
}

.quoter {
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}
.newsletters p {
	width: 100%;
	text-align:center;
	background-color: #7D7C4E;
	color: #ffffff;
}

.newsletters ul {
	list-style: square;
}

.newsletters div {
	vertical-align: top;
	border: 1px #7D7C4E;
	border-style: solid;
	width: 158px;
	height: 86px;
	margin: 5px;
	float: left;
}

.resume {
	margin-top: 0px;
}

.resume li {
	line-height: 20px;
	list-style: square;
}

.columnlist {
	line-height: 20px;
	list-style: square;
}

.quoteitalic{
	font-style:italic;
}
/* art gallery, events*/
.lists ul {
	list-style: none;
	margin-bottom: 30px;
}

.galleries ul {
	list-style: none;
	float: left;
	margin-bottom: 30px;
}

/* part 1 of 2 centering hack */
#content {
	width: 756px; 
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background-color: #FFF;
	border: 0px solid #000;
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 756px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 756px;
	}
html>body #content {
	width: 756px; /* ie5win fudge ends */
	}

#masthead {
	width: 756px;
	height: 148px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:right;
	line-height:0%;
	background: transparent url(../images/banner/masthead_bg.jpg) top left no-repeat;
	}

#topofpagenav {
	width:756px;
	height:26px;
	margin-left:0px;
	padding-top:0px;
	background: transparent url(../images/nav_bg.gif) top left repeat-x;
	}

#main {
	padding: 0px 30px 0px 30px;
}

#divDetail {
	float: left;
	padding-bottom: 15px;
	width:400px;
	
}

#imageNav {
	clear: both;
	background-color: #7D7C4E;
	width: 756px;
	height: 18px;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	margin-left: -30px;
}

#footer {
	clear: both;
	width: 756px;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	background-color: #fff;
	text-align: center;
	}
	
#copyright {
	width: 756px;
	height:30px;
	clear:both;
	margin-left:0px;
	margin-top:0px;
	background: transparent url(../images/copyright_bg.gif) top left repeat-x;
	border:0px solid #900;
	padding-bottom:10px;
	}

#copyright h6 {
	width:180px;
	background-color:#FFF;
	font: 10px Georgia, Garamond, Times, serif;
	font-weight:normal;
	text-align:center;
	margin:0px auto 3px auto;
	}	

#copyright p {
	font: 12px/18px Georgia, Garamond, Times, serif;
	font-weight:normal;
	text-align:center;
	margin:0px auto 0px auto;
	}	

