img.forsale {
	width: 250px;
}

img.albumphoto {
}

body {
	background-image: url('images/bg_parchment.jpg');
}

p {
	padding: 8px;
}

p:first-letter {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 28px;
	font-weight: bold;
	border: 2px #500 solid;
	background-color: #100;
	float: left;
	font-variant: small-caps
}

h1, h2, h3 {
	display: block;
	background-color: #100;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url('images/icon_logo.gif');
	padding-left: 40px;
	border: #300 2px solid;
}

body {
	font: 16px arial;
	margin:0px 0px 0px 0px;
	background-color: black;
	color: red;
	}

#leftcontent {
	padding-left: 16px;
	padding-top: 16px;
	float:left;
	width:150px;
	margin-right:15px;
	padding-bottom:20px;
}

#rightcontent {
	padding: 16px;
	width: 840px;
	position: absolute;
	left: 170px;
	}
img {
	border: none;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited, a:active {
	color: yellow;
}
a:hover {
	text-decoration: underline;
	color: white;
}
	
a.navlink {
	margin: 4px;
	text-align: center;
	height: 26px;
	width: 160px;
	display: block;
	color: white;
	font-size: 20px;
	background-image: url('images/bg_navlink.png');
	text-decoration: none;
	font-weight: bold;
}
a.navlink:hover {
	color: red;
	background-image: url('images/bg_navlink_hover.png');
}
table {
	border: 1px #400 solid;
}
th {
	background-color: #222;
}
td {
	background-color: #100;
	border-right: 1px #300 solid;
	border-bottom: 1px #300 solid;
	vertical-align: top;
}

p, ul, td {
	border: 1px solid #400;
	background-color: #200;
	background-image: url('images/fg_parchment.jpg');
}
