/* CSS Document */
* { font-family: Helvetica, Arial, san-serif;
	font-size: 12px; line-height: 18px; }

#editable {
	position: relative;
	width:915px;
	text-align:left;
	padding-bottom:30px;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px; line-height: 18px;
}
h1 {
	position:relative; 
	left:-35px; 
	text-indent:50px;
	font-family: Garamond, Times, serif;
	font-size: 36px; line-height:40px;
	font-weight:normal;
	letter-spacing:-1px;
	color: #851835;
	margin: 0;
	padding-top:30px;
	border-bottom:1px solid #851835;

}
h2 {
	margin:15px 0 4px 0;
	font-size:20px;
	font-weight:bold;
}
h3 {
	margin:15px 0 4px 0;
}
.photo {
	position:relative;
	top:10px;
	float:right;
	display:block;
	width:auto;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #851835;
	z-index:100;
}
.note {
	position:relative;
	top:10px;
	float:right;
	display:block;
	margin-left:20px;
	margin-bottom:20px;
	padding:0 10px 10px 10px;
	background-color:#c49f34;
	z-index:100;
}
#editable p {
	font-size: 12px;
	font-family: Helvetica, san-serif;
	color: #363636;
	line-height: 18px;
}
#editable a {
	color:black;
	text-decoration:none;
	border-bottom:1px dotted #363636;
}
#editable a:hover {
	text-decoration:underline;
	border-bottom:1px none;
}
.cost {
	font-size:50px;
	line-height:40px;
	font-family: Garamond, Times, serif;
	font-weight:normal;
	color: #c0a02f;
	text-align:right;
}
.cost a {
	font-size: 18px;
	font-family: Garamond, Times, serif;
	color: #c0a02f;
}
.cost a:hover {
	text-decoration: underline;
	color: #363636;
	border-bottom:none;
}
.divline {
	font-size: 80px;
	font-family: Garamond, Times, serif;
	font-weight: lighter;
	color: #c0a02f;
	margin-top: -75px;
	margin-left: 120px;
}
.details {
	font-size: 13px;
	font-family: Helvetica, san-serif;
	color: #363636;
	line-height: 21px;
}
.goldbottom-line {
	border-bottom:1px solid #c49f34;
}
.smallprint {
	font-size:10px;
}

