﻿#left_column {
    background-image: url('../Images/back_left.png') ;
    background-position: left ;
    background-repeat: repeat-y ;
    height: 100% ;
    width: 25% ;
    float: left ;
}

#main_column {
    background-color: white ;
    width: 50% ;
    height: 100% ;
    float: left ;
}

#right_column {
    background-image: url('../Images/back_right.png') ;
    background-position: right ;
    background-repeat: repeat-y ;
    height: 100% ;
    width: 25% ;
    float: left ;
}

#logo {
    margin-top: 1em ;
    text-align: center ;
}

#nav_container {
    width: 100% ;
    text-align: center ;   
    margin-bottom: 4em ; 
}
#nav {
    margin-top: 1em ;
    /* 
    margin-left: 28% ;
    margin-right: 22% ;
    */
    margin-left: auto;
    margin-right:auto; 
    text-align: left ;
    width: 85% ;
}

#footer {
    margin-top: 3em ;
    font-size: small ;
    color: Black ;
    font-family: Arial, Sans-Serif ;
}

h1, p {
    
    margin-left: 12% ;
    margin-right: 12% ;
    text-align: justify ;
    line-height: 1.5em ;
}

p, .regText {
    color: Navy;
    font-family: Bookman, Times, Serif ;
    font-size: larger ;
}

h1 {
    color: Red ;
    font-family: "Avant Garde", Helvetica, Sans-Serif ;
}

.wrapper {
    text-align: center ;
}
.text {
    text-align: center;
}


