
/* ===Global Styles=== */
/* ------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: small;
	font-family: arial, sans-serif;
	line-height: 1.2;
	background: #fff;
	color: #111;
}



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #294c6f;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #111;
}

a img {
	border: 0;
}
	
p, li, dl {
	font-size: 100%;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

div.hr01 {
	margin-top: 10px;
	border-top: 1px solid #111;
	clear: both;
}

div.hr02 {
	border-top: 1px solid #ccc;
}

hr {
	display: none;
}



/* ===Layout Styles=== */
/* ------------------------------------------- */


div#wrap {
	font-size: 85%;
	margin: 10px auto 0 auto;
	width: 900px;
}

/* div#header {
	background: #fff;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #111;
}

div#header a {
	color: #111;
	text-decoration: none;
}

div#header a:hover {
	color: #fff;
	background-color: #111;
	text-decoration: none;
} */

div#header {
	background: #fff;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #111;
	overflow: auto;
}

div#header h1 {
	float: left;
	width: 240px;
}

* html div#header {
	height: 60px;
}

div#header h1 a {
	text-indent: -5000px;
	display: block;
	height: 60px;
	width: 227px;
	background: transparent url(/css/img/header-logo-01.gif) 0 0 no-repeat;
	color: #111;
	text-decoration: none;
}

div#header h1 a:hover {
/*	color: #fff;
	background-color: #111; */
	text-decoration: none;
	background-position: 0 -100px;
}

div#header div#extra {
	float: right;
	width: 488px;
	padding-left: 15px;
}

div#header p {
font-size: 12px;
}

div#footer {
	background: #fff;
	text-align: right;
	clear: both;
	border-top: 1px solid #111;
	padding-bottom: 30px;
	padding-right: 5px;
	padding-top: 5px;
}

div#content {
	padding-top: 10px;
}
div#content ul, div#content ol {
	margin-left: 30px;
}

div#content li {
	padding-bottom: 2px;
}

div#content img {
	padding: 1px;
}

div#content h2 {
	padding-bottom: 4px;
}

div.cover {
float: left;
width: 330px;
padding-left: 5px;
padding-bottom: 10px;	
}

div.tracks {
padding-left: 10px;
	float: left;
	width: 280px;
padding-bottom: 10px;	
}

div.tracks li img {
	vertical-align: middle;
}

div.notes {
clear: both;
width: 640px;
}





/* ===Generic Formatting Styles=== */
/* ------------------------------------------- */

span.designed a {
text-style: none;
color: #111;
text-decoration: none;
}

span.designed a:hover {
text-style: none;
color: #fff;
background-color: #111;
text-decoration: none;
}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

.hide {display: none;}
.cloak {visibility: hidden;}

.floatL {float: left;}
.floatR {float: right;}
.clear {clear: both;}
.clearL {clear: left;}
.clearR {clear: right;}

.red {color: #900;}