@charset "UTF-8";
/*******************************/
/* CSS About Specific Document */
/*******************************/


/*********************/
/*Middle of the Page */
/*********************/
#middle{
	height: 900px;
}

#right {
	text-align: left;
	color: #7e7e7e;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
	width: 470px; 
}


/*******************/
/* BlueBox Section */
/*******************/
#blueBox {
	background-image: url(../images/about/blueBox.jpg);
  margin-left: 60px;
	width: 365px;
	height: 221px;
}

