﻿body 
{
    font-family:Arial;
    font-size:10pt;
    text-align:justify;
    background-image:url(images/bg.jpg);
    background-repeat:repeat-x;
    background-color:#FFFFFF;
    text-align:center;
    
}
#container
{
    background-image:url(images/bg-container.png);
    background-repeat:no-repeat;
    width:983px;
    height:580px;
    padding:35px 35px 35px 35px;
    text-align:left;
    margin:auto;
}
#logo
{
    float:left;
}
#head
{
    float:left;
}
#head2
{
    float:left;
}
#menu
{
    float:left;
    background-image:url(images/bg-menu.jpg);
    background-repeat:repeat-x;
    margin-left:8px;
    width:194px;
    height:480px;
    text-align:left;
    border:solid 1px #3BB0EF;
}
#content
{
    float:left;
    background-image:url(images/bg-content.jpg);
    background-repeat:repeat-x;
    margin-left:15px;
    width:451px;
    height:450px;
    text-align:left;
    border:solid 1px #3BB0EF;
    text-align:justify;
    padding:15px;
    background-color:#CCCCCC;
    overflow:auto;
}
#right
{
    float:left;
    background-image:url(images/bg-right1.jpg);
    background-repeat:repeat-x;
    margin-left:15px;
    width:171px;
    height:480px;
    text-align:left;
    border:solid 1px #3BB0EF;
}
.ml
{
    background-image:url(images/bg-menu.png);
    height:26px;
    vertical-align:middle;
    text-align:left;
}
.mr
{
    background-image:url(images/bg-menu-right.png);
    height:26px;
    vertical-align:middle;
    text-align:right;
}
h1
{
    font-size:11pt;
}
h2
{
    font-size:11pt;
}
a.menu
{
    color:#000000;
    text-decoration:none;
    font-size:11pt;
}
a.menu:hover
{
    color:#2481B8;
    text-decoration:none;
    font-size:11pt;
}
a
{
    color:#0BA4D8;
    text-decoration:none;
}
a:hover
{
    color:#0BA4D8;
    text-decoration:none;
}
hr
{
    color:#0BA4D8;
    width:75%;
    height:1px;
}
tr
{
    vertical-align:top;
}
#fname,#lname,#email,#phone
{
    width:250px;
}
#_button
{
    width:250px;
}
#comment
{
    width:250px;
}
.ms
{
    height:10px;
}