﻿#Main
{
    margin:0 auto;
    width:75%;
    min-width:850px;
    background:#fff /* url("../images/BgMainTopLeft.gif") no-repeat top left */;
    text-align:left;
    border: thin solid #c8c8c8;
    border-top:none;
}
#MainHeader
{
    width:100%;
    /* padding:10px 0; */
    /* background: url("../images/BgMainTopRight.gif") no-repeat top right; */
    text-align:center;
}
#MainFooter
{
    clear:both;
    height:275px;
    /* background: url("../images/BgMainBottomRight.gif") no-repeat bottom right; */
    text-align:center;
}
#MainBottom
{
    clear:both;
    height:275px;
    /* background: url("../images/BgMainBottomLeft.gif") no-repeat bottom Left; */
}
#MainBottom h5
{
    padding:5px;
    background:#d7d7d7;
}
#MainWelcome h1
{
    color:#d48b01;
}
#MainFull
{
    padding:10px;
}
#MainLeft
{
    float:left;
    width:57%;
    min-width:490px;
    padding:10px;
}
#MainRight
{
    float:right;
    width:37%;
    min-width:320px;
    padding:10px;
}
.MainFullBox
{
    width:100%;
    margin:20px 5px 10px 5px;
    background:#fff url("../images/BgMainBox.gif") no-repeat bottom right;
}
.MainFullBox h5
{
    padding:5px;
    background:#f5f5f5 /* url("../images/BgMainBoxHeader.gif") no-repeat top right */;
}
.MainBoxContent
{
    padding:10px;
    font-size:small;
}
/* .MainHalfBox{    float:left;    width:45%;    min-width:230px;    margin:20px 5px 10px 5px;    background:#fff url("../images/BgMainBox.gif") no-repeat bottom right;} */
.MainHalfBox
{    
    float:left;    
    width:45%;    
    min-width:140px;    
    margin:20px 5px 10px 5px;    
    background:#fff url("../images/BgMainBox.gif") no-repeat bottom right;
}

.MainHalfBox h5
{
    padding:5px;
    background:#f5f5f5 /* url("../images/BgMainBoxHeader.gif") no-repeat top right */;
}
a.MainBoxLink:link
{
    margin:5px;
    padding:5px;
    font-style:italic;
    font-size:smaller;
    text-decoration: none;
    color:#000;
}
a.MainBoxLink:visited {}
a.MainBoxLink:active {}
a.MainBoxLink:hover {color:#d48b01;}