/* CSS Document */

body {
	background-color:rgb(193, 202, 205);
	font-family: palatino, "palatino linotype", serif;
	font-size: .88em;
	font-weight: bold;
	text-transform: none;
	color: rgb(57, 50, 32);	
}

h1, h2, h3 {
	color:rgb(75, 62, 31);
	font-family:lucida handwriting;
	font-style:italic;
	font-weight:bold;	
	}

h1 {
	font-size:46px;
	position:absolute;
	top:52px;
	left:223px;
	width: 171px;
}

h2 {
	font-size:30px;
	position:relative;
	top:80px;
	left:250px;
	width: 365px;
}

h3 {
	font-size:25px;
	font-weight:normal;	
}

#container {
	margin: 0 auto;
 	width: 640px;
 	text-align: left;
}

#pagetitle { 
    position: relative;
	top: 220px; left: -55px; 
}

a {
	color:rgb(126, 29, 75);
	text-decoration:none;
}

a:hover{
	color:rgb(79, 107, 112);
	text-decoration:none;
}

#sold {
color:rgb(137, 10, 70);
font-size:16px;
}




