﻿#Container 
{
    position: relative;
    display: block; 
    float: left;
    margin-top: 0; 
    margin-right: auto; 
    margin-bottom: 0; 
    margin-left: auto;
    padding: 0;
    height: auto;
    text-align: left;
    /*background-image: url(../img/master/body_bg_1024x794_cp.jpg);
    background-position:  top;
    background-repeat: no-repeat;*/
     z-index: 2;
	   
}

html>body #Container {
	border-bottom: 1px transparent;	
}

#C1_cp
{
    position: relative;
    display: block;
    float: left;
    width: 672px;
    height: auto;
    background-color: #FFF;
    margin: 8px 0 0 0;
    padding: 0;
    overflow: hidden;
    border-top: solid 1px #EEF1F4;
    border-bottom: solid 1px #EEF1F4;
}
.content_text_cp
{
    position: relative;
    display: block;
    float: left;
    width: 652px;
    height: auto;

    margin:  0 ;
    padding: 2px 10px 0 10px; 
    overflow: hidden; 
    font-size: 10px; 
}

.bannerimg
{  z-index: 3;
  margin: 4px 0 0 5px;
   overflow: hidden;
}
#Footer
{
   position: relative;
    display: block;
    float: left;
    width: 672px;
    height:27px;
    background-color: #FFF;
    margin: 0;
    padding: 0;
     border-top: solid 1px #C2C2C2;    
    
    }
    #FooterContent
{
}
