﻿body
{
    font-family: Arial, Sans-Serif;
    background: #ffffff;
    margin:0px,0px,0px,0px;
}

#wrapper
{
    width:745px;
    margin:0 auto;
    text-align:left;
}

#maincontent
{
    float:left;
    width:65%;

}

#picholder
{
    width:100%;
    background: #f8f7fd;
    margin:15px 0px 0px 0px;
}


#navbar
{
    float: right;
    width: 33%;
    background: #f8f7fd;
    margin-top:15px;
}

#contactinfo
{
    float: right;
    width: 33%;
    background: #f8f7fd;
    margin-top:15px;
    clear:right;
}

#footer
{
    clear: both;
    background: #f8f7fd;
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    padding: 5px 5px 5px 5px;
}

#menu li
{
    list-style-type:none;
}

#menu li a
{
    margin-left: -24px;
    font-weight:bold;
    font-size:15px;
    padding:12px,5px,5px,5px;
    line-height:30px;
    text-decoration:none;
    color: #bf736a;
}

#menu li a:hover
{
    color: #d98d84;
    text-decoration:underline;
}

#maincontent
{
    font-size: 15px;
    background: #ffffff;
}


#footer a
{    
    color: #bf736a;
    text-decoration:none;
}

#footer a:hover
{    
    color: #d98d84;
    text-decoration:underline;
}

.text
{
    margin-top: 15px;
    padding: 5px 5px 5px 5px;
    background: #f8f7fd;
}

.text a
{
    color: #bf736a;
    text-decoration:none;
}

.text a:hover
{
    color: #d98d84;
    text-decoration:underline;
}

.text h1
{
    font-size:20px;
    color: #bf736a;
    margin-top:0px;
    margin-bottom:0px;
}

.text h2
{
    font-size:15px;
    font-style:italic;
    font-weight:normal;
    color: #6a73bf;
    margin-top:0px;
    line-height:15px;

}

.text h3
{
    font-size:25px;
    font-style:italic;
    font-weight:normal;
    color: #6a73bf;
    margin-top:0px;
}

.leftpic
{
    float:right;

}

.text, #footer, #navbar, #picholder
{    
    border-bottom: #f2f1f7 1px solid;
    border-right: #f2f1f7 1px solid;
}

.textcontact
{
    padding: 12px 12px 12px 12px;
    background: #f8f7fd;
}

.textcontact h1
{
    font-size:15px;
    color: #bf736a;
    margin-top:0px;
    margin-bottom:0px;
}

.textcontact h2
{
    font-size:15px;
    font-style:italic;
    font-weight:normal;
    color: #6a73bf;
    margin-top:0px;
    line-height:15px;
}

.textcontact a
{
    color: #bf736a;
    text-decoration:none;
}

.textcontact a:hover
{
    color: #d98d84;
    text-decoration:underline;
}

.highlightText
{
    background-color: #f2f1f7;
    color: #000000;
    padding: 4px 4px 4px 4px;
    border-bottom: #f2f1f7 1px solid;
    border-right: #f2f1f7 1px solid;
}