
html {
    font-family: 'Cardo', serif;
}

body {
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}

img {
    max-width: 650px;
}

h1 { }
h2 { }
h3 { }
a { }
a:visited { }
a:hover { }
p { }

table, th, td
{
    text-align: center;
    border: 1px solid black;
}

#container {
    width: fluid;
    width: 100%;
    margin-left: 0;
}

#header {
    height: 50px;
    text-align: left;
    background-color: #888;
}

#left_sidebar {
    float: left;
    width: 180px;
    font-size: 12px;
    color: #000000;
    text-align: left;
    background-color: #FFFFFF;
}
#left_sidebar h1 {
    margin-left: 20px;
    margin-top: 20px;
}
#left_sidebar a {
    color: #000;
    text-decoration: none;
}
#left_sidebar a:hover {
    color: #666;
}
#right_sidebar {
    float: right;
    width: 180px;
    font-size: 12px;
    color: #000000;
    text-align: left;
    background-color: #FFFFFF;
}

#main_content {
    font-size: 16px;
    color: #000000;
    text-align: left;
    margin-right: 180px;
    margin-left: 180px;
    background-color: #FFFFFF;
}

#footer {
    text-align: left;
    background-color: #FFFFFF;
}
