@charset "utf-8";
img {
	margin: 5px;
}
#header a h1 {
	font-family: 'Tangerine', Georgia, 'Times New Roman', Times, serif;
	font-weight: 400;
	text-decoration: none;
	font-style: italic;
	color: #000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#header a:hover h1 {
	color:#666;
}
#nav ul li #last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
}
#nav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	text-decoration: none;
	text-align: right;
	float: right;
	list-style-type: none;
}
#nav ul li a {
	text-decoration: none;
	color: #000;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#nav ul li a:hover {
	color: #999;
}
 a:hover {
	color: #999;
}
#nav {
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#content {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
a {
	text-decoration: none;
	color: black;
}
p a {
	text-decoration: underline;
}
#header h2 {
	font-family: 'Tangerine', Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #666;
	text-align: right;
	letter-spacing: 0.5em;
	font-size: medium;
	position: absolute;
	top: 1.5em;
	right: 0px;
}
#content #sidebar {
	float: right;
	width: 200px;
}
#content #mainContent {
	float: left;
	width: 600px;
}
#content div p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.sold    {
	background-image: url(../images/redDot.gif);
	background-repeat: no-repeat;
	background-position: 60px 0px;
}
