/*
* { 
	margin: 0;
}
*/


body {
	background-color: #162b32;
	background: #162b32 url(http://brainwashed.com/andreas/images/ambg.jpg) no-repeat 0 0;
	background-attachment: fixed;
	color: #fff;
	margin: 100px 0 0 120px;
	width: 620px;
	padding: 0;
	font: 12px helvetica, arial, sans-serif;
/*
	margin: 0 auto;
*/
	}

#mimirbody {
}


a {
	color: #fe7562;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
div {
	}
	
h1, .artistHeader {
	font-size: 18px;
	font-weight: normal;
	}
	
h2, .titleheader {
	font-size: 18px;
	font-weight: normal;
	}
	
h3 {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	}
	
p {
	padding-bottom: 16px;
	line-height: 18px;
}


ol, ul {
	margin-left: 25px;
	padding-bottom: 16px;
}


.country p {
	padding-bottom: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
.country {
	padding-bottom: 16px;
}

i, em {
	font-style: italic;
}
