﻿body 
{
	margin: 0px;
	font-family: Times New Roman, Times, Serif;
	font-size: 15px;
	color: #000000;
	background-color: #000000;
}
#header
{
	background-color: #000000;
	height: 100px;
	text-align: center;
	color: #ffffff;
	width: 100%;
	background-image: url(/imgs/headerbk.gif);
	background-repeat: repeat-x;
}
#nav 
{
	height: 25px;
	color: #000000;
	background-color: #d3ac45;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px black;
}
#contentwrapper
{
	background-color: #95a78d;
	width: 100%;
	margin: auto;
}
#content
{
	width: 1000px;
	margin: auto;
 	min-height: 500px;
 	height: auto;
}
.link
{
	text-decoration: underline;
	color: #000000;
}
#footer
{
	height: 100px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #cccccc;
	font-size: 10px;
	width: 100%;
	background-image: url(/imgs/headerbk.gif);
	background-repeat: repeat-x;
	clear: both;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
.browsepainting
{
	height: 250px;
	text-align: center;
	font-size: 15px;
	width: 270px;
}
.pagepottery
{
	height: 250px;
	text-align: center;
	font-size: 15px;
	width: 235px;
	float: left;
}
.PaintingTitle
{
	font-style: italic;
	font-size: 15px;
}
.PageTitle
{
	font-size: 28px;
	color: #000000;
	letter-spacing: 2px;
}
.PaintingArtist
{
	font-size: 14px;
	color: #000000;
}
.PaintingSold
{
	background-image: url(/imgs/sold2.png);
	background-repeat: no-repeat;
	background-position: top center;
	z-index: 100;
	position: absolute;
	width: 270px;
	height: 22px;
}
.TopNav
{
	margin: auto;
}
.navStatic
{
	font-size: 15px;
	letter-spacing: 1px;
	color: #000000;
	padding: 0px 10px 0px 10px;
}
.navStaticHover
{
	font-weight: bold;
	color: #ffffff;
}
.navSubMenu
{
	text-align: left;
	background-color: #cad3c6;
	margin-top: 3px;
	border-left: solid 1px #d3ac45;
	border-right: solid 1px #d3ac45;
	border-bottom: solid 2px #d3ac45;
}
.navSubItem
{
	letter-spacing: 1px;
	line-height: 20px;
	background-color: #cad3c6;
	padding: 2px 15px 0px 15px;
	color: #000000;
	font-size: 13px;
}
.navSubHover
{
	color: #ffffff;
}
.Categories a
{
	font-size: 19px;
	line-height: 28px;
	color: #000000;
	text-decoration:none;
	font-style: italic;
}
.Categories a:hover
{
	font-size: 22px;
	color: #ffffff;
}
#catimg
        {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/images/categories/cache/1-med.jpg);
        width: 500px;
        height: 500px;
      }
      
#BrowseBy
{
		color: #000000;
		font-size: 14px;
		text-align: center;
		margin: auto;
		
		line-height: 20px;
}
.BrowseByButton
{
	color: #000000;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}
.artistAlpha
{
	color: #000000;
	font-size: 15px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	font-weight: bold;
}
.ArtistList
{
	float: left; 
	width: 250px;
	height: 45px;
}
.ArtistPriceList
{
	float: left; 
	width: 250px;
	height: 25px;
}
.ArtistList a
{
	color: #000000;
	text-decoration: none;
	font-size: 15px;

	font-weight: bold;
}
.ArtistList a:hover
{
	color: #ffffff;
}
.ArtistImage
{
	padding-left: 20px;
	padding-bottom: 20px;
}
.ArtistButton
{
	padding-top: 10px;
	padding-bottom: 10px;
}
.SubTitleBox
{
	width: 1000px;
	clear: both;
	background-color: #d3ac45;
	text-align: center;
	margin: auto;
	font-size: 15px;
	letter-spacing: 1px;
	height: 18px;
}
.BookList 
{
	width: 323px;
	height: 175px;
	float: left;
	margin-right: 10px;
}
.BookTitle
{
	font-size: 17px;
}
.PricesRealized
{
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}
.UpcomingList
{
	float: left; 
	width: 190px; 
	margin: 5px; 
	text-align: center;
}
.UpcomingList a
{
	color: #000000;
	text-decoration: none;
}
.UpcomingList a:hover
{
	color: #ffffff;
}
.FrontText
{
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
}
.TopArrow
{
	padding-top: 50px;
}
.WhiteLink
{
	font-size: 12px;
	text-decoration: none;
	color: black;
}