#banner{
    width: 960px;
    height: 280px;
    margin: 0px;    
    background: url(../images/banners_shadow.png) 0 bottom no-repeat;
}

#banner img{
        width: 960px;
        height: 246px;
}

#content{
    width: 960px;
    height: 1360px;
    padding: 0;
    background-color: #FAFAFA;
    -moz-box-shadow: 10px 0 10px 3px #999;
    -webkit-box-shadow: 10px 0 10px 3px #999;
    box-shadow: 0px 0px 10px 3px #999;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
}

#envolve {
 width: 960px;
}
 
#div_1 {
	position: relative;
	width: 450px;
	height: 470px;
	float: left;
	text-align: left;
	color: #000;
  
} 
  
#div_2 {
	position: relative;
	width: 450px;
	height: 470px;
	float: left;
	text-align: center;
	color: #000;
}


#content a:hover {color: red;}

#left-container{
    margin-top: 2em;
    width: 90%;    
    padding-left: 2em;
}

#left-container ul{

    padding: 0;    
}

#left-container ul a{
    color: blue;
}

 
hr {
  border: none;
  background-color: #B4CBDF;
  width: 90%;
  height: 1px;
}

#right-container {
    width: 90%;   
    margin-top: 1em;
    padding: 1em 2em 1em 2em;
}
