﻿html, body {
	height:100%;
	background: #425e75;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header-img {
    top:0px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 150px;
}
#content {
    margin-left: auto;
    margin-right: auto;
    width: 790px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-image: url(images/headlight.jpg);
	padding:5px;
	background-position: center top;
}
.nav-links
{
    font-family: "Times New Roman", "Times", serif;
    font-size: 18px;
    font-weight:bold;
    font-variant:small-caps;
	font-style: normal;	
	width:100%;
	text-align:center;
	color: #FFFFFF;
}
.nav-links a
{
    text-decoration: none;
    margin-left:10px;
    margin-right:10px;
}
.header-text {
    font-size: 18px;
    font-weight: bold;
}
.subheader-text {
    font-size: 16px;
    font-weight: bold;
}
.post-time 
{
    font-size: 11px;
    font-weight: normal;
}
.body-text {
	font-family: "Trebuchet MS", Verdana, "Arial Narrow", Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
a {
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
