body, td, p, textarea, input, form, h1, h2, h3, .quote {
    font-family: Courier, mono;
}

body {
    background-color: #000;
	background-image: url('/images/line2.gif');
	margin: 0px;
    padding: 0px;
    font-size: 13px;
    color: #0e3;
}

a {
	color: #f90;
	text-decoration: none;
}

a:active {
	color: #f93;
}

a:visited {
	color: #fc0;
}

#all {
	position: relative;
	padding-left: 10px;
	padding-right: 38px;
}

#header {
        width: 100%;
        position: relative;
        padding-top: 40px;
}

#title_bar {
        width: 80%;
        height: 30px;
        
        margin-left: 10%;
	font-family: Courier, mono;
	border: 1px solid #0e3;
	background-image: url('/images/line2.gif');
}

#title {
	margin-left: 15px;
	margin-top: 3px;
	float: left;
	font-size: 20px;
	font-weight: bold;
}

#home_link {
	margin-top: 6px;
	margin-right: 5px;
	float: right;
}

#corner {
        position: absolute;
        bottom: 0;
        right: 0;
	border: 1px solid #0e3;
	background-image: url('/images/line2.gif');
	width: 94px;
	height: 76px;
}

#corner_graphic {
	background: url('/images/smonkey3.gif') no-repeat center center;
	width: 100%;
	height: 100%;
}

#content {
	margin-top: 10px;
        margin-left: 15px;
}

#content2 {
	margin-top: 10px;
        margin-left: 15%;
        width: 60%;
	margin-bottom: 75px;
}

#side_nav {
	width: 235px;
        margin-left: 40px;
	border: 1px solid #0e3;
	background-image: url('/images/line2.gif');	
	position: relative;
	float: right;
	padding: 10px;
        display: block;
}

#side_nav a {
	
}

#side_nav li {
        margin: 0px;
}


div > ul {
        list-style-position: inside;
	list-style-type: none;
}

#copyright {
	float: right;
	font-family: Courier, mono;	
	font-size: 10px;
	margin-bottom: 10px;
}

#footer {
        position: absolute;
        bottom: 0px;
        right: 38px;
}

kbd, samp {
        display: block;
        margin: 1em;
        white-space: pre;
}

li ul {
        margin-top: 10px;
}

ol {
        list-style-position: inside;
}

li p {
	margin-left: 45px;
}

li blockquote {
	font-style: italic;
}

ol ol {
        margin: 20px 0;
        _margin-left: 30px;
        list-style-position: outside;
        list-style-type: lower-alpha;
}

ol ol li {
        font-weight: normal;
}

dt {
        font-weight: bold;
        margin-bottom: 1em;
}


.clear {
        clear: both;
}
