body {
	background-color: rgb(35,40,46);
	font: 14px Georgia, Cambria, "Times New Roman", Times, serif;
}

.outer-wrapper {
	border-top: 0px solid #000;
	min-width: 980px;
}

.inner-wrapper {
    width: 980px;
    margin: 0px auto 0px auto;
	overflow: hidden;
}

/**
* Styles for the top logo.

.logo {
    float: left;
    background: url(../images/logo.png) no-repeat;
    width: 105px;
    height: 0;
    overflow: hidden;
    padding-top: 23px;
    outline: 0;
    margin-top: 10px;
}

/**
* Styles for the preloader.
*/
.slider .loading {
    background: url(../images/preloader.gif) no-repeat center center;
}

/**
* Styles for the header menu.
*/
.header .top-menu {
    position: relative;
    list-style: none;
    float: left;
    font: 14px "Open San",Century Gothic, AppleGothic, Arial, sans-serif;
    margin: 40px 0 0 0;
    z-index: 1;
}

    .header .top-menu li {
        position: relative;
        float: left;
    }

        .header .top-menu li a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #878787;
            outline: 0;
        }

        .header .top-menu li a:hover {
            color: #fff;
        }

        .header .top-menu li.selected a {
            font-weight: bold;
            color: #fff;
            margin-top: 1px;
        }

/**
* Styles for the navigation.
*/
/*.header .nav {
    position: relative;
    clear: both;
    padding-top: 40px;
    width: 192px;
    height: 54px;
    margin: auto;
}*/

.header .nav {
    position: relative;
	float:right;
	padding-top: 30px;
	padding-right: 20px;
    width: 195px;
    height: 54px;
    margin: auto;
}

    .header .nav a {
        float: left;
        width: 54px;
        height: 0;
        padding-top: 54px;
        margin-left: 10px;
        overflow: hidden;
        outline: 0;
    }

        .header .nav a.home-button {
            background: url(../images/home-button-off.png) no-repeat;
        }

            .header .nav a.home-button:hover {
                background: url(../images/home-button-on.png) no-repeat;
            }

        .header .nav a.prev-button {
            background: url(../images/prev-button-off.png) no-repeat;
        }

            .header .nav a.prev-button:hover {
                background: url(../images/prev-button-on.png) no-repeat;
            }

        .header .nav a.next-button {
            background: url(../images/next-button-off.png) no-repeat;
        }

            .header .nav a.next-button:hover {
                background: url(../images/next-button-on.png) no-repeat;
            }

/**
* Styles for the content.
*/
.content {
    float: left;
	position: relative;
	left: -16.5%; /* or right 50% */
}

    .content h1 {
        font: 96px Georgia, Cambria, "Times New Roman", Times, serif;
        letter-spacing: -1.5px;
        text-align: center;
        margin: 62px 0 0 0;
        line-height: 102px;
    }

    .content h2 {
        font-size: 24px;
        font-style: italic;
        font-weight: normal;
        line-height: 30px;
        margin: 37px 0 0 0;
        text-align: justify;
    }

        .content h2 a {
            color: #000;
            text-decoration: none;
            font-weight: bold;
            outline: 0;
        }

        .content h2 a:hover {
            text-decoration: underline;
        }


    .content p {
        line-height: 22px;
        margin-top: 48px;
    }

        .content p img {
            display: block;
            margin: 20px 0 40px 0;
        }

    .content .column {
        float: left;
        width: 460px;
    }

    .content .column.left-column {
        margin-right: 20px;
    }

    .content .column.right-column {
        margin-left: 20px;
    }
