﻿body 
{
    font-family:Arial;
    font-size:10pt;
    text-align:justify;
    background-color:#999999;
}
div
{
    border:none;
}
#container
{
    width:855px;
    min-height:686px;
    background-image:url(images/bg-t.png);
    background-repeat:no-repeat;
    background-position:center top;
    padding-left:25px;
    padding-right:25px;
    margin:auto;
}
#header
{
    height:155px;
}
#menu
{
    height:20px;
    text-align:center;
    vertical-align:middle;
    padding-top:10px;
}
#left
{
    float:left;
    width:182px;
    
}
#lefttop
{
    height:148px;
    margin-top:20px;
    background-image:url(images/left.png);
    padding:30px 30px 30px 30px;
}
#leftbottom
{
    height:148px;
    background-image:url(images/left.png);
    padding:30px 30px 30px 30px;
}
#outside
{
    float:left;
    width:500px;
    min-height:425px;
    background-image:url(images/content.png);
    background-repeat:no-repeat;
    background-position:left top;
    margin-top:20px;
}
#cbottom
{
    clear:both;
    width:500px;
    margin-left:182px;
}
#content
{
    float:left;
    margin-left:10px;
    margin-right:10px;
    margin-top:20px;
    width:425px;
    min-height:365px;
    padding:0px 30px 0px 30px;
}
#right
{
    float:left;
    width:170px;
    height:292px;
    margin-top:20px;
    background-image:url(images/img.png);
    vertical-align:bottom;
    text-align:center;
}
#footer
{
    clear:both;
    height:169px;
    text-align:center;
    width:855px;
    background-image:url(images/bg-b.png);
    background-repeat:no-repeat;
    background-position:center top;
    padding-left:25px;
    padding-right:25px;
    margin:auto;
}
h1
{
    font-size:12pt;
}
h2
{
    font-size:12pt;
}
a
{
    text-decoration:none;
    color:Blue;
}
a:hover
{
    text-decoration:none;
    color:Red;
}
.menu
{
    text-decoration:none;
    color:Blue;
    font-weight:900;
}