/* 
    Document   : into
    Created on : Feb 21, 2009, 1:53:46 PM
    Author     : j
    Description:
        Purpose of the stylesheet follows.
*/

div.intromain{
    width: 100%;
    vertical-align: middle;
    height: 600px;
}

div.introfooter{
    width: 100%;
    height: 100px;
}

div.leftpic {
    text-align: center;
    float: left;
    width: 35%;
}

div.rightpic {
    text-align: center;
    float: right;
    width: 35%;
}

div.centerlogo {
    text-align: center;
    width: 30%;
    float: left;
}

img.logo {
    border: 0px;
    height: 200px;
}

p.sectiontext {
    font-family: cursive, serif, sans-serif;
}

