﻿@import url('StyleSheet1.css');

body {
}

#Header1 {
    height: 600px;
    background: url('../Images/bg-upperbody2.jpg') repeat-x;
    text-align: center;
    /*border:1px solid yellow;*/
}

#Flash1 {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    overflow: hidden;
    height: 290px;
    border: 5px solid #FFF;
    text-align: center;
    border: 1px solid;
   
}


#Content {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
    background: #f5f4f3;
    
}


#LC {
    float: left;
    width: 780px;
    border-right: 1px dotted;
    min-height:870px;
    height:auto;
}

#RC {
    float: right;
    width: 210px;
    /*border:1px solid;*/
}

#Tbl td {
    height: 30px;
    border-bottom: 1px dotted gray;
}


    #Tbl a {
        color: maroon;
        text-decoration:none;
    }
