body 
{
    background-color: #cccc99;
	text-align:center;
	font-family:Comic Sans MS,sans-serif;
	font-size:13px;
	color:black;
}

#divBackgroundTop
{
    background-color: #cccc99;
    background-repeat:no-repeat;
    background-position:top;
    width:900px;
    margin:0px auto;
    padding-top:25px;
}

#divBackgroundMiddle
{
    background-color: #cccc99;
    background-repeat:repeat-y;
    width:900px;
    margin:0px auto;
}

#divBackgroundBottom
{
background-color: #cccc99;
    background-repeat:no-repeat;
    background-position:bottom;
    width:900px;
    margin:0px auto;
    padding-bottom:30px;
}

#divContainer
{
    border-bottom: 4px solid black;
    border-left: 4px solid black;
    border-right: 4px solid black;
    border-top: 4px solid black;
    width:800px;
    background-color:#ffffff;
    text-align:center;
    margin:0px auto;
}

#divMenu 
{
    width:180px;
    text-align:right;
    font-size:13px;
    font-weight:bold;
    float:left;
    padding-top:20px;
}

#divMenu div 
{
    border-right:1px solid #a58465;
    padding-right:10px;
    width:170px;
}

#spPhotoMenu
{
    color:#a58465;    
}

.selected
{
    color:#564535;
}

#divContent 
{
    padding:20px;
    width:570px;
    text-align:left;
    float:left;
}

#divContent h4
{
    padding-bottom:0px;
    margin-bottom:0px;
}

#divFooter
{
    text-align:center;
    font-size:12px;
    color:#81a7bd;
}

a 
{
    text-decoration:none;
    color: #81a7bd;
}

a:hover 
{
    color:#564535;
}

h3
{
color: #81a7bd;
}


