/* 
    Document   : style.css
    Created on : Jun 23, 2010, 9:48:38 AM
    Author     : Nathan Evans
    Description:
        Purpose of the stylesheet follows.
*/




body{
    margin: 0px;
}

img{
    border-style: none;
}

.container{
    text-align: left;
    width: 1032px;
}

.paroleft {
    float: left;
    width: 385px;
    margin-left: 3px;
}

.paroright{
    width: 518px;
    float: right;
}

.thespan{

    font-weight: bold;
    color: #f47c01;
}
