/* Global Styles */

body {
	background-color: #faf9f8;
}
a {
	text-decoration:none;
	color: #FFFFFF;
	}
a img {
	border: 0;
	color: #4e290d;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4e290d;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #4e290d;
}
h1 {
	font-size: 20px;
	color: #591704;
	line-height:22px;
	letter-spacing:0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	color: #333333;
	line-height:20px;
	letter-spacing:0.2em;
	font-weight: bold;
	}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:0.2em;
	font-weight: bold;
	}
h4 {
	font-size: 12px;
	color: #333333;
	line-height:12px;
	letter-spacing:0.1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h5 {
	font-size: 10px;
	color: #FFFFFF;
	line-height:12px;
	letter-spacing:0.1em;
	font-weight: normal;
	font-style: italic;
	}
h6 {
	color: #4e290d;
	line-height:20px;
	letter-spacing:0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
p  {
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #4e290d;
	letter-spacing:0.2em;
	line-height: 2em;
	font-weight: bold;
	}

	
/* ID Styles */
	

#padding {
	padding:20px 5px 20px 5px;
	}


/* Class Styles */

.logo {
	font:18px times new roman;
	color: #cfce9c;
	letter-spacing:0.3em;
	margin-left: 5px;
	padding: 5px;
	}

.sidebarText {
	font:10px georgia;
	color: #333333;
	line-height:12px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#000000;
	}
	
.sold {
	font:20px georgia;
	color: #ffoooo;
	letter-spacing:.1em;
	font-weight:bold;
	line-height:22px;
	}
	
.subHeader {
	font:14px georgia;
	color: #4e290d;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.subHeader2 {
	font:14px georgia;
	color: #cfce9c;
	line-height:16px;
	letter-spacing:.1em;
	}

	
	
