body {
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
}
#navBar {
	width: 250px;
}
.navImage  {
	padding-bottom: 70px;
}
.lightGrey {
	color: #999999;
}
.boldText {
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12px;
	text-transform: capitalize;
	color: #808080;
	line-height: 14px;
	padding-bottom: 20px;
}
h2  {
	font-weight: normal;
	color: #7769B0;
	font-size: 12px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCFD53;
	padding-bottom: 3px;
	margin-bottom: 30px;
	padding-top: 30px;
	text-transform: uppercase;
}
a:link {
	color: #7F8BB7;
	text-decoration: none;
}
a:visited {
	color: #7F8BB7;
	text-decoration: none;
}
a:hover {
	color: #7F8BB7;
	text-decoration: underline;
}
.sold {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	line-height: 18px;
}
