html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    color: #333;
    padding: 0;
}

body * {
    line-height:1.22em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#4088b8;
    clear: both;
}

h1 {
}

h2 {
    color: #c8c8c8;
		margin-top: -25px;
}

h3 {
}

h4 {
    color: #333;
    margin-bottom: -10px;
}

p {
    margin: 10px 0;
    clear: both;
}

ul, ol {
    margin-left 0;
}

li {
margin: 0 auto;
text-align: center;
}

ul ul {
    margin-bottom: 20px;
}

#navcontainer{ width:260px; }
#twitter_update_list {list-style: none;}
#twitter_update_list li {
padding: 5px 7px 5px 7px;
margin-bottom: 12px;
background-image: url(http://showcase.netins.net/web/phdss/WebmasterWorldgfx/arrow-up.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
background: #3b3c3b;
text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius:  5px;
}


#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px auto;
}


#wrap2 {
    margin: 10px 0px 10px 0px;
}






a {
    color: #4088b8;
}


pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
    color: #fff;
}

pre, blockquote {
    padding: 15px;
    background-color: #3b3c3b;
    margin: 20px 0;
    font-family: Verdana;
    font-size: 11px;
    color: #e1e1e1;
    -moz-border-radius: 10px;
    -webkit-border-radius:  10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
    color: #fff;
}