﻿.aboutPageside {
	width:495px;
	border: 1px solid #005693;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:top;
}

.aboutPageSpacer {
	width:10px;
}
/* allow room for 3 columns */
  ul.about
  {
	margin-left: -40px;
	width: 990px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align:center;
	vertical-align:middle;
}

  /* float & allow room for the widest item */
  ul.about li.about
  {
    float: left;
	width: 198px;
  }

  /* stop the float */
  br
  {
    clear: left;
  }

  /* separate the list from subsequent markup */
  div.wrapper
  {
    margin-bottom: 0px;
  }
