#hdr {
        position: absolute;
        z-index: 5;

        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 60px;

        text-align: right;

        background: url("/~ray/img/header-img.jpg") no-repeat;
        background-color: #ffffff;
        border-bottom: 1px solid #6666bb;
}

#hdrNav {
	position: absolute;
	bottom: 0px;
	right: 20px;
	z-index: 10;
	text-align: left;
	vertical-align: middle;
	font-size: small;
	font-style: italic;
	color: #3366bb;
}

#hdrNav a, #hdrNav a:visited {
	color: #3366bb;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

body {
        font-family:verdana, arial, sans-serif,  palatino,  georgia, times new roman, serif;
        margin: 0px;
        background-color: white;
        line-height: 150%;
	font-size: small;
}

a {
	color: #0000ff;
}

a:visited {
	color: #000066;
}

#body {
        margin: 75px 10px 10px 10px;
        padding: 0px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

#copyright {
	text-align: center;
	font-size: small;
	clear: both;
	border-top: 1px dashed #ddf;
	margin-top: 10px;
	padding: 5px 0px 5px 0px;
	color: #aaaaaa;
}

#copyright a {
	color: #aaaaff;
}

#copyright a:visited {
	color: #ffaaaa;
}

h3 { margin-bottom: 0.3em; }
h4 { margin-top: 0.7em; margin-bottom: 0em; }
