html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: verdana, 'trebuchet ms', sans-serif;
}

a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}







.pkg { display: inline-block; }
.pkg { height: 1%; }
.pkg { display: block; }



body { text-align: center; }

#container {
    position: relative;
    margin: 0 auto;
    width: 800px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline;
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}





.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}








.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 15px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}












body {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #999966; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #999966; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header {
    width: 100%;
    margin: 0;
    border-left: 5px solid #000000;
    padding: 5px;
    color: #fff;
    background: #999966;
    font-weight: bold;
    line-height: 3;
}








body {
    font-family: MS UI Gothic;
    min-width: 800px;
    color: #333;
    background: #ffffff;
}

#container {
    width: 800px;
    margin-bottom: 20px;
    background: #fff;
}

#container-inner {
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: #fff;
}

#banner {
    width: 790px; /* necessary for ie win */
    background: #999966;
}

#banner-inner {
    padding: 15px 13px;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #999966;
}



#banner-header {
    margin: 10;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}


#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 280px; background: #fff; }


#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 10px 0 10px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}



.entry-header {
    margin-top: 0;
    border-left: 5px solid #999966;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 25px;
}

.entry-content {
    margin: 0;
    line-height: 1.5;
}













