body
{
 background: white url(images/background-fullscreen.png) no-repeat top;
 margin-right:0px;
 margin-top:0px;
 margin-left: 0px;
 text-align: center;
 width:100%;
}

#outer-container
{
 z-index: 5;
 width:100%;
 text-align: center;
 overflow:visible;
}

#palogo
{
 z-index: 0;
 margin-right: -20%;
 width:470px;
 height:607px;
 background: url(images/permanentascent-logo-full.png) no-repeat top;
 float: right;
 vertical-align:bottom;
}
#blotch-container
{
 position:absolute;
 margin-left: 20px;
 z-index: -1;
 width: 100%;
 height:607px;
 background: url(images/blotches.png) no-repeat top;
}
#inner-container
{
 z-index: 100;
 position: relative;
 margin: 0px auto;
 width: 896px;
 height: 1024;
 text-align:left;
 overflow:visible;
}
#banner
{
 top: 85px;
 position: absolute;
 z-index: -99;
 width: 896px;
 height: 133px;
 background: url(images/banner.png) repeat-x;
}

#content
{
 position:absolute;
 top:208px;
 width: 896;
}

#heading
{
 width:100%;
 height:120px;
 /*background: url(images/header-news.png) no-repeat;*/
 float:left;
 margin-bottom: -43;
}

#data
{
 margin-left: 3%;
 width: 70%;
 float:left;
 overflow:visible;
 z-index:1;
}

#menu
{
 position: relative;
 z-index: 5;
}
.menu-text-background, .menu-text-foreground
{
 position:absolute;
 display:inline-block;
 font-family: 1em sans-serif;
 text-decoration: none;
}

.menu-text-background
{
 top: 1;
 left: 1;
 z-index: 2;
}

.menu-text-foreground
{
 top: 0;
 left: 0;
 z-index: 4;
}
.menu-text-background span
{
 color: #745753;
}
.menu-text-foreground a:link, a:visited
{
 color: #fcf1d3;
 text-decoration: none;
}
.menu-text-foreground a:hover
{
 color:#7b5e54;
}
.reference
{
 font-size: 0.8em;
}
.blogtitle
{
 font-size: 1.3em;
 font-family: bookman old style, serif;
}
.blogtitle
{
 font-size: 1.0em;
 font-family: bookman old style, serif;
}
div.paragraph
{
 margin-bottom: 1em;
 width:100%;
}
div.musiccontainer
{
 text-align:left;
 width:100%;
}
div.musictitle
{
 margin-left:1em;
 float:left;
}
div.musicbutton
{
 float:right;
 margin-right:1em; 
}
.musictitle a:link, .musictitle a:visited, dt a:link, dt a:visited
{
 color: #745753;
}
.musictitle a:hover, dt a:hover
{
 color:#7f7f7f;
}
dd
{
 font-size: 0.8em;
}