body {
    margin: 0;
    padding: 0;
    background-color: white;
    color: black;
    font-family: sans-serif;
}
ul {
    list-style-image: url(images/bullet_black.png);

ckground-color: #cedaeb;
}
img {
    border-width: 0;
}

#body {
    margin: 0 50px;
    background-color: white;
}
#left-bg {
    width: 50px;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(images/left-bg.png);
    background-repeat: repeat-y;
    background-position: right;
    background-color: #cedaeb;
}
#right-bg {
    width: 50px;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    background-image: url(images/right-bg.png);
    background-repeat: repeat-y;
    background-position: left;
    background-color: #cedaeb;
}
#bottom {
    background-image: url(images/bottom-bg.png);
    background-repeat: repeat-x;
    background-position: top;
    height: 50px;
}
#header {
    width: 100%;
    height: 140px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #00001e;
    background-image: url(images/header.png);
    background-repeat: no-repeat;
}
h1#title {
    padding: 0;
    margin: 0;
    background-image: none;
    border-width: 0;
    overflow: hidden;
}
#netlab {
    width: 311px;
    height: 37px;
    position: absolute;
    top: 47px;
    right: 20px;
    background-image: url(images/netlab.png);
    background-repeat: no-repeat;
}
#footer {
    clear: both;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 0;
    height: 100%;
    border-top: 1px solid #666;
}
#footer p {
    margin: 0.4px 0;
}
#menu {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 101px;
    left: 0;
    color: white;
    background-color: black;
    background-image: url(images/menu-bg.png);
    background-repeat: repeat-x;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
}
#menu li {
    color: white;
    background-color: black;
    background-image: url(images/menu-bg.png);
    background-repeat: repeat-x;
    padding: 0 10px;
    line-height: 30px;
    display: inline;
    float: left;
}
#menu li.selected {
    color: white;
    background-color: #4c4c4c;
    background-image: url(images/selected-menu-bg.png);
    background-repeat: repeat-x;
}
#menu a {
    color: white;
    text-decoration: none;
}
#menu a:hover, a:active {
    text-decoration: underline;
}
#submenu {
    width: 100%;
    height: 24px;
    background-color: #838383;
    background-image: url(images/submenu-bg.png);
    background-repeat: repeat-x;
}
#submenu-left-side {
    margin: 0;
    width: 20px;
    height: 24px;
    float: left;
    background-image: url(images/submenu-side-bg.png);
    background-repeat: no-repeat;
}
#submenu-right-side {
    margin: 0;
    width: 20px;
    height: 24px;
    float: right;
    background-image: url(images/submenu-side-bg.png);
    background-repeat: no-repeat;
}
#submenu ul {
    margin: 0;
    padding-left: 0;
    font-size: 13px;
}
#submenu li {
    padding: 0 10px;
    line-height: 24px;
    display: inline;
    float: left;
    background-color: #838383;
    background-image: url(images/submenu-bg.png);
    background-repeat: repeat-x;
}
#submenu li.selected {
}
#submenu a {
    color: #00d;
}
h1 {
    padding-left: 15px;
    padding-bottom: 3px;
    background-image: url(images/headline1.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 2px solid #666;
    font-size: 130%;
}
#content {
    margin: 10px 30px;
}
h2 {
    padding-left: 10px;
    background-image: url(images/headline2.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 1px solid #666;
    font-size: 115%;
    font-weight: bold;
}
h3 {
    font-size: 100%;
    font-weight: bold;
    background-image: none;
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #ccc;
}
.entry h3 a {
    color: #006;
    text-decoration: none;
}
h3#news {
    color: #006;
    padding-left: 10px;
}
.post-info {
    color: #888;
    background-color: white;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 80%;
    text-align: right;
}
.entry-content {
    padding-left: 30px;
}
.read-more {
    font-size: small;
}

blockquote {
    background-color: #eee;
    margin: 0;
    padding: 0.2em 0.8em;
}

#main {
    float: left;
    width: 75%;
}
#main h1{
    margin-left: 5px;
}
#sidebar {
    float: right;
    width: 25%;
}
#sidebar h3 {
    margin: 10px 0px;
    padding: 5px 0px;
    text-align: center;
    background-image: url(/images/sidebar-bg.png);
    background-repeat: repeat-x;
    color: white;
    border: none;
}
#sidebar h4.ruby {
    margin: 14px 10px 10px 10px;
    padding: 6px 0px 6px 30px;
    background-image: url(/images/ruby-h1.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
}
#sidebar ul {
    margin: 5px 10px 10px 5px;
    padding-left: 1.5em;
    list-style-image: url(/images/headline2.png);
    font-size: 90%;
}
#sidebar li {
    line-height: 1.5em;
}
#sidebar li.selected {
    font-weight: bold;
}
#sidebar a {
    text-decoration: none;
    color: black;
}
#sidebar img {
    margin: 0; 
    padding: 0;
}
#sidebar p {
    margin: 10px 0px;
    padding: 0;
}
#sidebar p.bottom {
    border-bottom: 1px dotted #ccc;
    padding: 0px 0px 0px 5px;
}
#sidebar div {
    border-style: solid;
    border-width: 1px;
    border-color: #1e4fa0;
    border-top: none;
    margin: 10px 10px 10px 0px;
}
#product {
    padding-top: 10px;
    padding-right: 10px;
    background-color: #CCFFFF
}
th, td {
    padding: 0.3em;
    font-weight: normal;
    background-color: #ddf;
}

