body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: center;
	color: #666666;
	font-size: 75%;
	background-color: #669999;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
a:link {
	color: #669999;
	text-decoration: underline;
}
a:visited {
	color: #669999;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #669999;
	text-decoration: underline;
}
#menu {
	height: 32px;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#menu ul {
	list-style-type: none;
	font-size: 0.9em;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#menu ul li {
	display: inline;
	padding-right: 40px;
	text-transform: uppercase;
}
#menu ul li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#menu ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menu ul li a:hover {
	text-decoration: none;
	color: #a5cfce;
}
#menu ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#maincontainer {
	height: auto;
	width: 860px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #84a9a3;
	padding: 19px;
	margin-top: 30px;
}
#logo {
	height: 122px;
	width: 860px;
	background-image: url(../img/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	float: left;
}
#exhibitions {
	background-color: #80ada8;
	float: left;
	height: 175px;
	width: 263px;
	margin-right: 18px;
}
#header {
	float: right;
	height: 175px;
	width: 579px;
	background-color: #97C3C1;
}
#leftcolumn {
	float: left;
	height: auto;
	width: 263px;
	display: inline;
	margin-right: 19px;
	margin-top: 19px;
}
#categories {
	float: left;
	height: auto;
	width: 263px;
	display: inline;
}
#search {
	float: left;
	height: auto;
	width: 263px;
	margin-top: 20px;
	background-image: url(../img/search_artists.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
}
#search #searchfield {
	width: 160px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #efefef;
	border: 1px solid #CCCCCC;
	color: #999999;
}
#recent {
	float: left;
	height: auto;
	width: 263px;
	background-image: url(../img/bg_recent.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 45px;
	margin-top: 20px;
}
#recent ol {
	margin: 0px;
	padding: 0px;
}
#recent ol li {
	list-style-type: none;
	display: block;
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	float:left;
	border: 1px solid #e5eeee;
	margin-bottom: 2px;
	background-image: url(../img/bg_recent_ol_li.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#recent ol li a {
	font-weight: bold;
	color: #669999;
	text-decoration: underline;
}
#recent img {
	float: left;
	padding-right: 4px;
	padding-left: 4px;
}
#recent a {
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content {
	float: right;
	width: 575px;
	/*min-height hack for IE*/
	min-height:400px;
	height:auto !important;
	height: 700px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0px;
	margin-top: 19px;
}
#content strong {
	font-size: 1.2em;
}

#content h1 {
	font-size: 2.2em;
	color: #669999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 1em;
	color: #666666;
	font-weight: normal;
}
#content h3, h4, h5, h6 {
	font-size: 1em;
	color: #666666;
}
.ProdThumbTable {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin-left: 19px;
	width: 112px;
	height: 262px;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #ebf5f9;
}
.ProdThumbTable th {
	vertical-align: top;
	height: 107px;
	text-align: center;
}
.ProdThumbTable th img {
	border: 1px solid #CCCCCC;
}
.ProdThumbTable td {
	text-align: left;
	vertical-align: top;
}
.ProdThumbTable strong {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.ProdThumbTable em {
	color: #666666;
	font-size: 10px;
}
.ProdThumbTable p {
	height: 90px;
	margin: 0px 0px 10px;
	color: #008fd8;
}
.ProdMainTable {
	width: 100%;
	border: 1px solid #CCCCCC;
}
.ProdMainTable input {
	border: 1px dotted #999999;
}
.ProdImage img {
	border: 1px solid #CCCCCC;
}
#footer {
	text-align: center;
	height: auto;
	width: 900px;
	font-size: 0.9em;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a {
	color: #a5cfce;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}
#nav .level1 li {
	display: none;
}
