.wireframe {
	border: 1px solid red;
}

/* Links */

a.contact-box-email {
	color: white;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 5px;
	display: block;
	border: 1px solid white;
	width: 82px;
}

a.contact-box-email:hover {
	background-color: white;
	color: #3ab24a;
}

a {
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aeb6c3;
	font-size: 14px;
	text-decoration: underline;
}

a:hover {
	color: white;
	text-decoration: none
}

a.month-link {
	color: #fff;
	font-size: 16px;
	text-decoration: none
}

a.month-link:hover {
	color: #80b8db;
	font-size: 16px;
	text-decoration: underline
}

a.nav {
	color: #aeb6c3;
	font-size: 14px;
	text-decoration: underline;
	margin-left: 4px;
}

a.nav:hover {
	color: white;
	text-decoration: none;
}

.nav-active {
	color: #f60;
	text-decoration: none;
	margin-left: 10px;
}

.title {
	color: #f60;
}

a.footer {
	color: #8a8a8a;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline
}

a.footer:hover {
	text-decoration: none;
}

/* Layout */

.nav-pipe {
	color: white;
	font-size: 12px;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: url(../images/gradient.png) no-repeat fixed center top;
}

body {
	background: white url(../images/tile-bg.gif) repeat fixed;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
	background-color: white;
	height: 200px;
	overflow: auto;
	border: solid 1px silver
}

#container {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	border: solid 1px black
}

/* Type */

.leading {
	line-height: 26px;
}

.artwork-name {
	color: silver;
}

.artwork-price {
	font-style: italic;
	color: #a9a9a9;
}

.artwork-sold {
	font-style: italic;
	color: red;
}

.artwork-not-for-sale {
	font-style: italic;
	color: #a10000;
}

.subhead {
	font-weight: bold;
	color: #0071bb;
}

.contact-box-header {
	color: white;
	font-size: 16px;
	margin-left: 15px;
	margin-top: 5px;
}

.contact-box-body {
	margin-left: 15px;
	margin-top: 5px;
	color: #2883c5;
	margin-right: 20px;
}

.materials-box-body {
	margin-left: 15px;
	margin-top: 5px;
	color: black;
	margin-right: 20px;
}

.contact-box-phone {
	color: white;
	margin-left: 15px;
	padding-top: 12px;
}

.contact-box-phone-number {
	color: white;
	margin-left: 0px;
	font-size: 22px;
}

p {
	color: #666666;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px
}

td {
	color: black;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px
}

ul {
	color: #5f5f5f;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: square;
}

h1 {
	color: #cccccc;
	font: 18px/22px Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #3399ff;
	font: normal 16px Georgia, "Times New Roman", Times, serif;
}

h4 {
	color: #bd0000;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 1.33em 0
}

.quotation {
	color: #666;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center
}

.black-border {
	border: solid 1px #000
}

.separator {
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px dotted silver;
}

.separator2 {
	border-top: 1px dotted silver;
}

.border-table {
	border: solid 1px #0071b6
}

.body-copy {
	margin-right: 50px;
	margin-left: 10px
}

.body-copy-table {
	margin-right: 50px;
	margin-left: 220px
}

.small {
	color: #8a8a8a;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	text-indent: 0px;
	margin-left: 0px
}

.footer-copy {
	color: #fff;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	text-indent: 0;
	margin-left: 0
}

.call-out {
	color: white;
	font-size: 13px;
	width: auto;
	border-color: }

.recipe {
	color: #0071b6;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	width: 120px
}

.captions {
	color: #000
}

.whiteborder {
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top: 1px solid #666666;
}
.sold { 
	color: red;
}
