* { 
	margin: 0;
	padding: 0;
	font: 12px "MS Sans Serif", Geneva, Arial, Verdana, sans-serif;
}


body {
	background: #000066 url(http://brainwashed.com/tortoise/images/japanese.gif) no-repeat 10px 10px;
	background-attachment: fixed;
	color: #fff;
	margin: 100px 0 0 120px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}

#paddenbody {
}


div {
	}
	
h1, .artistHeader {
	font-size: 18px;
	text-transform: lowercase;
	}
	
h2, .titleheader {
	font-size: 14px;
	}
	
h3 {
	font-size: 12px;
	}
	
p {
	padding-bottom: 16px;
}


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

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

a:hover {
	text-decoration: underline;
	}

i, em {
	font-style: italic;
}

b {
	font-weight: bold;
}


.sectionHead {  
        font-family: "Arial Narrow", Arial, Geneva, sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #000000;
        }

