body {
	background-color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

body,div, span, td, li, input {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.CopyrightArea {
	background-color: #FFF;
	border-top: solid 1px #CCC;
	color: #333;
	font-size: 11px;
	height: 20px;
/*	width: 800px;
*/	text-align: center;
	padding-top: 3px;
}

#container {
	background-color: White;
	text-align: left;
	padding: 2px;
	width: 800px;
}

#masthead {
	background-image: url(../images/masthead.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: 225px;
}

#masthead_world {
	background-image: url(../images/masthead.o-world.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 800px;
	height: 225px;
}

div#navigation {
	clear: right;
	margin-left: 142px;
	padding-top: 125px;
}

div#navigation ul {
	margin: 0;
	padding:0px 10px 0 4px;
	list-style:none;
}
  
div#navigation li {
	display:inline;
	margin:0;
	padding:0;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 0 20px 0 20px;
	border-right: solid 1px #CCC;
}

div#navigation li.selected {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}

div#navigation li.disabled {
	color: #CCC;
	font-size: 14px;
	font-weight: bold;
}

#date {
	color: #FFF;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	float: left;
}

span#home {

}

span#blog, span#portfolio {

}

div.nav {
	margin-left: 175px;
}

span.myBlurb {
	color: #000;
	font-size: 12px;
	line-height: 15px;
}

div#blurb {
	clear:right;
	width: 600px;
	margin-left: 180px;
	padding-top: 10px;
	font-size: 12px;
	color: #F4D390;
	line-height: 1.2em;
}

.albumTitle {
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.albumDate {
	color: #666666;
	font-size: 11px;
}

.albumCover {
	float: left;
	width: 380px;
	margin-bottom: 10px;
}

img.cover {
	border: solid 1px #CCC;
}

.copy {
	font-size: 12px;
	width: 300px;
}

.tracks {
	margin: 0 0 0 230px;
	padding: 0 0 0 0;
}

.tracks2 {
	margin: 0 0 0 40px;
	padding: 0 0 0 0;	
}

.tracks li {
	color: Black;
}

table.artists {
	padding-top: 10px;
}

.musician {
	text-align: right;
}

.instrument {
	color: #666;
	font-size: 12px;
	font-style: italic;
	padding-left: 8px;
}

span.signature {
	color: #999;
	font-size: 14px;
}

td.albumContainer {
	background-image: url(../images/albumContainerBg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 6px;
}

/*  LINKS */
.disabled_links, a.disabled_links:link, a.disabled_links:visited, a.disabled_links:hover {
	color: #CCC;
	cursor: default;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.nav_links, a.nav_links:link, a.nav_links:visited, a.nav_links:hover {
	color: #616A83;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.nav_links:hover {
	text-decoration: underline;
}

/* O-WORLD */
table#chapters {
	background-color: #FFF;
	text-align: left;
	width: 100%;
}
div#rssResponse {
	background-color: #FFF;
	width: 100%;
	border: 1px solid #CCCCCC;
}

