﻿html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Tahoma;
    font-size: 12px;
}
#Global{
    background-image: url(../images/header_bg.png);
    background-position: top;
    background-repeat: repeat-x;
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0;
}
#Footer{
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
}
#Main{
    width: 888px;
    margin: 0 auto;
    padding-bottom: 100px;
}
#Header{
    height: 159px;
}
#EnglishTitle{
    width: 744px;
    height: 122px;
    float: left;
}
#Logo{
    width: 144px;
    height: 159px;
    float: right;
    text-align: center;
}
#Nav{
    width: 744px;
    height: 37px;
    float: left;
}
#Nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#Nav li{
    float: left;
    height: 37px;
    margin-right: 1px;
}    
#Nav li a:link, #Nav li a:visited{
    background-image: url(../images/button_bg.png);
    background-position: 0 6px;
    background-repeat: no-repeat;
    width: 147px;
    height: 37px;
    display: block;
    color: #FFFFFF;
    line-height: 42px;
}
#Nav li a:hover{
    color: #adceea;
    background-position: 0 0;
    line-height: 37px;
}
#Body{
    direction: rtl;
    margin-top: 30px;
    margin-bottom: 20px;
}
#Quotation{
    height: 55px;
    background-color: #313234;
    text-align: center;
    margin: 0;
}
#Copyright{
    height: 45px;
    background-color : #000000;
    text-align: center;
    line-height: 45px;
    color: #333333;
}
#Copyright a:link, #Copyright a:visited{
    color: #999999;
}
#Copyright a:hover{
    color: #CCCCCC;
}
#Copyright div{
    width: 888px;
    float: left;
    text-align: right;
    background-color: Aqua;
    margin: 0 auto;
}
#QuotationBox{
    width: 888px;
    line-height: 55px;
    margin: 0 auto;
    color: #dddddd;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}
.QuotationMark{
    font-size: 25px;
}
#OpenExhibitionBox{
    width: 888px;
    height: 100px;
    background-image: url(../images/open_exhibition_box_bg.png);
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 10px;
    font-family: Arial;
    font-weight: bold;
    cursor: pointer;
}
#OpenExhibitionBox #OpenExhibitionName{
    font-size: 30px;
    font-weight: bold;
    padding: 10px 30px 10px 10px;
    color: #1a367d;
}
#OpenExhibitionBox #OpenExhibitionLocation{
    font-size: 18px;
    color: #2c4fa7;
    float: right;
    padding: 10px 30px 10px 10px;
}
#OpenExhibitionBox #OpenExhibitionDate{
    font-size: 18px;
    float: right;
    padding: 10px 30px 10px 10px;
    color: #2c4fa7;
}

a:link, a:visited{
    color: #1e80d4;
    outline-style: none;
    text-decoration: none;
}
img{
    border: 0;
}
input, textarea, select{
    font-family: Tahoma;
}
