body {
    background: url('images/bg.gif') repeat-y;
    background-color: #C3C7D4;
    font-size: 11px;
    color: #6D7692;
    font-family: verdana, arial, sans-serif;
    text-align: center;
    }

#wrapper {
    width: 768px;
    margin: auto;
    }

#title {
    height: 150px;
    text-align: right;
    padding-top: 10px;
    font-size: 24px;
    color: #8891AD;
    }

#content {
    width: 572px;
    background: url('images/rotech_02.gif');
    border: 1px solid #A1A8BF;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    }

#contentt {
    background: url('images/rotech_01.jpg') no-repeat;
    padding: 0px 20px 20px 20px;
    }

#footer {
    background: url('images/rotech_03.jpg') no-repeat;
    height: 52px;
    text-align: right;
    padding-top: 40px;
    padding-right: 20px;
    }

#nav {
    border: 1px solid #A1A8BF;
    width: 180px;
    background: url('images/rotechnav_02.gif');
    text-align: left;
    float: right;
    margin-bottom: 10px;
    }

#nav1 {
    background: url('images/rotechnav_01.jpg') no-repeat;
    padding: 110px 20px 20px 20px;
    }

#navfooter {
    background: url('images/rotechnav_03.jpg') no-repeat;
    height: 12px;
    }


h1 {
    color: #B8A2BE;
    font-family: georgia, verdana, sans-serif;
    font-style: italic;
    font-size: 16px;
    text-align: left;
    }

p {
    text-align: justify;
    }

#navlinks a {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 1px;
    margin-bottom: 2px;
    }

#navlinks a:hover {
    color: #fff;
    background-color: #72587F;
    }

a {
    color: #72587F;
    border-bottom: 1px dotted #B7A5C2;
    text-decoration: none;
    }

a:hover {
    color: #000;
    border-bottom: 1px solid #B7A5C2;
    }

.center {
    text-align: center;
    }