/* flexible text hack use once */
body {
	font-size: small; /* for most browsers */
}
* html body {
	font-size:x-small; /* hack for IE5/Win */
	f\ont-size: small; /* for miscellany IE versions */
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-size: 140%;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 20px;
}
h2 {
	font-size: 130%;
	line-height: 1.5em;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3 {
	font-size: 120%;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: 120%;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
}
h5 {
	font-size: 110%;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
}
h5, h6, p {
	font-size: 100%;
	line-height: 1.5em;
}
p {
	margin-bottom: 5px;
}
address {
	line-height: 1.5em;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: none;
}
.imgleft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 12px;
}
blockquote {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
blockquote p {
	line-height: 1em;
}
#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 30px;
}
/* header */
#side p#logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 280%;
	line-height: 1em;
	color: #999966;
	padding-bottom: 75px;
}
p#strap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 280%;
	line-height: 1em;
	color: #FF0000;
	padding-bottom: 20px;
}
#nav li {
	display: inline;
	padding-right: 20px;
	font-size: 130%;
}
ul#nav {
	padding-bottom: 15px;
}
/* right */
#wrapper {
	margin-top: 20px;
	float: left;
	width: 980px;
}
#main {
	float: left;
	width: 650px;
	margin-left: 30px;
}
#content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3300;
	padding-top: 20px;
}
#content table td {
	padding-right: 10px;
	padding-left: 8px;
	padding-top: 10px;
}
/* left */
#side {
	width: 300px;
	float: left;
}
#side p {
	font-style: italic;
	font-size: 95%;
	color: #48482F;
	padding: 0px;
	margin-bottom: 10px;
}
ul#gallerynav {
	margin-bottom: 20px;
}
#gallerynav li {
	margin-bottom: 5px;
}
ul#thumbs {
	margin-top: 20px;
	margin-bottom: 15px;
}
#thumbs li {
	display: inline;
}
#thumbs li img {
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 8px;
}
/* gallery */
h1#title {
	font-style: italic;
}
#mainimage {
	padding-bottom: 10px;
}
#details {
	color: #48482F;
}
#details p {
	font-style: italic;
}
p#description {
	font-style: normal;
}
/* contact */
#frog {
	padding-top: 180px;
}
/* cards */
#cards h4 {
	font-size: 85%;
	margin-right: 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	margin-top: 3px;
}
table#cards {
	background-color: #000000;
	margin-top: 10px;
}
#cards a:link {
	color: #FFF;
	text-decoration: none;
}
#cards a:visited {
	color: #FFF;
	text-decoration: none;
}
#cards a:hover, a:active, a:focus {
	color: #CC3300;
	text-decoration: none;
}
/* articles */
.source {
	font-style: italic;
	padding-top: 15px;
	font-size: 90%;
}
.article {
	font-style: italic;
}
.date {
	font-weight: normal;
}
#fullwidth table {
	margin-top: 40px;
	float: left;
}
#fullwidth td {
	text-align: center;
	width: 180px;
	padding-right: 20px;
}
#fullwidth td.last {
	padding-right: 0px;
}
#fullwidth td img {
	padding-bottom: 10px;
}
#fullwidth a img { /* Image opacity */
filter: alpha(opacity=100);
opacity:1;
}
 
#fullwidth a:hover img { /* Image opacity when rolled over */
filter: alpha(opacity=60);
opacity:0.6;
}
#side p.exhibitionlink {
	font-size: 100%;
	margin-top: 10px;
}
