* {
    font-family: "Garamond","Georiga",serif;
    margin: 0pt;
    padding: 0pt;
}


html, body {
    background: url('/images_n/bkg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f1e5cf;
    color: #222222;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}


p {
    font-size: 18pt;
    margin: 30px;
    line-height: 1.5em;
}

a {
    color: #c00;
} 


#main {
    background: url('images_n/swirly.png');
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    position: relative;
    padding-top: 0;
    margin-top: 0;
    border-top: 1px solid #f5ead6;
    positon: relative;
}


#logo {
    position: absolute;
    float: left;
    background: url('/images_n/logo.png');
    height: 300px;
    width: 700px;
    background-position: -20px -60px;
    margin-top: 0;
}

#logo a img {
    border: 0;
}

#stuff {
    margin-top: 200px;
}

#content {
    float: right;
    height: 280px;
    position: relative;
    width: 500px;
    background: url('/images_n/videobkg.png');
    background-repeat: no-repeat;
    padding: 25px;
    margin-top: 40px;

}

#text {
    width: 420px;
    float: left;
    margin-left: 20px;
}

#dark {
    background: #000;
    color: #fff;
}

.cleardiv {
    clear: both;
}

.video {
    height: 280px;
    margin-left: 20px;
    margin-top: 10px;
    width: 500px;
}


#content #mpl {
    position: absolute;
}


#content #movie-description {
    background: transparent none repeat scroll 0% 0%;
    height: 4em;
    position: absolute;
    top: 232px;
    width: 500px;
}


#content #movie-description .transparentbackground {
    background-color: #011F39;
    height: 4em;
    position: absolute;
    width: 500px;
}


#content .movie-icon {
    height: 46px;
    left: 27px;
    position: absolute;
    top: 232px;
    width: 46px;
    z-index: 100;
}


#content #movie-description .description {
    letter-spacing: 1px;
    padding-left: 100px;
    position: absolute;
    z-index: 20;
}


#content #movie-description .description .lg {
    color: #FFFFFF;
    font-family: "Times",serif;
    font-size: 1.67em;
    font-variant: small-caps;
    line-height: 1.4em;
}


#content #movie-description .description .sm {
    color: #FFFFFF;
    font-family: "Times",serif;
    font-size: 1.5em;
    font-variant: small-caps;
    line-height: 0.66em;
}


#menu {
    float: right;
    margin-right: 70px;
    margin-top: 60px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    font-variant: small-caps;
    font-size: 18pt;
    padding-bottom: 50px;
}

#menu ul li a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dashed #8f7657;
    padding-bottom: 5px;
    display: block;
}

#menu ul li a:hover {
    text-shadow: 1px 1px #fff;
}

.session {
    color: #8f7657;
    padding-right: 30px;
}

.caps {
    font-variant: small-caps;
}

.darklink {
    background: url('images_n/buttonbkg.jpg');
    color: #fff;
    margin: 20px;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    text-decoration: none;
    font-size: 30pt;
    text-align: center;
    width: 300px;
    display: block;
    border: 3px solid #474545;
}

.darklink2 {
    background: url('images_n/buttonbkg.jpg');
    background-position: 0px -100px;
    color: #fff;
    margin: 20px;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    text-decoration: none;
    font-size: 30pt;
    text-align: center;
    width: 300px;
    display: block;
    border: 3px solid #474545;
}

.contactform{
    padding: 10px;
}
fieldset{
    border: 0;
    padding: 5px;
    font-size: 16px;
}
.captcha{
    font-size: 16px;
    margin-bottom: 5px;
}
.captcha img{
    clear:both;
    display:block;
}
legend{
    font-size:22px;
}
.contactform label{
    padding: 5px 10px 5px 0px;
    display: block;
    clear: both;
    position: relative;
}
.contactform p{
    margin-left: 0;
    margin-right: 15px;
    font-size: 16px;
    margin-top: 0;
}
.contactform input{
    padding: 5px;
    font-size: 16px;
    display:block;
    position: relative;
    margin: 3px 0 3px 0;
}
.error_message{
    font-size: 24px;
    color:#FF0000;
    font-weight: bold;
    margin: 15px 0 15px 0;
}
