/* Background */
.bg {
    background: #FFE5CC; /* light orange */
    font-family: Verdana, sans-serif;
    color: #330000;
    font-size: 14px;
}

/* Lotus frame */
.frame-table {
    border-collapse: collapse;
    margin-top: 30px;
}

.side-border {
    width: 40px;
    background-image: url();
    background-repeat: repeat-y;
}

.main-table {
    width: 700px;
    background: #FFF8E7;
    border-left: 3px solid #cc6600;
    border-right: 3px solid #cc6600;
}

/* Header */
.header {
    background: #ffcc66;
    padding: 20px;
    border-bottom: 3px dashed #cc6600;
    text-align: center;
}

.header h1 {
    font-size: 32px;
    margin: 10px 0;
    color: #663300;
}

.header h3 {
    color: #995500;
    font-size: 18px;
}

/* Nav */
.nav {
    background: #ffe5b4;
    padding: 12px;
    text-align: center;
    font-size: 16px;
}

.nav a {
    color: #660000;
    text-decoration: none;
    font-weight: bold;
}

.nav a:hover {
    text-decoration: underline;
}

/* Content */
.content {
    padding: 25px;
}

.content h2 {
    margin-top: 0;
    color: #663300;
}

/* Lotus divider */
.lotus-divider {
    width: 100%;
}

/* Footer */
.footer {
    background: #ffcc66;
    padding: 10px;
    text-align: center;
    color: #663300;
    font-size: 13px;
    border-top: 3px dashed #cc6600;
}

/* Om image */
.om-gif {
    width: 80px;
}
