/* Layout Stylesheet */ 
#pagetop { height:76px; width: 770px; border-left: black solid 1px;  border-right: black solid 1px;  border-top: black solid 1px;}
#menu-buttons {position:relative; width: 770px; height:24px; text-align: right; border-left: black solid 1px;  border-right: black solid 1px}

#content { 
  position:relative;
  width: 770px;
  background-color: #EDDDCB;
  background-image: url('assets/pagebg.gif');
  background-repeat: repeat-y;
  overflow: auto;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
  border-left: black solid 1px;
  border-right: black solid 1px;
}

#content #col1 {
  position:relative;
  float: left; 
  width: 460px; 
  max-width: 460px;
  min-width: 460px; 
  text-align: left;	
  background: white;
	margin:0px 0px 0px 0px;
  padding: 0px 10px 0px 10px; 
  height: auto;
  border-left: 10px solid #EDDDCB;
}

#content #col2{ 
  float: right;
  position:relative;
  text-align: left;
  height: auto;
  width: 280px;
  max-width: 280px;
  min-width: 280px;
  margin: 0px 0px 0px 0px; 
  padding: 0px 0px 0px 0px; 
}

#footer { position:relative; width: 770px; height: 24px; text-align: left; border-left: black solid 1px;  border-right: black solid 1px;  border-bottom: black solid 1px}


