body, html {
    margin: 0;
    padding: 0;
    font-family: "sorts-mill-goudy-1","sorts-mill-goudy-2", serif;
}

html {
    background-image: url('images/background/2.jpg');
    background-position: center 10%;
    background-repeat: no-repeat;
    background-color: #fff;
}

hr {
    display: none;
}

a {
    color: #000;
    text-decoration: none;
    padding: 2px 0;
    outline: none;
    line-height: 1.4em;
}

    a:hover, a.here {
        text-decoration: none;
        border-bottom: 1px dotted #ccc;
    }

    a:visited {

    }

#container {
    position: relative;
	height: 622px;
    width: 949px;
    margin: 0 auto 0 auto;
    top: 50%;
	margin-top: -311px;
}

    #container h2 {
        font-size: 130%;
        letter-spacing: 0.5em;
        font-weight: normal;
        text-transform: uppercase;
    }

    #container h3 {
        font-size: 80%;
        letter-spacing: 0.3em;
        font-weight: normal;
        text-transform: uppercase;
    }

div.box {
    height: 620px;
    border: 1px solid #ccc;
}

#nav {
    background-color: #fff;
    float: left;
    width: 465px;
    margin-right: 15px;
    text-align: center;

}

    #nav h2 {
        margin: 0;
        padding: 60px 0 0 0;
    }

    #nav h3 {
        margin: 0;
        padding: 30px 0 15px 0;
    }

    #nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #nav ul li {
            font-size: 90%;
            margin: 0 0 22px 0;
            padding: 0;
        }

            #nav ul li span {
                display: block;
            }

            #nav ul li a {
            }

                #nav ul li a em {
                    color: #888;
                }

    #nav h4 {
        color: #888;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-weight: normal;
        margin: 0;
        padding: 20px 0 0 0;
        font-size: 80%;
    }

    #nav h5 {
        margin: 0;
        padding: 10px 0 0 0;
        color: #888;
        text-transform: uppercase;
        font-weight: normal;
        font-style: italic;
        font-size: 70%;
        line-height: 1.5em;
    }

#content {
    background-color: #fff;
    float: left;
    width: 465px;
    font-size: 90%;
}

    #content h1 {
        text-align: center;
        text-transform: uppercase;
        font-size: 120%;
        font-weight: normal;
        margin-left: 20px;
        line-height: 1em;
        margin: 48px 45px 0 45px;
        padding: 20px 0;
        letter-spacing: 0.1em;
    }

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */