@import "style.css";
/* Homepage specific CSS stylesheet */
#titlebar {
	float: left;
	width: 700px; height: 100px;
	background: url(../images/titlepic1.jpg) no-repeat;
	text-align: right;
}
	#titlebar h1{
		color: #FFFFFF;
		line-height: 80px;
		font-size: 30px;
	}

#content { min-height:450px; }
* html #content { height: 450px;} /* for IE only */
