* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Georgia", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
}

a {
    color: #000;
    text-decoration: none;
}

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

#page {
    margin: 20px auto;
    width: 700px;
}

#header {
    height: 98px;
    width: 700px;
    background: url('/assets/images/header.jpg');
}

#header img {
    position: relative;
    float: left;
    margin: 4px 10px;
}

#header h1 {
    background: url('/assets/images/fysioterapeut-irene-bjerregaard.png');
    text-indent: -9999px;
    width: 196px;
    height: 58px;
    float: left;
    margin-top: 16px;
    margin-left: 200px;
}

#header p {
    float: left;
    margin-top: 14px;
    margin-left: 18px;
}

#nav {
    background: url(/assets/images/nav-bg.jpg);
    height: 40px;
    width: 700px;
    clear: both;
}

#nav ul {
    padding-left: 195px;
}

#nav li {
    list-style: none;
    float: left;
    line-height: 14px;
    margin: 9px 0 5px 8px;
    padding-right: 8px;
    border-right: 1px solid #fff;
}

#nav li.last {
    border: 0;
}

#nav li a {
    color: #fff;
}

#content {
    padding: 0 10px;
}

#content ul {
    margin: 0 20px;
}

#content h2 {
    margin: 5px 0;
}

div.hr {
    clear: both;
    background: url('/assets/images/line.png');
    height: 7px;
    width: 680px;
    border: 0;
    margin: 10px auto;
}

blockquote {
    padding: 10px;
    border: 1px dotted #ccc;
    background: #ffffe0;
}

div.clear {
    clear: both;
}

div.left {
    float: left;
}

p {
    margin: 15px 0;
}

h3 {
    margin: 15px 0;
}

#sidebar {
    width: 210px;
    float: right;
    text-align: center;
}

#footer {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
}

