﻿body 
{
    width:840px;
    margin-left:auto;
    margin-right:auto;
    font-family:Tahoma;
    font-size:14px;
    line-height:140%;
    background-color:#d6a248;
}
#pageholder
{
    width:840px;
    margin-left:auto;
    margin-right:auto;
    border:1px gray solid;
    padding:1px;
}

#pagebackground
{
    width:840px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/background.jpg);
    background-repeat:repeat-y;
}

#header
{
    width:840px;
    height:241px;
    background-image:url(images/header.jpg);
    margin-left:auto;
    margin-right:auto;
    background-color:#ff5a00;
}

#menuimageholder
{
    width:590px;
    float:right;
}
#topimage
{
    width:590px;
    height:210px;
}

#menubar
{
    width:590px;
    background-image:url(images/menubar.jpg);
    height:24px;
    padding-top:6px;
    font-size:14px;
    color:#d6a248;
    text-align:center;
    clear:both;
}
#menubar a
{
    text-decoration:none;
    color:#d6a248;
    margin-left:5px;
    margin-right:5px;
    font-weight:bold;
}
#menubar a:hover
{
    text-decoration:none;
    color:White;
}

#textarea
{
    float:right;
    width:540px;
    padding-right:25px;
    margin-top:15px;
    padding-bottom:15px;
}
#textarea a
{
    text-decoration:none;
    color:#d6a248;
}
#textarea a:hover
{
    text-decoration:none;
    color:Black;
}


#leftnav
{
    width:220px;
    padding:15px;
    color:#d6a248;
}
#leftnav a
{
    text-decoration:none;
    color:#d6a248;
    margin-left:20px;
    font-weight:bold;
}
#leftnav a:hover
{
    text-decoration:none;
    color:White;
}


h1
{
    font-size:18px;
    color:#d6a248;
    margin-bottom:5px;
}



#footer
{
    width:834px;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    font-size:11px;
    text-align:center;
    color:White;
    background-color:Black;
}
#footer a
{
    text-decoration:none;
    color:#d6a248;
}
#footer a:hover
{
    text-decoration:none;
    color:White;
}



.picture
{
    border:1px #ff5a00 solid;
    padding:1px;
    float:right;
    margin-left:15px;
}
