#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: sans-serif;
    color: #522;
}
#main {
    width: 810px;
}
#header {
    clear: both;
    background-image: url(images/newbackground.gif);
    background-repeat: repeat-x;
}
#testimonial {
    float: left;
    width: 158px;
    min-height: 500px;
    background-color: #ddc2da;
    border-style: solid;
    border-width: 1px;
    border-color: #62006d;
    margin-top: 80px;
    margin-left: 10px;
    padding: 10px;
    font-size: smaller;
    font-style: italic;
}
#content {
    width: 600px;
    float: left;
    margin-top: 10px;
    padding: 10px;
}
#footer {
    clear: both;
}
.nav {
    margin: 0;
    padding: 0;
    width: 600px;
    list-style: none;
    float: left;
}
ul.nav li {
    float: left;
}
ul.nav a {
    display: block;
    width: 120px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 80%;
    color: #522;
    background-color: white;
}
ul.nav a:hover {
    color: white;
    background-color: #522;
}
ul.nav a:focus {
    outline: none;
}
div.lp {
    color: #62006d;
    font-weight: bold;
}
p.lp:first-line {
    color: #62006d;
    font-size: 150%;
    font-weight: bold;
}
#tm {
    vertical-align: super;
    font-size: 50%;
    color: black; 
}
img {
    border-style: none;
    margin: 0;
}
a.no_outline {
    outline: none;
}
a:link {
    color: #522;
}
a:visited {
    color: #522;
}
.nowrap {
    white-space: nowrap;
}


