body {
    color: black;
    background-color: #C1A37F;
    font-size: 12px;
    font-family: "Book Antiqua", "Times New Roman", Times, sans-serif;
    padding: 10px;
    margin: 0;
    text-align: center;
}

#container {
    width: 700px;
    margin: 0 auto;
    text-align: left;
    background: url(bg_container01.png) repeat-y;
    border-bottom: 10px solid #b39876;
}


#header {
    height: 200px;
}

#header img {
    display: block;
}

#nav {
    width: 225px;
    float: left;
    color: gainsboro;
    line-height: 125%;
}

#nav ul {
    margin: 25px 0 0 10px;
    padding: 0;
    font-size: 12px;
}

#nav li{
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
    width: 175px;
    background-color: #a1896a;
}

#nav li a{
    display: block;
    text-decoration: none;
    color: snow;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
}

#nav #film {
    margin-left: 10px;
}

#nav #lozinski {
    margin-left: 15px;
}

#nav #photos {
    margin-left: 10px;
}

#nav #contact {
    margin-left: 10px;
}

#nav #photo {
    opacity: .75;
    margin: 20px 20px 30px 20px;
}

#content {
    width: 455px;
    margin: 10px;
    float: left;
    line-height: 150%;
    background-color: #e9b78f;
}

#content-inner {
    margin: 20px;
}

h1 {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: dotted 1px;
    margin: 15px 0 25px 0;
}

h2 {
    font-size: 16px;
    margin: 30px 0 20px 0;
}

h3 {
    font-size: 14px;
    margin: 30px 0 10px 0;
}

li {
    margin-bottom: 10px;
}

a {
    color: darkred;
}

a img {
    border: none;
}

#staff-content {
    text-align: center;
    font-size: 14px;
}

#staff-content h3 {
    font-size: 12px;
}

#staff-content p {
    margin: 10px 0;;
}

#rand {
    text-align: center;
    margin: 35px 0; 
}

.noimp {
    font-weight: normal;
}

.date {
    font-size: 10px;
}

.imp {
    font-size: 14px;
    text-align: center; 
}

.gal {
    width: 49%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    line-height: 100%;
}

.gal a img {
    border: none;
}


.col {
    float: left;
    width: 49%;
    text-align: left;
    background: url(disc02.jpg) no-repeat right top;
}

.col h3,p{
    margin-top: 0;
    margin-left: 15px;
}

.promo {
    text-align: center;
    background-color: #A1896A;
    padding: 20px;
}

.fleft {
    float: left;
    margin: 0 10px 0 0;
}

.fright{
    float: right;
    margin: 0 0 0 10px;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
}

#footer {
    border-top: 1px dotted;
    padding-top: 5px;
    margin-top: 40px;
}