/*
Thank you for downloading this template, this CSS document can be customised as you see fit.
If you need any help please contact me.

Thanks

Dave
ukthoughts.co.uk
*/
body {
        background: #eee url(bg.gif) repeat-y 50%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        margin: 0;
        padding: 0;
}
#wrap {
        margin: 0 auto;
        width: 600px;
}
#page {
        float: left;
        width: 400px;
        text-align: justify;
}
#sidebar {
        float: right;
        color: #999;
        width: 170px;
}
#footer {
        margin: 0 auto;
        padding: 10px 0 10px 0;
        color: #fff;
        background: #333 url(footer.gif);
        width: 622px;
        clear: both;
        text-align: center;
}
#footer p { padding: 0; }

/* Headers */
#header p {

        margin-top: 0px;

}
#header {
        width: 622px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 300%;
        background: url(header_segel_3.gif);
        height: 145px;
        border-bottom: 5px solid #222;
        line-height: 90px;
        font-weight: normal;
        letter-spacing: 3px;
        margin: 0px auto;
        margin-bottom: 15px;
        text-align: center;
}
html>body { margin-bottom: 0px; }
#page h2 {
        font-weight: normal;
        font-size: 155%;
        color: #222;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 5px;
        padding-bottom: 2px;
}
#sidebar h3 {
        font-weight: normal;
        font-size: 150%;
        color: #777;
        margin-bottom: -5px;
}

/* Links */
#wrap a:link, #wrap a:visited {
        text-decoration: none;
        color: #003366;
        border-bottom: 0px solid #003366;
}
#wrap a:hover {
        text-decoration: none;
        color: #CC3300;
        border-bottom: 0px solid #CC3300;
}
#header a, #header a:hover {
        color: #fff;
        text-decoration: none;
}
#footer a {
        color: #888;
        text-decoration: none;
}
#footer a:hover {
        color: #ccc;
}
p.info {
        padding: 5px 0px 5px 0px;
        font-size: 10px;
        color: #aaa;
}
.hide { display: none; }

/* Lists */
li { list-style: square; }
#sidebar ul { padding: 3px 0px 3px 10px; }
html>body #sidebar ul { padding: 3px 0px 3px 30px; }
#bits li {
        padding-bottom: 5px;
}
#bits li:hover {
        color: #666;
}

/* Navigation (Thanks SimpleBits) */
div#navcontainer {
        width: 622px;
        margin: 0 auto;
        background-color: #6666CC;
        border-bottom: 1px solid #FFFFFF;
}
div#navcontainer ul {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: white;
        text-align: center;
        margin: 0;
        padding-bottom: 5px;
        padding-top: 5px;
}
div#navcontainer ul li {
        display: inline;
        margin-left: -3px;
}
div#navcontainer ul li a {
        padding: 5px 10px 5px 10px;
        color: white;
        text-decoration: none;
        border-right: 1px solid #fff;
}
div#navcontainer ul li a:hover {
        background-color: #003300;
        color: white;
}
#active a { border-left: 1px solid #fff; }