* {
    margin: 0;
    padding: 0;
    }

body {
    font-size: 62.5%
    font-family: Helvetica, sans-serif;
    background: #000000;
    }


a:link {
    color: black;
}

a:visited {
    color: black;
}

 a:hover {
    color: red;
}

a:active {
     color: red;
}

ul.b {
    list-style-type: square;
    padding: 0 0 10px 15px;
    margin-left: 10px;
    font-size: 11px
}

li {
    font-size: 1.2em;
    }

p {
    font-size: 1.25em;
    line-height: 1.4em;
    margin-bottom: 0.8em;
    }

h1 { font-size: 2.25em; margin-bottom: 0.8em; }

h2 { font-size: 1.75em; margin-bottom: 0.8em; }

h3 { font-size: 1.50em; margin-bottomL 0.8em; }

h4 {
    margin: 20px 0 0 30px;
    font: 24px sans-serif;
    color: #0b150d;
    font-weight: bold;
}

.clear { clear: both; }

div#header {
    background: #c8001d;
    color: white;
    link-color: white;
    padding: 0px 0 0px 0;
    text-transform: uppercase;
    border-bottom: 2px #b9001b;
    text-align: left;
    }

    div#header p {
        font-size: 90%;
        }

    div#header a {
        color: white;
        font-size: 80%;
        margin-right: 10px;
        }


div#index-head {
    background: url(img/index-head.png) no-repeat;
    width: 735px;
    height: 296px;
    margin: 0 auto;
    padding: 30px 90px 30px 0px
    outline: none;
    }

div#services-head {
    background: url(img/services-head.png) no-repeat;
    width: 735px;
    height: 296px;
    margin: 0 auto;
    padding: 30px 90px 30px 0px
    outline: none;
    }

div#emp-head {
    background: url(img/emp-head.png) no-repeat;
    width: 735px;
    height: 296px;
    margin: 0 auto;
    padding: 30px 90px 30px 0px
    outline: none;
    }

div#contact-head {
    background: url(img/contact-head.png) no-repeat;
    width: 735px;
    height: 296px;
    margin: 0 auto;
    padding: 30px 90px 30px 0px
    outline: none;
    }

#header a {
    display:block;
    width: 749px;
    height: 280px;
    margin: 0 auto;
    outline: none;
    }

div#page-wrap {
    width: 800px;
    margin: 0 auto;
    }

ul#nav {
    list-style: none;
    height: 65px;   
    }

    ul#nav li a {
        display: block;
        width: 150px;
        height: 65px;
        float: left;
        margin-top: 15px;
        color: black;
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        outline: none
        }

        ul#nav li a:hover, ul#nav li a:active {
            color: #ffa719;
        }

div#content-block {
    display: block;
    background: #FFFFFF;
    width: 800px;
    margin: 0 auto;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    border: 2px solid #000000;
    }
    
    div#content-block div#left-column {
    float: left;
    width: 200px;
    padding-top: 0px;
    }

    div#content-block div#left-column div#logo-img{
    width: 198px;
    height: 123px;
    float: left;
    background: url(img/logo.png) no-repeat;
    padding: 0 0 0 0;
    }

    div#content-block div#left-column div#logo-img div#logo-link{ 
    width: 198px; 
    height: 123px;
    float: left; 
    background-color: transparent; 
    border: 0px; }

    div#content-block div#right-column {
    float: right;
    width: 240px;
    padding-top: 0px;
    }

    div#content-block div#right-column p {
        font-size: 80%;
    }

    div#content-block div#right-column ul {
        font-size: 90%;
    }

    div#content-block div#right-column li {
        font-size: 90%;
    }

    div#content-block div#center-pgraph {
    align: center;
    width: 600px;
    padding-top: 0px;
    }

    div#content-block div#center-pgraph p {
        font-size: 110%;
    }

    div#content-block div#center-pgraph ul {
        font-size: 90%;
    }

    div#content-block div#center-pgraph li {
        font-size: 90%;
    }

    
div#footer {
    background: #c8001d;
    color: white;
    link-color: white;
    padding: 15px 0 15px 0;
    text-transform: uppercase;
    border-top: 2px #b9001b;
    text-align: center;
    }

    div#footer p {
        font-size: 90%;
        }

    div#footer a {
        color: white;
        font-size: 80%;
        margin-right: 10px;
        }