
	body, h1, h2, h3, p, ul, form {
		margin: 0;
		padding: 0;
	}

	body {
		position: relative;
		background: #C874A9 url(images/bg.gif) left top repeat-y;
		color: #FFF;
		font-family: Georgia, serif;
		font-size: x-small;
		voice-family: "\"}\"";
		voice-family: inherit;
		font-size: small;
	}

	a {
		color: #FFF;
		text-decoration: underline;
	}

	h1 { font-size: 2.5em; font-weight: normal; font-style: italic; line-height: 0.9em; }

	h2 { margin-bottom: 20px; font-size: 1.5em; }

	h3 { margin-top: 20px; font-size: 1.2em; }

	p { margin: 8px 0 8px 0; }

	#head {
		margin: 30px 0 0 30px;
	}

	#head, #head span {
		width: 187px;
		height: 29px;
		background-image: url(images/logo.gif);
	}

	#navigation {
		margin: 30px 0 0 50px;
		padding: 11px 0 0 18px;
		height: 120px;
		background: url(images/navbg.gif) no-repeat;
	}

	#navigation ul {
		list-style: none;
	}

	#navigation a {
		color: #FFF;
		text-decoration: none;
	}

	#navigation a:hover {
		font-weight: bold;
	}

	#content {
		position: absolute;
		top: 50px;
		left: 289px;
		padding: 0 25px 25px 25px;
		width: 405px;
	}

	* html #content {
		top: 75px;
	}

	#content img {
		border: 1px solid #c874a9;
		background-color: #FFF;
		padding: 2px;
		color: #000;
	}

	#bios {
		margin: 0 75px 0 75px;
		padding-top: 20px;
		text-align: center;
	}

	#bios h3 {
		margin-top: 0;
	}

	#christina {
		float: left;
	}

	#alexa {
		float: right;
	}
	#mareike {
		clear: both;
		float: left;
		margin-top: 20px;
	}
	#berit {
		float: right;
		margin-top: 20px;
	}

	#songs { margin: 0 0 0 30px; }
	#songs li { position: relative; }
	#songs a { position: absolute; right: 0; }
	* html #songs a { right: 25px; }




	#buyable { margin: 0 0 0 30px; }
	#buyable li { position: relative; }
	#buyable a { position: absolute; right: 0; }
	* html #buyable a { right: 25px; }

	#paypal {
		margin: 30px 0 0 75px;
	}

	#links {
		margin-top: 50em;
	}

	#pics .cat { clear: left; }
	#pics .cat img { float: left; margin: 0 10px 10px 0; }
	#pics .cat h3 { padding-top: 10px; }

	.entry { margin-bottom: 50px; }
	.entry .date { font-style: italic; }

	.replace {
		position: relative;
		margin: 0;
		padding: 0;
		/* \*/ overflow: hidden; /* */
	}

	.replace span {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

