﻿/*
header was #7FFF00 light green

 */
 
 
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 1024px;
}

#header {
    float: left;
    height: 75px;
    width: 1024px;
    background: #00CC00;
}

#content {
    float: left;
    background: #FFFFFF;
    width: 850px;
    
}

#leftcolumn {
    background: #ffffff;
    width: 174px;
    float: left;
}

#footer {
    height: 40px;
    width: 1024px;
    background: #00CC00;
    clear: both;
}

