HTML, BODY, TD, INPUT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

#cont {
  position: absolute; 
  border: 1px solid #B26F00;
  text-align: center;
  top: 50%;  
  left: 50%; 
  width: 62em;  
  margin-left: -31em; 
  height: 26em;   
  margin-top: -13em; 
  overflow: auto;
  background: #FFFAF4;
  font-family: Garamond, Times, Serif; 
  font-weight: bold; 
  color: #B26F00;
  font-size: 12px;
}

#left {
 	float:left;
 	width: 350px;
 	height: 180px;
 	padding-left: 25px;
 	padding-top: 10px;
	/*border: 1px solid blue;*/
	text-transform: uppercase;
}


#right {
 	float:right;
	width: 320px;
	height: 180px;
	padding: 10px;
	/*border: 1px solid red;*/
	text-transform: uppercase;
}

#left a, #right a {
  	font-family: Garamond, Times, Serif; 
 	font-weight: bold; 
 	color: #B26F00;
 	font-size: 14px;
 	text-decoration: none;
}

#left a:hover, #right a:hover {
	text-decoration: underline;
}

#bottom {
	clear:both;
	height: 80px;
	padding: 10px;
	margin-top:5px;
	font-family: Garamond, Times, Serif; 
  	font-weight: normal; 
  	color: black;
  	font-size: 13px;
}