﻿body
        {
            width:100%;
            padding:0;
            margin:0;  
            font-family:WaukeganLDORegular; 
            color:#114534;
            line-height:1.5;
        }
        h1
        {
            float: left;
            font-size: 3.5em;
            margin-bottom: 0;
            margin-left: 48px;
            margin-top: 0;
            text-transform: uppercase;
            color:#143626;
        }
        h2
        {
            float: left;
            font-size: 1.0em;
            margin-bottom: 0;
            margin-left: 10px;
            color:#165E47;
            padding-top: 5px;
        }
        span
        {
            color:#9baa29;
        }
        a
        {
            text-decoration:none;
        }
        a:hover
        {
            text-decoration:underline;
        }
        #cadnantwrapper
        {
              width:1010px;
              height:570px;
              margin:auto;
              background-image: url(../image/CadnantBG.jpg);
              border:0;
              padding-top:30px;
        }
        #header
        {
         width:1010px;
         height:78px;
         background-image: url(../image/header.jpg);   
         border:0;
        }
        #content
        {
            width:1010px;
            margin:20px 0px 20px 0px;
        }
        #content-wrapper
        {
            width:68%;
            margin:10px auto;
            height:245px;   
        }
        #content-right
        {
            float:left;
            width:50%; 
            margin-left:auto;  
        }
        #content-left
        {
            float:left;
            width:50%; 
            margin-right:auto;  
        }
        #content-centre
        {
            width:80%;
            margin:20px auto;  
            text-align:center; 
        }
        #footer
        {
            width:1010px;
            height:100px;
            margin:20px 0px;
        }
        #footer-left
        {
            background-image: url(../image/codelogo.png);
            border:0;
            width:125px;
            height: 79px;
            float:left;  
            margin: 10px 0px 0px 20px;   
        }
        #footer-centre
        {
            float:left;
            text-align:center;
            width:75%;
            margin-top:20px;
        }
        #footer-right
        {
            background-image: url(../image/Code_certification_6Star.png);
            border:0;
            width:79px;
            height: 95px;
            float:left;
            margin-right:20px;  
        }
        #codestore
        {
            height:68px;
            text-align:center;   
            float:left;
            width:30%  
        }
        #emaillink
        {
            text-align:center;   
            float:left;
            width:42%;
            margin-top:20px; 
        }
        #divBlah
        {
            text-align:center;
            color:Black;
            float:right;
            width:28%;  
            margin-top:20px; 
        }
        #wrapper
        {
            width:1010px; 
            margin: 10px auto;  
        }
        @font-face {
    font-family: 'WaukeganLDORegular';
    src: url('waukegan_ldo-webfont.eot');
    src: url('waukegan_ldo-webfont.eot?#iefix') format('embedded-opentype'),
         url('waukegan_ldo-webfont.woff') format('woff'),
         url('waukegan_ldo-webfont.ttf') format('truetype'),
         url('waukegan_ldo-webfont.svg#WaukeganLDORegular') format('svg');
    font-weight: normal;
    font-style: normal;

}