/* CSS Document
	Created by:	Dave Willis
				Ravenflight, Ltd.
				2007.02.08
*/
#body{
	margin:0;
	padding:0;
}
#splashTopLeftCol{
	margin:0px;
	padding:0px;
	width:590px;
	float:left;
}
#splashTopLeftCol img{
	margin:0px 0px 0px 20px;
	padding:0px;
}
#splashTopRightCol{
	margin:0px;
	padding:0px;
	width:190px;
	float:right;
}

#splashEnter{
	margin:0 10px;
	padding:0;
	width:780px
}
* html #splashEnter{
	margin:0 0 0 5px;
	width:785px;
}
#splashEnterLeftCol{
	margin:0;
	padding:10px 0;
	width:380px;
	height:215px;
	float:left;
	background:url("../images/dr_bg.gif") no-repeat;
}
#splashEnterRightCol{
	margin:0;
	padding:10px 0;
	width:380px;
	height:215px;
	margin-right:auto; margin-left:auto;
	background:url("../images/truck_bg.gif") no-repeat;
}
