* {
    font-family: Arial, Helvetica, sans-serif;;
    margin: 0;
    padding: 0;    
}
body {
    font-size: 67.5%;

}
a {
    color: #0056B0;
}
a:hover {
    color: #d57e50;
}
a img {
    border: 0;
    text-decoration: none;
}
img.right {
    border: 6px solid #e6e6e6;
    float: right;
    margin: 5px 0 5px 18px;
}
img.left {
    border: 6px solid #e6e6e6;
    float: left;
    margin: 5px 18px 5px 0;
}

/* HEADER */
    #header {
        background: #ffffcc;
        float: left;
        width: 100%;
    }
    #header h1 {
        float: left;
        font-size: 3.0em;
        font-weight: normal;      
        padding-left: 40px;
        padding-top: 8px;        
    }
    #header h1 a {
        color: #000066;
        text-decoration: none;
    }
    #header h1 a:hover {
        text-decoration: underline;
    }
    #header h2 {
        color: #000066;
        clear: left;
        float: left;
        font-size: 1.6em;
        font-weight: normal;
        padding-left: 80px;
        padding-top: 1px;        
    }

/* MENU */ 
    #menu {
        background: #FFFFcc;
		font-family:Arial, Helvetica, sans-serif;
		font-size : 14px;
        border-bottom: 3px solid #009999;
        float: right;
        width: 100%;
    }
    #menu ul {
        list-style-type: none;
        float: right;
        padding-right: 30px;
        padding-top: 5px;
    }    
    #menu ul li {
        float: left;
        margin-bottom: -3px;
    }
    #menu ul li a {
        background: #009999;
        border-bottom: 3px solid #009999;
        color: #fff;
        display: block;
        float: left;
        font-weight: bold;
        margin-left: 6px;
        padding: 7px 18px;
        text-decoration: none;
    }
    #menu ul li a:hover {
        background: #ffffFF;
        color: #990000;
    }
    
/* MAIN */
    #main {
        clear: both;
        margin: 0 50px;
        padding: 20px 0;
    }
    
/* SIDEBAR */
    #sidebar {
        float: right;
        margin-top: 10px;
        text-align: left;
        width: 140px;
    }
    #sidebar div {
        margin-bottom: 25px;
    }
    #sidebar h3 {
        float: left;
        font-size: 1.4em;
        margin-left: 8px;
        margin-right: -35px;
    }
    #sidebar a {
        color: #444;
        text-decoration: none;
    }
    #sidebar a:hover {
        text-decoration: underline;
    }
    #sidebar #search-form {
        font-size: 1.2em;
        text-align: right;       
    }
        
/* CONTENT */
    #content {
        margin-right: 165px;
        padding-right: 25px;
		background: #ffffFF;
    }
    #content h2 {
        color: #000066;
        font-size: 16px;              
    }
    #content h2 a {
        color: #000066;
    }
    #content h2 a:hover {
        color: #000066;
    }
    #content h2.search {
        background: #ffffee;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        color: #444;
        margin-bottom: 15px;
        padding: 10px 5px;
    }
    #content h3 {
        color: #000066;
        font-size: 1.2em;
        margin-left: 25px;
    }
    #content p {
        font-size: 1.3em;
        line-height: 18px;
        margin: 10px 0 12px 15px;
    }
    #content ul, #content ol {
        margin: 5px 0 5px 40px;
    }
    #content li {
        font-size: 1.3em;
        line-height: 18px;
        margin-bottom: 8px;
    }
    #content .post {
        clear: left;
    }
    #content .post h3 {
        color: #666;
        font-size: 1.4em;
        font-weight: normal;
        padding-left: 30px;
    }
    #content .story-content {
        padding-top: 6px;
    }
    #content blockquote {
        background: #f1f1f1;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font-size: 1.2em;
        margin: 15px 40px;
        padding: 10px 15px;
        text-align: justify;
    }
    #content .code {
        background: #ffffee;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        font-family: "Courier New", Courier, sans-serif;
        font-size: 1.2em;
        margin: 15px 40px;
        padding: 10px 15px;
    }

/* FOOTER */
    #footer {
        background: #FFFFCC;
        border-top: 3px solid #009999;
        color: #000066;
        clear: both;
        font-size: 1.2em;
        font-weight: normal;
        padding: 6px 10px;
        text-align: right;
    } 
    #footer a {
        color: #000066;
        text-decoration: none;
    }    
    #footer a:hover {
        text-decoration: underline;
    }
    #footer .link-group {
        float: left;
        margin: 5px 30px;
        text-align: left;
    }
    #footer h3 {
        font-size: 1.5em;
    }
    #footer ul {
        list-style: none;
        padding: 5px 0 15px 1px;
        text-align: left;
    }    
    #footer ul li a {
        border: 1px solid #009999;
        border-bottom: 1px dotted #009999;
        color: #000066;
        display: block;
        font-size: 1.1em;
        font-weight: normal;
        margin-bottom: 4px;
        padding: 0 15px 0 4px;
        text-decoration: none;
        width: 200px;
    }
    #footer ul li a:hover {
        background: #009999;
        border: 1px solid #000066;
        color: #fff;
        text-decoration: none;
    }
    #footer #credits {
        clear: left;
		color:#000000;
    }