body {
    background: #FFFFFF url('images/lay/bg2.png') center top;
    margin: 0px auto;
    text-align: center;
}

a:link {
    color: #815F9C;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:active {
    color: #815F9C;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:visited {
    color: #815F9C;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;  
}

a:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;   
}

div#container {
    background: url('images/lay/bg1.png') center top;
    width: 780px;
    margin: 0px auto;
}

div#head {
    background: url('images/lay/vers1.png') center top no-repeat;
}

div#content {
    font-family: 'Lora', serif;
    color: #ba0949;
    font-size: 17px;
    text-align: left;
    line-height: 25pt;
    padding: 440px 15px 0px 15px;
}

div#foot {
    background: url('images/lay/base.png') center top no-repeat;
    font-family: 'Lora', serif;
    color: #553991;
    font-size: 12px;
    text-align: center;
    line-height: 16pt;
    padding: 0px 12px 0px 12px;
}

table#navigation {
    border-spacing: 7px;
    border-collapse: separate;
    width: 100%;
    padding-top: 470px;
    float: right;
}

.navigate {
    font-family: 'Lora', serif;
    font-size: 22px;
    text-transform: lowercase;
    text-align: center;
}

.navigate a:link {
    background: #ffffff url('images/lay/navi1.png') center top;
    border: 6px solid #96416E;
    display: block;
    color: #96416E;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

.navigate a:active {
    background: #ffffff url('images/lay/navi1.jpg') center top;
    border: 6px solid #96416E;
    display: block;
    color: #96416E;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

.navigate a:visited {
    background: #ffffff url('images/lay/navi1.jpg') center top;
    border: 6px solid #96416E;
    display: block;
    color: #96416E;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

.navigate a:hover {
    background: #ffffff url('images/lay/navi2.jpg') center top;
    border: 6px solid #f6b9d9;
    display: block;
    color: #f6b9d9;
    font-weight: normal;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

h1 {
    font-family: 'Dancing Script', cursive;
    color: #96416E;
    font-size: 68px;
    text-transform: lowercase;
    text-align: center;
    font-weight: normal;
    margin: 0px;
}

h2 {
    font-family: 'Lora', serif;
    color: #ba0949;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0px;
}

#content img {
    background: url('images/lay/bg2.jpg') center top;
    padding: 9px;
    margin: 5px 9px 5px 9px;
}

b, strong {
    color: #553991;
}

i, em {
    color: #ba0949;
}