body {
	background-color: #211920;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, "Trebuchet MS", Verdana;
	color: #FFFF99;
	font-size: 76%;
	/*background-image: url(../images/bg2.gif);
	background-repeat: repeat;
	background-attachment: fixed;*/
}
#container {
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #356331;
	border-left: 1px solid #356331;
}
#container-bg {
	margin: 0;
	padding: 0;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#navig {
	position: fixed;
	display: block;
	overflow: hidden;
	top: 0;
	float: left;
	width: 425px;
	margin: 0px;
	padding: 0px;;
}
#nav h2 {
	margin: 65px 25px 30px 0;
	text-align: right;
	font-weight: normal;
	font-size: 32px;
	color: #ffcc00;
}
#nav ul {
	margin: 0 25px 0 0;
	list-style-type: none;
	text-align: right;
}
#content {
	position: relative;
	/* this is the IE hack so the margin is correct */
	*margin: 0 0 0 30px;
	margin: 0 0 0 435px;
	padding: 21px 10px 0 0;
	z-index: 20;
}
#content img {
	margin: 0 0 15px 15px;
	padding: 4px;
	border: 2px solid #222222;
	background-color: #000000;
}
#bottom {
	margin: 40px 0 25px 0;
	text-align: center;
	clear: both;
}
.post-body {
	margin: 20px 0 0 0;
}
h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	display: inline;
	font-size: 28px;
	line-height: 35px;
	font-weight: normal;
	color: #6FD810;
	margin: 19px 0 0 0;
	padding: 2px 0 0 10px;
	background-color: #211920;
	/*background-image: url(../images/bg2.gif);
	background-repeat: repeat;*/
	letter-spacing: .05em;
}

a:link, a:visited {
	color: #FFFF66;
}
a:hover {
	color: #FFCC00;
}
a:link span, a:visited span{
	color: #FFFF66;
}
a:hover span{
	color: #FFCC00;
}
.post-body span {
	color: #FFFFCC;
}
.post-body strong {
	color: #FFFFCC;
}
#credits {
	font-size: 11px;
	color: #999999;
}
#credits a:link, #credits a:visited {
	font-size: 11px;
	color: #999999;
}
#credits a:hover {
	font-size: 11px;
	color: #FFCC00;
}
#content .purchase-album {
	margin: 5px;
	padding: 5px;
	text-align: right;
	/* IE Hacks, image doesn't show up over the background for some buggy reason - so the bg is removed for IE */
	background-color: #000;
	*background-color: #transparent;
	border: 1px solid #22528C;
	*border: 0;
}
#content .purchase-album img {
	margin: 0 0 0 15px;
	padding: 0;
	border: 0;
	float: right;
}
.price {
	font-family: Georgia, Tahoma, "Trebuchet MS";
	color: #FFFF99;
	font-size: 26px;
}
