/* layout */

body {
  background: #bfbfbf url(../images/layout/body_gradient.jpg) repeat-x 0 115px;
}

/* core placement divs */

#top-flag-container {
	height: 18px;
  background: url(../images/layout/top-flag-bg.gif) repeat-x;
}

  #flags {
    margin: 0 auto;
    width: 900px;
    text-align: right;
    line-height: 18px;
  }
  
  #flags img {
    margin: 0;
    padding: 0;
    padding-left: 6px;
  }

#header-container {
  height: 144px;
  background: url(../images/layout/header-bg.jpg) repeat-x;
}

#main-container {
  margin: 0 auto;
  width: 900px;
  padding: 10px 10px 0 10px;
  background: #ffffff;
  border: 1px solid #bcbcbc;
  border-top: 0;
  border-bottom: 0;
}

	#main-container-clear {
	  width: 0px;
	  height: 10px;
	  clear: left;
	}
	