@charset "UTF-8";
/* CSS Document
Averitt Express Military Landing Page
Home CSS
© 2008 Averitt Express
Built 12/13/07 11:03AM
Updated 12/13/07 11:03AM
Validated 12/13/07 11:03AM	
	
/* Global Layout Elements */	

div#headerdiv {
	width: 813px;
	height: 300px;
	background: url(../images/home01_02.jpg) top left no-repeat;
	}
	
div#body1div {
	width: 813px;
	height: 89px;
	background: url(../images/home01_04.jpg) top left no-repeat;
	}
	
div#body3div {
	width: 813px;
	height: 77px;
	background: url(../images/home01_08.jpg) top left no-repeat;
	}
	
div#creditdiv {
	width: 813px;
	font-size: 70%;
	color: #999;
	padding: 10px 0 0 0;
	margin: auto;
	}
	
div#linksdiv {
	width: 270px;
	float: left;
	text-align: left;
	padding: 0 0 0 30px;
	}
	
div#copyrightdiv {
	width: 470px;
	float: right;
	text-align: right;
	padding: 0 30px 0 0;
	}
	
div#creditdiv a {
	color: #999;
	text-decoration: none;
	}
	
div#creditdiv a:hover {
	color: #c2202e;
	text-decoration: underline;
	}
