@charset "utf-8";
/* CSS Document */

html {
height: 100%;
}
body {
background-color: #000000;
height: 100%;
margin: 0 auto;
width: 100%;
font-family: "Verdana";
font-size: 12px;
}
#container {
background-image: url("../images/parchment_glowed.jpg");
background-repeat: no-repeat;
height: 100%;
min-height: 920px;
margin-left: auto;
margin-right: auto;
width: 750px;
}
#header {
	height: 330px;
}
#content {
	position: relative;
	margin-left: 55px;
	#height: 100%;
}
#content .about .photo_box {
	background-color: #000000;
	float: right;
	margin-right: 60px;
}
#content .about .photo_box img {
	padding: 5px;
	
}
#content .about, #content .contact {
	width: 700px;
	font-weight: bold;
	float: left;
	position: relative;
	text-align: justify;
}
#content .about .heading, #content .contact .heading {
	margin-left: 0px;
}
#content .about .home_link {
	position: absolute;
	left: 490px;
	margin-top: -20px;
	width: 200px;
}
#content .about .content {
	float: left;
	width: 420px;
	margin-top: -15px;
	#margin-top: -10px;
	margin-left: 5px;
	margin-bottom: 10px;
	height: 270px;
}	

#content .paypal_buy {
	text-align: center;
	font-weight: bold;
	margin-left: -30px;
	margin-bottom: 20px;
}
#content .album_links {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-left: -30px;

}
#content .contact {
	margin-top: 40px;
}
#content .contact .content {
	margin-top: -15px;
}

.content .heading {
font-size: 14px;
color: #8C0506;
}
.content .subhead {
position: relative;
	top: -7px;
	#top: -12px;
	margin-bottom: -10px;
}
#footer {
	color: #ffffff;
	text-align: center;
	padding: 5px;
	font-size: 10px;
}

a {
color: #8C0506;
}
a:hover {
color: #BB2D1D;
}