/* CSS Document */
@import "/style/commonmain.css";
@import "/style/menu.css";

body {
  background: #888 url("/images/webelements/background-tile.jpg") center repeat-y;
  width: 100%;
	background-color: #000000;
}

#page {
  border-left: solid 1px #000;
  border-right: solid 1px #000;
  height: auto;
  min-height:100%;
  left: 0px;
  margin: auto;
  padding: 0px;
  position: relative;
  top: 0px;
  width: 774px;
}

#content {
  /*height: auto;*/
  left: 0px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
  width: 774px;
}

#banner img { 
	display: block;
}
#subcontent { margin: 1.5em 12px 1.2em 12px; width: 750px; }
#maincol { float: left; width: 550px; }
#sidecol { float: right; width: 200px;}

#intro { font-size: 11px; line-height: 1.5em; margin: 1.2em 0 1.2em 0; }

.hr { left: 0px; position: relative; top: 0px; width: 100%; }


.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

html .clear {
  display: inline-block;
  /* ie-mac hide \*/
  display: block;
  height: 1%;
  /* end hide */
}


