* {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.25;
}

body {
    font-family: sans-serif;
    font-size: 17px;
    background-color: #f0f0f0;
}

#main {
    margin: 30px auto;
    width: 1025px;
    background-color: #47473c;
}

#left {
    float: left;
    background-color: #28271b;
    height: 713px;
    width: 215px;
}

#right {
    float: left;
    padding: 25px 0 25px 25px;
    color: #f1d387;
    height: 663px;
    width: 785px;
}

#content {
    width: 750px;
}
.biography #content h1 {
    margin-bottom: 80px;
}
.exhibitions #content h1 {
    margin-bottom: 40px;
}
.contact #content h1 {
    margin-bottom: 70px;
}

.choice #content h1 {
    font-size: 22px;
    margin-bottom: 60px;
}

.contact-info {
    line-height: 1.8em;
    margin-bottom: 70px !important;
    font-size: 18px;
}

.order form {
    margin-top: 30px;
}
.order label {
    display: block;
    width: 550px;
    text-align: right;
    margin: 5px 0;
    clear: right;
}
.order input, .order textarea {
    float: right;
    width: 250px;
    margin-left: 15px;
    margin-top: 5px;
}
.order textarea {
    height: 100px;
}
.order #pot {
    display: none;
}
.order #error {
    background-color: #ff8d8e;
    border: 1px solid red;
    padding: 5px 10px;
    color: black;
}
.order #success {
    background-color: #8add6b;
    border: 1px solid green;
    padding: 5px 10px;
    color: black;
}
.order h1 {
    margin-bottom: 30px;
}

.gallery #images {
    clear: both;
    text-align: justify;
}
.gallery #images a {
    text-decoration: none;
    display: inline-block;
    margin: 20px 20px 20px 0;
}
.gallery img {
    display: block;
}
.gallery h1 {
    margin-bottom: 20px;
}
.gallery {
    overflow-y: scroll;
}

.gallery #top-text {
    width: 500px;
    float: left;
    margin: 0 0 20px 0;
}

.gallery_img {
    padding: 0 !important;
    height: 713px !important;
    width: 810px !important;
}
.gallery_img #content {
    height: 100%;
    width: 100%;
    text-align: center;
}
.gallery_img #dummy {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.gallery_img img {
    vertical-align: middle;
    display: inline-block;
}

#content li {
    margin-left: 35px;
}
#content p {
    margin: 12px 0;
}

#logo {
    color: #c1a362;
    margin: 20px 20px 50px 20px;
    text-align: center;
}
#logo1 {
    font-family: Georgia, serif;
    letter-spacing: -0.02em;
    font-size: 35px;
}
#logo2 {
    margin-top: -0.2em;
    font-family: Georgia, serif;
    letter-spacing: -0.02em;
    font-size: 45px;
}
#logo3 {
    font-size: 20px;
    letter-spacing: 0.2em;
    font-family: 'Dotum', sans-serif;
}

#big-picture {
    width: 431px;
    height: 431px;
    float: left;
}

#sidebar {
    width: 289px;
    height: 421px;
    margin-left: 25px;
    padding: 0 30px 10px 10px;
    float: left;
    position: relative;
}
#sidebar > h1 {
    font-size: 22px;
    text-align: center;
}
#sidebar > p {
    margin: 14px 0;
    text-align: justify;
    font-size: 16px;
}

#nav {
    list-style-type: none;
}
#nav > li {
    margin: 0 30px 0 35px;
    padding: 10px;
    color: #c1a362;
    border-bottom: 1px solid #1e1e1a;
    font-size: 20px;
}
#nav > li:hover, #nav > li.current {
    color: #d2872a;
}
#nav > li:before {
    content: "\00BB";
    font-size: 16px;
}
#nav > li:last-child {
    border-bottom: none;
}
#nav a {
    text-decoration: none;
    font-family: serif;
    color: inherit;
    margin-left: 10px;
}

#footer {
    margin-top: 175px;
    text-align: center;
}
#footer a {
    text-decoration: none;
    color: #9b7e54;
}
#footer a:hover {
    color: #9b6821;
}

#slideshow {
    width: 775px;
    padding: 25px 0;
}

#slideshow > div {
    float: left;
    margin-right: 22px;
}
#slideshow > div > img {
    display: block;
}

.button {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #28271b;
    color: #c1a362;
    border-radius: 5px;
}
.button:hover {
    background-color: #363525;
}

#order-button {
    font-size: 20px;
    padding: 10px 40px;
}

.home #order-button {
    bottom: 0;
    position: absolute;
    width: 207px;
}
.contact #order-button {
    width: 200px;
}
.gallery #order-button {
    font-size: 20px;
    float: left;
    width: 150px;
}

#choice-button {
    margin: 35px 0 35px 0;
    padding: 5px;
}