
body {
    
    background: url("pics/sideback.png") repeat-y;
    background-color: #fff;
    
    margin: 0px;
    padding: 0px;
    
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    
    color: #000;
} 

/* Margin box */
#content {
    
    margin-top: 5px;
    margin-left: 150px;
    margin-right: 50px;
    margin-bottom: 20px;

    max-width: 560px;
    border: 1px solid;
    border-color: #c8e080;

    background: url("pics/tease.png") no-repeat top right;
    background-color: #000;
    
    color: #c8e080;
    padding: 10px;
 
}

/* Page bottom and copyright footer */
#bottom {
    clear: both;
    padding-top: 30px;
}

#footer {
    color: #888;
    font-size: 5pt;
    margin-bottom: 5px;
    margin-left: 80px;

    position: absolute;
    bottom: 5px;
    right: 80px;
    
    
    
}

/* Master title */
h1 {
    
    margin: 0px;
    padding: 0px 0px 0px 60px;
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 40pt;


}


/* The sidebar */
#sidebar {
    
    margin: 0px;
    padding: 0px 0px 0px 20px;

    float: left;

    top: 0px;
    left: 0px;
    width: 130px;
    height: 100%;
}

#sidebar span {
    display: block;
    margin: 5px;
    padding: 2px;
    max-width: 100px;
    border: 1px solid;
    border-color: #c8e080;
    background: #000;
    color: #fff;
    
    text-align: right;
    
}

#sidebar span:after {
    content: "...";
}

a:link, a:visited {
    color: #fff;
}

#content a:hover {
    text-decoration: underline;
}

#sidebar span:hover, #sidebar a:hover {
    background: #c8e080;
    color: #000;
    border-color: #000;
}

/* Provides background for the side-bar.. */
#sidegraf {
    
    margin: 0px;
    padding: 0px;
    
    position: absolute;
    width: 100%;

    min-height: 300px;
}

img {
    vertical-align: -30%;
}

img.emb {
    padding: 5px;
    margin: 0px;
    float: left;
}

a:link, a:visited, a:hover {
    font-variant: small-caps;
    text-decoration: none;
}

/* Text styles.. add as necessary */
h2 {
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 14pt;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    border-bottom: 1px solid #c8e080;
}

h3 {
    font-family: Verdana, sans-serif;
    font-weight: normal;
    font-size: 12pt;
    margin: 15px 0px 15px 0px;
    padding: 2px;
    text-decoration: underline;
}

h4 {
     font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    margin: 15px 0px 15px 0px;
    padding: 0px;
    text-decoration: none;
}

pre, code {
    font-family: Lucida Console, monospace;
}


pre {
    border: 1px inset black;
    background: #c8e080;
    color: black;
    margin: 20px;
    padding: 10px 5px 10px 5px;
    overflow: auto;
}

p {
    margin: 15px 0px 15px 0px;
    padding: 0px;
   
}

.center {
    text-align: center;
}

ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;

}

.smallprint {
    font-size: 8pt;
    font-style: italic;
    float: right;
    text-align: right;
	margin-top: 0px;
	margin-bottom: 6pt;
	margin-left: 12pt;
}


/* For screenshots */
.screenshot {
    clear: right;
    float: right;
}

.warning {
	color: #ff8080;
	text-align: center;
}
