body {
 margin:0;
 padding:0;
 background: #DAD0BB url(images/Layout_BG01.png) repeat-x;
 text-align: center;
 font: 12px Arial, Tahoma, Verdana;
 color: #2E2D2D;
}

p {
text-align: justify;
padding: 1px 8px 1px 8px;
}


#outer {
 margin-top: 0px;
 width: 597px;
 text-align: center;
 background: #FFFFFF;
}
#hdr {
 width: auto;
}
#nav {
 width: auto;
}
#cont {
 width: auto;
}
#ftr {
 width: auto;
}


.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b {
 color: #766366; 
}
i {
 color: #4F648C;
}
li {
text-align: left;
}
table {
 text-align: justify;
}
blockquote {
 text-align: justify;
}
.source {
 font-size: 10px;
}


.image {
 border: 6px solid #DADADA;
}
.bio {
 margin: 5px;
 border: 6px solid #CBBFBF;
}
.aff img {
 border: 3px solid #DADADA;
 padding: 3px;
}


table.disc {
 vertical-align: middle;
 text-align: center;
 border-collapse: collapse;
 margin: auto;
}
td.cd { 
 border: 0px;
 padding: 10px;
}
img.cd {
 border: 6px solid #DADADA;
 margin-bottom: 3px;
}


.disc {
float: left;
margin: 20px;
}
.track {
float: left;
margin-top: 20px;
text-align: left;
width: 60%;
}


h1 {
 font: 13px Times New Roman;
 padding: 3px 1px 0px 15px;
 margin: 0;
 color: #29302C;
 text-align: left;
 text-transform: lowercase;
 letter-spacing: 5px;
 line-height: 6px; 
 font-style: italic;
}
h2 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #070707;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding: 1px 1px 1px 10px;
 margin: 0;
}
h3 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #575757;
 text-align: left;
 text-transform: lowercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding: 1px 1px 1px 1px;
 margin: 0;
}


a:link {
 color: #663E42; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:visited {
 color: #663E42; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:hover {
color: #5A5051; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:active {
 color: #5A5051; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}


#navigation {
 list-style: none;
 margin: 0; padding: 0;
}
#navigation li {
 float: right;
}
#navigation li a {
 display: block;
 width: 55px;
 font: 9px Times New Roman;
 color: #303432;
 line-height: 12px;
 border-bottom: none;
 text-align: center;
 padding: 3px 0;
}
#navigation li a:hover {
 color: #020202;
}

input, textarea, select, button {
 font: 12px Arial, Tahoma, Verdana;
 color: #2E2D2D;
 background-color: #FFFFFF;
 border: 1px solid #98B4D0;
 line-height: 12px;
 margin: 0;
 padding: 2px; }