#propertyspecification
{
    float: right;
    padding-right: 30px;
}
#propertyimage
{
    position: relative;
    top: -29px;
}
#propertysmallimages
{
    margin-left:-15px;
    padding-top:15px;
}
#textheader
{
    position: relative;
    top: -10px;
}
#pagetext
{
    padding-left: 50px;
    padding-right: 370px;
}
#fullpagetext
{
    padding-left: 50px;
    padding-right: 410px;
}
#header
{
    background-image: url(../graphics/headerimage.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#propertypage
{
    background-image: url(../graphics/mainimage.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
#mainpage
{
    background-image: url(../graphics/pageimage.jpg);
    background-position: top left;
    background-repeat: repeat-y;
    padding-left: 50px;
    padding-bottom: 10px;
}
#mainpagetext
{
    padding-right: 270px;
}
#bottompage
{
    background-image: url(../graphics/bottomimage.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}
#buttonbar
{
    padding-bottom: 1px;
}
.text, 
.navigation,
.copyright,
a,
a:hover
{
    font-weight: normal;
    font-size: 9pt;
    color: black;
    font-family: Arial,Tahoma,Verdana,helvetica,sans-serif;
    text-align: justify;
}
a
{
    font-weight: bold;
    text-decoration: none
}
a:hover
{
    color: #899aa9;
    font-weight: bold;
    text-decoration: underline
}
.navigation
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, helvetica;
}
.copyright,
.buttontext
{
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial, helvetica;
}
.navigation a,
.navigation a:hover,
.copyright a,
.copyright a:hover
{
    font-weight: normal;
    font-size: 8pt;
    color: black;
    font-family: Tahoma, Verdana, Arial, helvetica;
}
.navigation a:hover
{
    color: #899aa9;
}
.button
{
    margin-top: 4px;
}
.requiredfield,
.notrequiredfield
{
    font-weight: normal;
    color: red;
}
.notrequiredfield
{
    color: #dec7a4;
}
.login
{
    background-color: #eaeaea;
    border: 1px solid #dadada;
    margin-top: 1px;
    margin-bottom: 3px;
    font-size: 8pt;
}
.formbox
{
    background-color: transparent;
}
.bold
{
    font-weight: bold;
}
.localarea
{
    height:306px;
    margin-top: 60px;
    margin-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 2px dotted #899aa9;
}
.fullpage
{
    padding-right: 80px;
}
.center
{
    text-align: center;
}