*{
  margin:0;
  padding:0;
}
html, body{
  
}
body {
  background:#fff;
  text-align:center;
}
div{
 
}
/*___________Blocks___________________________________________________________*/
#container{
  width:770px;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  
  text-align:left;
  border:0;
}
#header{
  margin-top:50px;
  height:130px;
  position:relative;
  padding:5px;
  background:#ff9900;
  	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright: 8px;
  color:#fff;
}
#head{
  position:absolute;
  bottom:4px;
}
#pub{
  position:absolute;
  top:15px;
  right:10px;
}
#add_this{
  position:absolute;
  bottom:5px;
  right:10px;
}
#content{
   border:1px solid #ff9900;
  min-height:100%;
  padding-bottom:50px;
  margin:3px 0;
  padding:5px;
}
#left{
  float:left;
  width:520px;
}
#right{
  float:right;
  width:250px;
}
#footer{
    background:#ff9900;
  text-align:center;
  color:#fff;
  	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright: 8px;
  height:30px;

}
