BODY { 
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #C8D59A;
}

body.main {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	background: #C8D59A URL(images/bg.gif);
}


.content {
	color: #707757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
}

.content a {
	color: #8a474e;
	font-weight: bold;
	text-decoration: none;
}
.content a:visited {
	color: #8a474e;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.content a:hover {
	color: #8a474e;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

.highlightbox {
	background: #E4EBCF;
	border: 1px solid #8a474e;
	padding: 10px;
	color: #707757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 8pt;
}

.highlightbox td{
	padding: 10px;
}

.highlightbox td table tr td {
	padding: 3px;
}

td {
	padding: 0px;
}

.caption {
	color: #8a474e;
	font-weight: bold;
	font-size: 10pt;
}

.artwork a {
	color: #707757;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
.artwork a:visited {
	color: #707757;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.artwork a:hover {
	color: #8a474e;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

.artwork td{
	padding: 5px;
}
img.artwork {
	border: 1px;
	border-style: solid;
	border-color: #BA927E;
}

img.portfolio {
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

.artcaption {
	color: #707757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a, a:visited, a:hover {
	font-weight: bold !important;
}

h3  { 
	color: #A8745B; 
	font-size: 11pt; 
	font-weight: bold;
	border-bottom: 1px solid #858e67;
	font-style: italic;
}
h3  a { 
	font-weight: bold;
	text-decoration: none !important;
	font-style: italic !important;
}
ul {
	list-style-type: square;
}