body{
        margin: 0;
        padding: 0;
        font-size: 18px;
}
#shell{
        width:700px;
        margin:0 auto;
}
#menu {
        width: 100%;
        text-align: center;
        font-family: "Arial", sans-serif;
        font-size: 16px;
        line-height: 48px;
}
#menu ul {
        margin-left: 0;
        padding-left: 0;
        display: inline;
        margin: 0 auto;
}
#menu ul li {
        /*margin-left: 50px;*/
        padding: 3px 10px;
        list-style: none;
        display: inline;
}
#menu ul li a{
        color: #666666;
        text-decoration: none;
}
#menu ul li a:hover{
        color: #584D4D;
        text-decoration: none;
}
#menu ul li a.active{
        color: #584D4D;
        text-decoration: none;
        font-weight: bold;
}
#content{
        width: 630px;
        margin:0 auto;
}
hr.top{
        border: 0;
        width: 90%;
        color: #f00;
        background-color: #000;
        height: 1px;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        margin:0 auto;
        
}
img { 
    border: none; 
}
td{
        padding: 2px;
        padding-left: 5px;
}

iframe{
    display: block;
    width: 630px;
    height: 530px;
    margin: 0 auto;
    border: 0;
}

h1,h2 {
    color: #A7A7A7;
    font-family: 'Arial-BoldMT','Arial',sans-serif;
    font-size: 36px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 42px;
    margin: 0;
    opacity: 1;
    padding-bottom: 0;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
}


h2 a{
      color: #A7A7A7;
      text-decoration: None;
}
ol {
    list-style-image: none;
    list-style-type: none;
    text-indent: 0;
}
p {
    color: #000000;
    font-family: 'Helvetica','Arial',sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
    margin: 0;
    opacity: 1;
    padding-bottom: 0;
    padding-top: 0;
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
}