@charset "utf-8";
/* CSS Document */


#twocol {
	float: none;
}


#twocol p{
  line-height: 1.5em;
  
}

.twocolleft{
	float: left;
	width: 200px;
}

.twocolright{
	float: right;
	width: 710px;
}
