/*###############################################################################
##																			   ##
##	888                              888                  					   ##
##	888                              888                  					   ##
##	888                              888                  					   ##	
##	888  .d8888b .d88b.  888d888 .d88888  .d88b.  888d888 					   ##
##	888 d88P"   d88""88b 888P"  d88" 888 d8P  Y8b 888P"   					   ##
##	888 888     888  888 888    888  888 88888888 888     					   ##
##	888 Y88b.   Y88..88P 888    Y88b 888 Y8b.     888     					   ##
##	888  "Y8888P "Y88P"  888     "Y88888  "Y8888  888   					   ##
##																			   ##
##	Lance Corder/Designer & Developer: lcorder@arkansasonline.com			   ##
##																			   ##
###############################################################################*/

@media all {
  
  /*############################################################################
  ##																		  ##
  ##	Multi-Column Page Styles											  ##
  ##																		  ##
  ############################################################################*/
    
    /*Initial definitions for base column. 
	  Define the (minimum) width here, and optionally a padding */
	.columnized div {
	  float: left;
	  width: 280px;			/* When using a fixed number of columns, you can omit the width. Otherwise it must be set! This will be the *minimum* width of a column*/
	  padding: 10px;		/* You may use a padding... but thanks to IE you can only use pixels! */
	  position: relative; 	/* Needed when using a 'read-on'-text */
	  text-align: justify;
	  margin: 0;	 		/* Don't use a margin! */
	}
	/* Optional 'read on'-message. Not used in this example. */
	.columnized div .readOn {
	  position: absolute;
	  right: 1em;
	  bottom: -0.5em;
	  color: #999999;
	}

  /*############################################################################
  ############################################################################*/
}