body {
	padding: 10px;
	background: #121212 repeat url(background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #549900;
}
h1 { font-size: 44px; }
h2 { font-size: 18px; }
h3 { }

p, ul, ol {
	/*font-family: Courier, fixed;
	font-size: 13px;*/
	font: bold 1.2em "courier", "fixed";
	margin-top: 0;
	line-height: normal;
	text-align: left;
	color: #990000;
}
p.mixtitle {
	color: #aa0;
}
p.detail {
	color: #999;
}


ul, ol { }

blockquote { }

a { color: #999; }
a:hover { text-decoration: underline; }
a img {
	border: none;
}

vlink {
	color: #666
	}


.container { 
	width: 80%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #000;
	border: 1px #eee;
	text-align: center; 
} 

.mixes {
	width: 200px;
	height: 275px;
	float: left;
	padding: 10px 10px;
	margin: 10px 10px;
}
.boxleft {
	width: 425px;
	float: left;
	margin: 10px 10px;
}
.boxright {
	width: 315px;
	float: right;
	margin: 10px 10px;
}
.boxright p {
	text-align: right;
	}
