
body {
    font-family: arial, helvitica, sans-serif;
    margin: 10px 10px 10px 10px;
    background: #ffffff;
    color: #000000;
    font-size: 11px;
}

p {
    margin-top: 5px;
    margin-bottom: 15px;
}

a {
    font-weight: bold;
    color: #0022BB;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

.pagecontainer {
    position: absolute;
    left: 50%;
    width: 260px;
    margin-left: -125px;
    margin-top: 20px;
    padding-bottom: 25px;
}

.date {
    font-size: 85%;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}


.section {
    border: 1px solid #999999;
    width: 240px;
    padding: 0px 10px 10px 10px;
    margin-top: 20px;
}

.embeddedCover {
    display: inline;
    float: right;
    margin: 4px 0px 4px 4px;
}

hr {
    text-align: center;
    height: 1px;
    width: 50%;
    border: 0;
    color: #aaaaaa;
    background-color: #aaaaaa;
    margin-top: 5px;
    margin-bottom: 5px;
}


/*---------------------------------------------------------------------------*/

.pageHeader h1 {
	background: url(images/logo260.gif) top center no-repeat;
    height: 56px;
    margin: 0px;
    padding: 0px;
}
.pageHeader h1 span {
    display: none;
    margin: 0px;
    padding: 0px;
}


/*---------------------------------------------------------------------------*/

/* h2 */

h2 {
    margin: 10px 0px 10px 0px;
    padding: 0px;
}
h2 span {
    display: none;
}

.headstore {
    background: url(images/placedtext/store.gif) top left no-repeat;
    height: 10px;
}

.headnews {
    background: url(images/placedtext/news.gif) top left no-repeat;
    height: 10px;
}

.headartists {
    background: url(images/placedtext/artists.gif) top left no-repeat;
    height: 10px;
}

.headabout {
    background: url(images/placedtext/about_wordclock.gif) top left no-repeat;
    height: 10px;
}

.headcontact {
    background: url(images/placedtext/contact_us.gif) top left no-repeat;
    height: 10px;
}

.headmailinglist {
    background: url(images/placedtext/mailing_list.gif) top left no-repeat;
    height: 10px;
}

.headthanks {
    background: url(images/placedtext/thanks.gif) top left no-repeat;
    height: 10px;
}

