* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
body {
    font-size: 67.5%;
	width:100%;

}
a {
    color: #333399;
}
a:hover {
    color: #333399;
}

td {
        font-size: 1.3em;
        line-height: 18px;
        margin: 10px 0 12px 15px;
    }
/* 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: #333399;
        text-decoration: none;
    }
    #header h1 a:hover {
        text-decoration: underline;
    }
    #header h2 {
        color: #333399;
        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 #333399;
        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: #333399;
        border-bottom: 3px solid #333399;
        color: #fff;
        display: block;
        float: left;
        font-weight: bold;
        margin-left: 6px;
        padding: 7px 18px;
        text-decoration: none;
    }
    #menu ul li a:hover {
        background: #ff9900;
        color: #990000;
    }

/* MAIN */
    #main {
        clear: both;
        margin: 0 50px;
        padding: 20px 0;
    }
/* INDEX */
    #index {
        clear: both;
        margin: 0;
        padding: 0;
		background: #333399;
    }
/* SIDEBAR */
    #sidebar {
        float: right;
        margin-top: 10px;
		margin-left: 10px;
        text-align: left;
        width: 200px;
    }
    #sidebar div {
        margin-bottom: 25px;
    }
    #sidebar h3 {
        float: left;
        font-size: 1.4em;
        margin-left: 8px;
        margin-right: -35px;
    }
    #sidebar a {
        color: #333399;
        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;
    }
    .content th {text-align:left; font-size:140%}
    .content .small {font-weight:normal}

/* FOOTER */
    #footer {
        background: #FFFFCC;
        border-top: 3px solid #333399;
        color: #333399;
        font-size: 1.2em;
        font-weight: normal;
        padding: 30px 0px;
        text-align: right;
		float: left;
		width:100%;
    }
    #footer a {
        color: #333399;
        text-decoration: none;
    }
    #footer a:hover {
        text-decoration: underline;
    }
    #footer .link-group {
        float: left;
        margin: 5px 30px;
        text-align: left;
    }
	    #footer .link-group2 {
        float: none;
        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 #333399;
        border-bottom: 1px dotted #333399;
        color: #333399;
		background: #FFFFFF;
        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: #333399;
        border: 1px solid #000066;
        color: #fff;
        text-decoration: none;
    }
    #footer #credits {
		color:#000000;
		padding-right: 20px;
		vertical-align:100%;
    }