@charset "UTF-8";
/* CSS Document */

/* Rows */

#outerWrapper #contentWrapper #row_one,
#outerWrapper #contentWrapper #row_two,
#outerWrapper #contentWrapper #row_three,
#outerWrapper #contentWrapper #row_four
 {
	width:100%;
	clear:both;
	margin-bottom:15px;
}
 
/* All Columns */

#row_one_left, #row_two_left, #row_three_left, #row_four_left  {
  	width: 180px;
	padding:0 0 20px 0;
	margin: 0 0 0 0; 
	border-bottom:0px solid #4C3464;
}
#row_one_right, #row_two_right, #row_three_right, #row_four_right {
	padding:0 0 20px 0;
	margin: 0 0 0 0; 
	width:520px;
	text-align:left;
	border-bottom:0px solid #000;
}
/* Left and Middle Floats */

#row_one_left, 
#row_two_left, 
#row_three_left,
#row_four_left {
  	float:left;
}

/* Right Floats */

#row_one_right, 
#row_two_right, 
#row_three_right, 
#row_four_right {
  	float:right;
}

/* Middle Floats */

#row_one_middle,
#row_two_middle,
#row_three_middle,
#row_four_middle {
  	float:left;
	margin-left:23px;
}
