
body {
	color: #000;
	background: #fff url(body-bg.png);
	margin: 0px auto;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	width: 1024px;

}

blockquote {
    font-style: italic;
    border: 1px solid #333;
    padding: 1em;
    background: #CDC5BF;
}

pre {
	overflow: auto;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding: 0.5em;
	background: #CDC5BF;
}

img.screenart {
    border: 0;
}

p {
    font-family:georgia,serif;
    font-size:16px;
    line-height:1.2em;
    text-align:justify;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #555;
	}

a:hover, a:active {
	text-decoration: underline;
}

ul {
    padding-left: 20px;
}

#contents {
	width: 1024px;
	margin: 0px;
}

img {
    border: 2px solid;
    margin: 0px auto;
}

dd {
    margin-left: 340px;
    width: 664px;
    font: 16px georgia, serif;
    text-align: justify;
}

dd img {
    width: auto;
    max-width: 100%;
    height: auto;
}

dt {
    font-variant: small-caps;
    font-weight: bold;
    margin-left: 340px;
    margin-bottom: 10px;
    width: 674px;
    border-top: 1px solid #333;
    font-size: 18px;
}

p.other-logs{
    margin-left: 240px;
    margin-top: 10px;
    font: 15px georgia, serif;
    font-style: italic;
}

#rightcol {
    float: left;
    top: 380px;
    left: 40px;
    width: 320px;
    margin-left: 10px;
    font: 12px ‘Times New Roman’, Times, serif;
    font-variant: small-caps;
}

#rightcol h3 {
    font: 15px ‘Times New Roman’, Times, serif;
    font-weight: bold;
    font-variant: small-caps;
    margin-bottom: 5px;
    color: #333333;
}

#rightcol h4 {
    font: 13px ‘Times New Roman’, Times, serif;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    font-variant: small-caps;
    color: #333333;
}

#rightnav {
    margin-top: 0px;
}

#navbar {
    background: #FFE6BF;
    width: 1024px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

#navbar a:hover, #navbar a:active {
    background: #912E23;
    color: #ffffff;
    text-decoration: none;
}

#navbar a { padding: 0 0.5em; color: #000; }

/* the titlebar (name and email) */
div#titlebar    {
    height: 90px;
    margin: 0;
    background: #912E23;
    color: #ffffff;
    width: 1024px;
    font-family: georgia, serif;
}

div#titlebar h1 {
    font-style: normal;
    font-size: 2.5em;
    margin: 0; padding: 10px 0 0 10px;
}

div#titlebar h2 {
    font-style: italic;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0;
    margin: 0; padding: 2px 0 0 10px;
}

div#plain-content {
    padding: 0 20px;
}

div#plain-content h1 {
    font-family: georgia, serif;
    font-weight: bold;
}

div#copyright, div#footer, div#generated {
    font-family: georgia, serif;
    text-align: center;
    font-size: 0.75em;
    margin: 0;
    padding: 0.2em;
}
