﻿#title
{
    position: absolute;
    left: 0px;
    top: 50px;
    width: 100%;
}
#companyName
{
    position: absolute;
    left: 350px;
    font-size: 35px;
    color: Red;
}
#contactNumber
{
    position: absolute;
    top: 50px;
    left: 350px;
}
#menu
{
    position: absolute;
    top: 130px;
    left: 0px;
    width: 100%;
    min-width: 1000px;
    height: 60px;
    background-color: Black;
}
#menu ul
{
    position: absolute;
    left: 300px;
    top: 15px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#menu ul li
{
    float: left;
    width: 160px;
    color: White;
    text-align: center;
    line-heigh: 30px;
}
#introtable
{
    width: 200px;
    height: 242px;
}
#introtitle
{
    text-align: center;
    height: 60px;
    background-color: Gray;
    font-size: 20px;
    width: 200px;
}
.introtr
{
    height: 60px;
}
.introA:link, .introA:visited
{
    color: Black;
    text-decoration: none;
}
.introA:hover
{
    color: Red;
}
#introBody
{
    width: 100%;
    border: 1px solid black;
    vertical-align: top;
}
.introphoto
{
    height: 50%;
    width: 100%;
}
.getBottomBorder
{
    border-bottom: 1px dashed Black;
}
.certificateCenter
{
    text-align: center;
}
.staffphoto
{
    height: 50%;
    width: 100%;
}

#costdatatable tr td
{
    border: 1px solid black;
    text-align: center;
}
#costdatatable
{
    vertical-align: top;
    width: 100%;
}
#logo
{
    position: absolute;
    top: 0px;
    left: 1130px;
}
#imglogo
{
    width: 120px;
    height: 120px;
}
#copyright
{
    width: 100%;
    background-color: Black;
    color: White;
}



