#header {
    width:100%;
	height:150px;
}

#top-nav-bar {
    position:fixed;
	z-index:99999;
	top:0;
	left:0;
	width:100%;
	height:100px;

    background: #bababa;
    background: -moz-linear-gradient(left, #bababa 0%, #7f7f7f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#bababa), color-stop(100%,#7f7f7f));
    background: -webkit-linear-gradient(left, #bababa 0%,#7f7f7f 100%);
    background: -o-linear-gradient(left, #bababa 0%,#7f7f7f 100%);
    background: -ms-linear-gradient(left, #bababa 0%,#7f7f7f 100%);
    background: linear-gradient(to right, #bababa 0%,#7f7f7f 100%);
	
	font-size: 2.5em;
    font-family: "lucida console";
    color: #153015;
}

#top-nav-bar img {
    height: 100%;
    padding: 10px 20px 0px 0px;
    margin-left: 5%;
	vertical-align: middle;
}

.container {
    width: 1100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-title {
    text-align: center;
    font-size: 5em;
    font-family: Geneva;
    color: #153015;
    margin: 0px 0px 70px 0px;
}

.page-section {
    color: black;
    margin: 0px 0px 25px 50px;
    font-family: Geneva;
    font-size: 1.8em;
}

.page-text {
    font-family: Geneva;
    font-size: 1.2em;
    color: black;
}

.break {
    border-top: 1px solid #153015;
    padding-top: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.footer {
    font-size: 1em;
    font-family: Geneva;
    color: #153015;
    margin: 0px 0px 70px 0px;
}