.leftimg {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px
}

.rightimg {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px
}

h1 .rightimg {
	margin-right: 0px;
}

body {
	font-family: arial, helvetica, tahoma, verdana, sans-serif;	
	background-color: #AAB3B0;
	margin: 0px;
}

.albumtitle {
	font-style: italic;
	font-weight: bold;
	
}

.mainwrapper {
	background-image: url(../images/tear.jpg);
	background-repeat: repeat-y;
	width: 737px;
	margin: 0px auto;
	padding: 10px 8px 30px 40px;
	min-height: 100%;
	background-color: #AAB3B0;
	background-color: #ffffff;
	/*border: 1px solid red;*/
}

h1 {
	margin-right: 28px;
	padding: 0px;
	margin-top: 0px;
	font-size: 30px
	font-weight: bold;
}

h2 {
	font-size: 24px;
	border-bottom: 2px solid  #8C1706;
	margin-right: 2px;
	margin-left: 0px;
	font-weight: normal;
	margin-bottom: 6px;
	padding: 0px 1px;
	padding-right: 28px;
}

h3 {
	margin-right: 28px;
	padding-top: 12px;
	font-size: 22px;
	color: #AAB3B0;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 2px;
	text-transform: uppercase;
}

p {
	margin-right: 30px;
	padding-right: 5px;
	line-height: 135%;
	padding-bottom: 8px;
}

	p.quote {
		font-style: italic;
		background: white;
		margin-left: 20px;
		margin-bottom: 2px;
	}

	.quote i {
		font-style: normal;
	}

	p.credit {
		text-align: left;
		margin-top: 2px;
		font-size: 90%;
		margin-left: 200px;
		text-indent: -20px;
	}

a {
	color:#8C1706;
	text-decoration: none;	
	font-weight: bold;
	padding: 1px;
	margin-left: -1px;
		background-repeat: no-repeat;
		background-position:  2px 2px;
}

	a:hover {
		background-color: #8C1706;
		color: white;
		border: 0px;
	}

	a.nohover:hover {
		background-color: white;
		color: inherit;
		border: 0px;
	}

	a.mp3 {
		padding-left: 20px;
		background-image: url(../images/ic_music.gif);
	}

	a.mail {
		padding-left: 20px;
		background-image: url(../images/ic_mail.gif);
	}

	a.map {
		padding-left: 20px;
		background-image: url(../images/ic_map.gif);
		font-weight: normal;
	}
	
	a.anchor {
		visibility: hidden;
	}
	
	a img {
		border: 0px;
	}

div.third {
	width: 33%;
	float: left;
	text-align:left;
}

.main-nav {
	float: right;
	background-image: url(../images/nav2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	top: -30px;
	right: 0px;
	width: 660px;
	height: 45px;
	color: white;
	padding: 8px;
	font-weight: bold;
	margin-bottom: -40px;
	padding-left: 30px;
}

.main-nav a {
	font-weight: normal;
	color: white;
	margin-right: 15px;
	padding: 8px;
}

.main-nav a:hover {
	font-weight: normal;
	background-color: white;
	color: black;
}

a.nohover:hover {
	background: transparent !important;
}

.main-nav .selected {
	margin-right: 15px;
	padding: 8px;
	/*color: #cccccc;*/
	color: black;
	background: transparent !important;
	cursor: default;
}

.masthead {
	width: 521px;
	height: 121px;
	border: 0px;
}

.clearfloat {
	clear: both;
}

.date {
	font-size: 125%;
	font-style: italic;
}

li.date {
	list-style: none;
	margin: 16px 0px 4px -20px;
	border-bottom: 1px solid #ddd;
}

p.big {
	font-size: 120%;
	line-height: 140%;
}

li {
	line-height: 135%;

}

table.stats td {
	font-size: 90%;
	vertical-align: top;
	padding: 4px 10px 4px 3px;
	padding-left: 10px;
	border-top: 1px solid #AAB3B0;
}

table.stats {
	margin-right: 2px;
}

#footer {
	border-top: 1px #ccc solid;
	padding: 10px 0;
	color: #666;
	font-size: 12px;
	margin: 20px 3px 20px 80px;
}
