/* CSS Document
	Created by:	Dave Willis
				Ravenflight, Ltd.
				2007.02.08
*/

@import url("dfusa.tags.css");
@import url("dfusa.navigation.css");
@import url("dfusa.classes.css");

#content{
	margin:0px auto;
	width:800px;
	background-color:#FFFFFF;
}
#header{
	margin:0px;
	padding:0px;
	width:800px;
	height:85px;
	background:url("../images/headerphone.gif") no-repeat;
}
#body{
	margin:5px 20px;
	width:780px;
}
* html #body{
	margin:5px 0 5px 5px;
	width:795px;
}
#leftCol{
	width:455px;
	float:left;
}
#rightCol{
	padding:0px 10px;
	width:295px;
	background-color:#EEEEEE;
	float:right;
}
#rightCol li{
	margin:0px 0px 0px -25px;
}
#footerBar{
	width:800px;
	height:35px;
	background:url("../images/footerbar.gif") repeat-x;
}
#footer{
	margin:0px 20px;
	width:760px;
	height:50px;
	font-size:10px;
	color:#666666;
	text-align:right;
}