* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #585858;
}

body {
    font-family: Tahoma;
    font-size: 12px;
    background: #585858;
}

#wrapper {
    width: 825px;
    margin: 0 auto;
    background: url(../images/background/bg_container.jpg) repeat-y;
}

#container {
    background: url(../images/background/bg_top.jpg) no-repeat;

}

#logoSpacer {
    width: 200px;
    height: 200px;
}

#nav {
    float: left;
    width: 100px;
}

#content {
    margin-left: 110px;
    width: 500px;
    min-height: 450px;
}

#footer {
    background: url(../images/background/bg_footer.jpg) no-repeat;
    text-align: center;
    color: silver;
    padding-top: 80px;
    font-size: 10px;
}

img {
    border: 0;
}

p img {
    padding: 5px;
}

h1 {
    color: #d3083f;
    letter-spacing: -1px;
    font-family: arial, helvetica, sans-serif;
    margin-bottom: 4px;
    font-size: 32px;
}

h2 {
    font-family: arial, sans-serif, arial;
    margin-bottom: 5px;
    color: #940303;
    font-size: 16px;
}

h3 {
    font-family: arial, sans-serif, arial;
    margin-bottom: 5px;
    font-size: 14px;
}

h4 {
    font-family: bold verdana, sans-serif, arial;
    font-size: 11px;
}

p {
    margin-bottom: 10px;
}

a {
    text-decoration: underline;
    color: black;
}

a:hover {
    text-decoration: underline;
    color: #DB0C41;
}

#nav li {
    list-style: none;
    margin: 0;
    padding: 0.25em;
    border-top: 1px solid gray;
}

#nav li a { 
    text-decoration: none;
    color: black;
}

#nav li a:hover { 
    text-decoration: none;
}

#nav li.active, #nav li:hover { 
    background-color: #a8a8a8;
    color: black;
}

.testimonails img {
    width: 150px;
    padding: 5px;
}

.photo img {
    padding: 5px 0px;
}