* { 
	margin: 0;
	padding: 0;
	font: 12px Georgia, Garamond, Times, Times New Roman, serif;
    color: #000;
}


body {
	background-color: #ffffff;
	background: #ffffff url(http://brainwashed.com/aranos/images/aranos-logo-side.gif) no-repeat 0 0;
	background-attachment: fixed;
	color: #000;
	margin: 130px 0 0 102px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}


div {
	}
	
h1, .artistHeader {
	font-size: 12px;
	text-transform: lowercase;
    font-weight: bold;
	}
	
h2, .titleHeader {
	font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    font-weight: bold;
	}
	
	
h3 {
	font-size: 12px;
	text-decoration: underline;
	}
	
p, .titleHeader {
	padding-bottom: 16px;
}


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

a {
	color: #FF3333;
    font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
        

.header {  
        font-size: 20px; 
        font-weight: bold; 
        }

.white {
        font-size: 12px;
        font-weight: bold; 
        color: #ffffff;
        }
        
#aranosbody {
		margin-top: 0;
	}

/*
#aranosbody img {
		margin: 0 0 15px 15px;
	}
*/

.reviews p {
	border-top: 1px solid #000;
}

i, em {
	font-style: italic;
}

.cover {
	float: right;
	display: inline;
}


/*
.artistHeader {
	display: none;
}

*/


