body {
        min-width: 600px;
        color: #999999;
        background-color: #000000;
        border-top: 6px solid #999999;
        padding: 0 0 8px 50px;
        margin: 0;
        font-family: "Bitstream Vera Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
}

h2 {
        font-size: 15px;
        border-bottom: 2px solid #999999;
}

h3 {
        font-size: 12px; 
        border-bottom: 1px solid #999999;
}

h2, h3 {
        font-family: "Bitstream Vera Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: normal;
        clear: both;
}

blockquote {
        border-left: 2px solid #999999;
        padding-left: 5px;
}

pre {
        background: #101010;
        border: 1px dotted #999999;
        padding: 5px;
}

a:link { color: #77ffff; }
a:visited { color: #77ffff; text-decoration: none }
a:hover {
        color: #77ffff;
        text-decoration: underline;
}

img { border: 0px; }

#header {
        float: right;
        padding-top: 5px;
        padding-right: 60px;
	text-align: right;
}
#header h1 {
        margin: 0px;
        font-size: 14pt;
        font-weight: bold;
        border: none;
}

#footer {
	clear: both;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #999999;
}

#title {
        float: left;
        padding-top: 5px;
        padding-left: 10px;
        font-size: 14pt;
        font-weight: bold;
}

#navigation {
        position: absolute;
        top: 60px;
        left: 60px;
}

#content {
        margin: 55px 50px  5px 150px;
        padding: 2px 6px 2px 6px;
}

#google_adsense {
        clear: both;
        float: right;
        padding-top: 20px;
}

#google_analytics {
        visibility: hidden;
}
