body {
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    margin-top: 40px;
}
a:link {
    color: #dd0067;
}
a:visited {
    color: #dd0067;
}
a:hover {
    color: #dd0067;
}
a:active {
    color: #dd0067;
}
#content-wrapper {
    background-color:#FFFFFF;
    width:820px;
    margin:0 auto;
    padding-left:20px;
    margin-bottom: 40px;
}
#header-wrapper {
    height:91px;
    padding: 15px 0 9px 0;
}
#address-wrapper {
    float:right; 
    text-align:left;
    line-height:19px;
    font-size:15px;
    padding-top:6px;
}
#tape-measure {
    padding:13px 0 10px 0;
}
#footer-wrapper {
    width:820px;
    margin:0 auto;
    padding-left:20px
}
#slider {
    position:relative;
    width:780px; /* Change this to your images width */
    height:360px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
h3 {
    font-size: 16px;
    margin: 0 0 6px 0;
    padding: 0;
    color:#00bff5
}
