body {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: none repeat scroll 0 0 #FFFFFF;
}

a:link {color: #222; text-decoration:none;} 
a:active:{color: red; } 
a:visited {color:#222;text-decoration:none;} 
a:hover {color: red;} 


#maincontainer
{
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}

#top_bg
{
    height: 20px;
    width: 100%;
    background-color:#F5F5F5; 
}

#top_space {
    height: 20px;
    margin: auto;
    width: 1000px;
    font-size:12px; margin:0 auto;
}

#top_space_welcome
{
    width: 200px;
    float:left;
    text-align: left;
    margin: auto;
    line-height: 20px;
}

#top_space_welcome a{
    color:#000000;
    text-decoration: none;
}

#top_space_welcome a:hover {
    color:#000000;
    text-decoration: none;
}


#top_space_time
{
    margin: auto;
    line-height: 20px;
    width: 300px;
    float:left;
    text-align: left;
}
 
#top_space_weather
{
    width: 300px;
    float:left;
    text-align: left;
}

 
#top_space_link
{
    width: 200px;
    float:right;
    text-align: right;
}

#top_banner {
    height: 170px;
    margin: auto;
    width: 1000px;
    background: url("../images/topbanner5.jpg") no-repeat scroll 0 transparent;
}


#nav {
    background: url("../images/menuredbg.jpg") repeat-x scroll 0 0 transparent;
    height: 40px;
    width: 1000px;
    margin: auto;
}

#nav a {
    color: #FFFFFF;
    display: block;
    text-align: center;

    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 6px;

    text-decoration: none;
}

#nav a:hover {
    font-weight: bold;
    color:#EAEB25
}

#main {
    float:left;
    width: 1000px;
    height:auto;
}

#main_left
{
    float: left;
    width: 302px;
    margin-top: 6px;
}

#left_box
{
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    width: 300px;
}


#left_box_content
{
    background: url("../images/xiaomen.jpg") ;
    float: left;
    height: 270px;
    width: 100%;
}

.left_title
{
    background: url("../images/yellotitlebg.jpg")  repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #DDDDDD;
    height: 34px;
}
.left_title_name a
{
    float: left;
    background: url("../images/tabti.jpg") no-repeat scroll center center transparent;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 85px;
}

#alarmCall
{
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    height: 90px;
    width: 300px;
    margin-top:5px;
}

#alarmCall_content
{
    float: left;
    height: 90px;
    margin-top: 5px;
    width: 100%;
}

#left_box_tpxw
{
    margin-top:5px;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #CCCCCC;
    width: 300px;
}

#left_box_tpxw_content
{
    float: left;
    height: 270px;
    margin-top: 5px;
    width: 100%;
}

#main_right
{
    float:right;
    height: auto;
    overflow: hidden;
    width: 690px;
    margin-top: 6px;
    margin-left:6px;
}

#right_title
{
    clear: both;
    background: url("../images/right_titlebg.jpg") repeat-x scroll 0 -40px transparent;
    border: 1px solid #DDDDDD;
    height: 33px;
    margin-bottom: 3px;
    padding-top: 10px;
    float:left;
    width: 690px;
    overflow: hidden;
    text-align: left;
}

#right_box
{
    width: 690px;
    border: 1px solid #CCCCCC;
}

#right_content
{
    color: #000000;
    margin-bottom: 10px;
    margin-top:10px;
    margin-left:10px;
    margin-right;10px;
    width:670px;
}

#footer
{
    background: none repeat scroll 0 0 #F3F3F3;
    color: #666666;
    float: left;
    height: 70px;
    line-height: 20px;
    margin-top: 6px;
    width: 1000px;
    border: 1px solid #CCCCCC;
    position: relative;
}

.footerCopyright
{
    height: 67px;
}

.copyrightLogo {
    text-align:left;
    display: inline;
    float: left;
    height: 43px;
    margin: 12px 0 0 20px;
    width: 300px;
}

.copyrightTxt {
    text-align:left;
    float: left;
    margin: 12px 0 0 40px;
    width: 600px;
}