/* CSS Document */

/*Right Content Override for about us*/
#container #rightContent {
 /* position: relative;*/
	width: 175px;
	height: 113px;	
	/*margin-left: 667px;
	margin-top: -385px;*/

	font-size:13px;
	padding-top: 35px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border:solid;
	border-color: #E5E5E5;
	border-width:1px;
	border-right-color:#000000;
	background-color:#eeeeee;
	float:right;
    background-image: url(../images/aboutUsHeader.gif);
  background-repeat: no-repeat;
  background-position: 3px -2px;	 
  
}
#imageFlow{
float:left;
margin-right:10px;
margin-bottom:10px;
margin-top:3px;
border:solid;
border-width:2px;
border-color:#eeeeee;
}
