@charset "utf-8";
/* CSS Document */

#content h1 {
	margin-left: 130px;
	margin-bottom: 0px;
	}
	
/*** Brand Logo ***/
.brand_logo {
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  padding: 15px;
  background: url(brand_logo.gif) no-repeat left top;
}

#brand_info {
	margin-left: 130px;
	min-height: 100px;
	}
	
* html #brand_info {
	height: 100px;
	}
	
#brand_info p {
	line-height: 18px;
	margin: 0 0 18px;
	}
