﻿body {
    margin: 0;
    background: #fff;
    color: #000;
}

body, p, th, td, li, select, option, input, textarea, dt, dd, blockquote {
    font: normal normal normal 1em georgia,"Palatino Linotype","Book Antiqua",palatino,"MS Serif","New York",serif;
}

h1, h2, h3, h4, h5, h6 {
    font: normal normal bold 1em tahoma,geneva,"Lucida Sans Unicode","Lucida Grande",sans-serif;
    margin: 0;
    padding: 5px 0;
}

h2 {
    font-size: 1.8em;
}

p {
    line-height: 150%;
}

#container {
    width: 900px;
    margin: 20px auto;
}

#content {
    width: 580px;
}

#sidebar {
    float: right;
    width: 300px;
}

#logo a img {
    border: none;
}

#footer {
    font-size: .7em;
    border: 1px solid #000;
    margin: 20px 0;
    padding: 5px;
}

.clearBoth {
    clear: both;
    height: 0;
    width: 0;
}