/* Request CSS */

#requestBannerContainer{
	height: 200px;
	width:784px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	background-image: url('../images/request/requestBanner.jpg');
	background-repeat: no-repeat;
}
#middleContainer{
	font-family: "Century Gothic";
	font-size: 8pt;
	color: #666666;
	height: 100%;
	width: 400px;
	float: left;
	margin-top: 10px;
	background-image: url('/images/request/requestbgd.jpg');
	background-repeat:repeat-x;
	position: relative;
}
