body {
    background: #ffffff url("/img/background.jpg") repeat-x;
    font-family: Verdana,Arial,SunSans-Regular,Sans-Serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

#container {
    width: 897px;
    min-height: 586px;
    margin-bottom: 10px;
    margin:0 auto;
}

#container #logo {
    position: absolute;
    background: url("/img/logo.png") no-repeat top left;
    width: 391px;
    height: 89px;
    top: 2px;
    margin-left: -23px;
}

#container #menu {
    position: absolute;
    width: 800px;
    height: 20px;
    top: 113px;
    margin-left: 14px;
    color: #e6e6e6;
    font-size: 12px;
    font-weight: bold;
}

#container #menu a {
    color: #e6e6e6;
    text-decoration: none;
    margin-right: 4px;
    border-right: 1px solid;
    padding-right: 8px;
}

#container #menu a:visited {
    color: #e6e6e6;
    text-decoration: none;
}

#container #outer {
    width: 897px;
    height: 486px;
    margin-top: 50px;
    padding-top: 10px;
    background: url("/img/content_outer.png") no-repeat bottom;
}

#container #outer #inner {
    width: 869px;
    height: 385px;
    margin: 80px 12px;
    background: url("/img/content_inner.png") no-repeat;
}

#container #outer #inner #image {
    float: left;
    height: 355px;
    margin: 15px;
    width: 320px;
}

#container #outer #inner #content {
    width: 510px;
    min-height: 370px;
    margin: 15px;
    margin-left: 345px;
    overflow: auto;
}

#container #outer #footer {
    width: 869px;
    height: 20px;
    padding-top: 2px;
    margin: 0;
    clear: both;
    color: #FFFFFF;
}

#container #outer #footer a {
    color: #FFFFFF;
}

#container #outer #footer a:visited {
    color: #FFFFFF;
}

input.contact {
    height: 12px;
    width: 302px;
}

select.contact {
    width: 307px;
}

textarea.contact {
    height: 155px;
    width: 301px;
}

input.login {
    height: 12px;
    width: 200px;
}

input.signup {
    height: 12px;
    width: 200px;
}

input.gallery {
    height: 12px;
    width: 200px;
}

input.account {
    height: 12px;
    width: 200px;
}
