body {
    margin: 0px;
    padding: 0px;
    background: url(images/bg.gif) repeat left top;
}

#container {
    width: 950px;
    \width: 970px;
    w\idth: 950px;
    margin: auto;
}

#header {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 950px;
    height: 165px;
    background: #FFFFFF;
    z-index: 20;
    background: url(images/header.jpg) repeat left top;
}

#nav-box {
    position: absolute;
    top: 133px;
    left: 309px;
    padding: 0;
    margin: 0;
    width: 630px;
    height: 25px;
}

#content {
    position: relative;
    width: 950px;
    height: 600px;
    margin: 0px;
    padding: 0px;
    background: url(images/homeimages.jpg) #FFFFFF no-repeat right bottom;
}

#content2 {
    position: relative;
    width: 700px;
    margin: 0px;
    padding-left: 50px;
    padding-right: 200px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: #FFFFFF;
}

h1#logo-home{
    position: absolute;
    top: 16px;
    left: 40px;
    padding: 0;
    margin: 0;
    width: 255px;
    height: 135px;
    text-indent: -2000em;
}

h1#logo-home a {
    padding: 0;
    margin: 0;
    display: block;
    width: 255px; 
    height: 135px;
    text-decoration: none;
    text-indent: -2000em;
}

.blue-rule{
    border: 1px solid #34424F;
}

#footer {
    position: relative;
    width: 950px;
    height: 50px;
    margin: 0px;
    padding-top: 20px;
    text-align: center;
}

#serviceDiv {
    width: 75%;
    margin-right: 15px;
}

#condDiv {
    position: relative;
    width: 75%;
    top: 50px;
    left: 50px;
    padding: 25px;
    padding-left: 40px;
    background: url('images/cnd-bg.gif') no-repeat;
}

#servicesDiv table {
    width: 450px;
}

#servicesDiv table th {
    text-align: left;
    padding: 5px;
    width: 225px;
    background-color: #35414D;
    color: white;
}

#servicesDiv table td {
    text-align: left;
    padding: 5px;
    background-color: white;
}