body {
	background: #fff;
	margin: 0;
	font-family: "Times New Roman", Serif;
	font-size: 11px;
	color: gray;
	font-weight: normal;
}

a {
	color: gray;
	text-decoration: none;
}

#container {
	margin: 0 auto;
}

#aolLogo {
	display: none;
	width: 100%;
	height: 87px;
	overflow: hidden;
	background: url(http://www.artlogiconline.com/flgui/images/aol_small_bnr.gif) top left no-repeat;
}

#pageContent {
	margin: 0;
}

#siteHeading {
	display: inline;
	text-align: left;
	vertical-align: middle;
}

h1, h2 {
	font-size: 22px;
	color: #555;
	font-weight: normal;
	text-align: left;
	display: inline;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
h2 {
	padding-top: 5px;
	color: #999;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
}

.caption {
	margin: 15px 0 0 0;
	letter-spacing: 0.15em;
}

#headings {
	padding: 40px 0;
	text-align: left;
}


.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}

#artworks ul {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}	
	#artworks li {
		float: left;
		display: inline;
		width: 200px;
		margin: 0 25px 25px 0;
		padding: 0;
		background: url(boxed_item_bg3.gif) right top no-repeat;
	}
	#artworks li .mid {
		display: block;
		margin-right: 8px;
		padding-left: 8px;
		background: url(boxed_item_bg3.gif) left top no-repeat;
	}
	#artworks li .bottom {
		display: block;
		height: 8px;
		background: url(boxed_item_bg3.gif) right bottom no-repeat;
	}
	#artworks li .bottom span {
		display: block;
		height: 8px;
		margin-right: 8px;
		background: url(boxed_item_bg3.gif) left bottom no-repeat;
	}


#artworks .img {
	padding: 12px;
	text-align: center;
	
}

#artworks img {
	border: 0;
}

#artworks .imgInner {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	vertical-align: middle;
}

#records {
	margin: 0 0 20px 0;
}



/* boxed items (table)
----------------------------------------- */


.boxedItem {
	/* visibility: hidden; */
}

.boxedItem table {
	width: 200px;
	height: 230px;
	padding: 0;
	border: 0;
	margin: 0 15px 15px 0;
}

.boxedItem .tl {
	width: 7px;
	padding: 7px 0 0 0;
	background: url(boxed_item_bg3.gif) top left no-repeat;
}

.boxedItem .tm {
	vertical-align: top;
	padding: 7px 0 0 0;
	background: url(boxed_item_bg3.gif) top no-repeat;
}

.boxedItem .tr {
	width: 7px;
	padding: 7px 0 0 0;
	background: url(boxed_item_bg3.gif) top right no-repeat;
}

.boxedItem .bl {
	width: 7px;
	height: 7px;
	background: url(boxed_item_bg3.gif) bottom left no-repeat;
}

.boxedItem .bm {
	height: 7px;
	background: url(boxed_item_bg3.gif) bottom no-repeat;
}

.boxedItem .br {
	width: 7px;
	height: 7px;
	background: url(boxed_item_bg3.gif) bottom right no-repeat;
}

#copyright {
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
	color: #555;
	letter-spacing: 0.15em;
}
#copyright a, #copyright a:visited {
	
	color: #555;
}
#artlogicFooter {
	font-size: 12px;
	letter-spacing: 0.15em;
	text-align: left;
	margin: 10px 0 30px 0;
	text-transform: uppercase;
}

#contentAbove, #contentBelow {
	text-transform: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0 0 50px 0;
}

