/* CSS name ... name:pseudo-class ... name.class ...  name#style */


#container {
    position: absolute;
    width: 1250px;
  }

#content {
    background: #ffffff;
    position: absolute;
    left: 80px;
    padding: 10px .8em 20px .8em;
	min-height: 800px;
  }



td {
	vertical-align: top;
	margin-top: 1em;
	margin-left: 2em;
}

