
/*========================================================================
Cal Poly Template Custom Web Stylesheet

Add custom styles for your web site here.
=========================================================================*/
#line {
  width: 100%;
  clear: left;
  overflow: hidden;
  background-position: left top;
  background-repeat: repeat-y;
  background-image: url(images/line.gif);
/*  margin-left: 2px; */
}
#content #splash {
	width: 100%;
	overflow: hidden;
	background: url(../images/splash_bg.jpg) left top repeat-x;
	}
