@charset "UTF-8";

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #002000;
	background: #FCF1DF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}



a{
	color: #a91d22;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #000000;
}

a:visited{
	color: #660000;
}

#banner {
	height: 110px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navcontainer {
	width: 150px;
	float: left;
	margin-left: 50px;
}


#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-top: 0px;
}

#navcontainer a
{
	display: block;
	padding: 5px 3px 5px 20px;
	width: 125px;
	border-bottom: 1px solid #333333;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	line-height: 18px;
	font-weight: 500;
	border-top: 1px solid #FCF1DF;
	border-right: 1px solid #FCF1DF;
	border-left: 1px solid #FCF1DF;
}

#navcontainer a:link, #navlist a:visited
{
	color: #002000;
	text-decoration: none;
}


#navcontainer a:hover
{
	color: #a91d22;
	background: #F2E7D4;
	border-bottom: 1px solid a91d22;
}

.footer {
	clear: both;
	border-top: 5px double #000000;
	text-align: left;
	text-transform: uppercase;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 200px;
}
.largeArt {
	margin-left: 225px;
}
.footerText {
	width: 1024px;
	margin-left: 50px;
}

.header {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #a91d22;
	font-weight: 900;
}

.footerHeader {
	font-size: 11px;
	font-weight: bold;
}

.sold {
	font-style: italic;
	color: #A91D22;
}

.returnLink {
	font-style: italic;
	text-align: right;
}

.artTitle {
	font-size: 14px;
	font-style: italic;
	color: #4F2A00;
}
