* { 
	margin: 0;
	padding: 0;
        font: 11px "trebuchet ms", tahoma, verdana, arial, sans-serif;
}


body {
	background-color: #dddddd;
	background: #dddddd url(http://brainwashed.com/silverman/images/bg-strike.gif) no-repeat 0 0;
	background-attachment: fixed;
	color: #000;
	margin: 100px 0 0 160px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}

#jbbody {
}


div {
	}
	
h1, .artistHeader, .artistHeader a {
	font: 18px "Times New Roman", times, serif;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h2, .titleheader {
	font-size: 15px;
	font-weight: bold;
	}
	
h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	}
	
p {
	padding-bottom: 16px;
}


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

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

a:hover {
	text-decoration: underline;
	}
	
.country p {
	padding-bottom: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}
	
.country {
	padding-bottom: 16px;
}

.reviews p  {
	border-top: 1px solid #333;
	}
	
i {
	font-style: italic;
}

