﻿body 
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    font-family:Courier New, Tahoma;
    font-size:12px;
    color:#2c2c2c;
}
#pageborder
{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    border:1px gray solid;
}
#pageborder a
{
    text-decoration:none;
    color:#2c2c2c;
}
#pageborder a:hover
{
    text-decoration:none;
    color:Black;
}
#menubar
{
    width:760px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:25px;
    text-align:center;
    font-size:16px;
    color:#2c2c2c;
}
#menubar a
{
    text-decoration:none;
    color:#2c2c2c;
    margin-left:22px;
    margin-right:22px;
}
#menubar a:hover
{
    text-decoration:none;
    color:Black;
}

#pagecontent
{
    width:680px;
    height:250px;
    margin-left:auto;
    margin-right:auto;
    padding-top:20px;
    padding-bottom:20px;
}
#photoarea
{
    width:750px;
    height:150px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
}

h1
{
    font-size:24px;
    margin-bottom:15px;
}


.activelink
{
    font-weight:bold;
    font-size:18px;
}