body 
{
    background-image: url('../images/background.png');
    background-attachment: fixed;
    background-repeat: repeat-x;
    background-position: center bottom;
    color: White;
    font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a:link
{
    color: Yellow;
}
a:visited
{
    color: Green;
}
a:visited.left
{
    color: #33FF00;
}
a:hover
{
    color: Yellow;
}
a:active
{
    color: #FF0000;
}
.masthead
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    height: 90px;
}
.navigationTop
{
    font-family: Times New Roman, Times;
    margin-left: 170px;
    margin-right: 100px;
    height: 32px;
    font-size: 18px;   
    min-width: 340px;
    border-bottom: 2px solid white;
}
.navigationLeft
{
    font-family: Times New Roman, Times;
    padding-top: 13px;
    position: absolute;
    width: 160px;
    left: 10px;
}
.content
{
    background-image: url('../images/content-background.png');
    background-repeat: repeat-x;
    background-attachment: fixed;
    position: relative;
    padding-top: 15px;
    margin-left: 170px;
    min-width: 340px;
    min-height: 350px;
    margin-right: 100px;
}
.contentHeader
{
    color: Black;
    font-family: Times New Roman, Times;
    font-size: 27px;
    font-weight:bolder;
    margin-bottom: 5px;
}
.contentDate
{
    background-color: Gray;
    margin-top: 10px;
}
.contentText
{
    color: Black;
    margin-top:10px;
    margin-left: 20px;
}
.aboutImage
{
    height: 100px;
    width: 100px;
    float: left;
}
img
{
    border: 0px;
}