﻿body 
{
    margin: 0px auto;
    color: #030090;
    font-family: Arial, helvetica, sans-serif;
    /*background-color: white;*/
    text-align: left;

}
a
{
   color: #2f191e; /*#700090;*/
   text-decoration: none;
   font-weight: bold;
}
a:hover
{
    color: #666699;
    font-weight: bold;
}
img
{
    border: none;
}
.image
{
    border-top: solid 1px #cccccc;
    border-Left: solid 1px #cccccc;
    border-right: solid 1px gray;
    border-bottom: solid 1px gray;
}

#main
{
    width: 100%;}
#header
{
    /*background: white url(../images/htl.gif) no-repeat top left;*/
    height:62px;
    text-align: left;
}
#header1 a
{
    background: white url(../images/htl.gif) 0px 0px no-repeat;
    height:62px;
    width: 434px;
    display: block;
}
#header1 a:hover
{
    background-position: -434px 0px;
}
#content
{
    background: white url(../images/ctr.gif) no-repeat top right;
}
.MainPage
{
    padding: 0px 60px 0px 0px;
}
#placeholder
{
    background: #d9d8fe url(../images/mtl.gif) no-repeat top left;
    padding: 10px 20px 10px 35px;
    vertical-align: middle;
    height: 500px;
}
.MainPanel
{
    background-color: #e6e5fc;
     padding: 10px 40px 10px 40px;
     height: 400px;
}
.MainTable
{
 width: 90%; height: 400px;
 }
#footer
{
    background: white url(../images/fbg.gif) repeat-x top left;
    height: 30px;
    text-align: right;
}
.footertext
{
    font-size:x-small;
    padding-left: 15px;
    float: left;}

#menu1 a
{
    display: block;
    float: right;
    background: white url(../images/btnWelcome.gif) -165px 0px no-repeat;
    width: 165px;
    height: 30px;
}
#menu1 a:hover
{
    background-position: 0px 0px;
    
}
#menu2 a
{
    display: block;
    float: right;
    background: white url(../images/btnServices.gif) -165px 0px no-repeat;
    width: 165px;
    height: 30px;
}
#menu2 a:hover
{
    background-position: 0px 0px;
    
}
#menu3 a
{
    display: block;
        float: right;
    background: white url(../images/btnPortFolio.gif) -165px 0px no-repeat;
    width: 165px;
    height: 30px;
}
#menu3 a:hover
{
    background-position: 0px 0px;
    
}
#menu4 a
{
    display: block;
        float: right;
    background: white url(../images/btnContact.gif) -165px 0px no-repeat;
    width: 165px;
    height: 30px;
}
#menu4 a:hover
{
    background-position: 0px 0px;
    
}

.TLeft{text-align: left;}
.TImg
{
    width: 310px;
    text-align: right;
    vertical-align: top;
    padding-top: 40px;
    }
.TCenter{padding: 10px; text-align: left;}