/* CSS Document */
#layoutLogic {
	margin: -30px auto;
	width: 854px;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	position:relative;
	height:160px;
	background-image:url(images/index_01.gif);
}

#leftShadow {
	position:relative;
	float:left;
	width:72px;
	height:570px;
	background-image:url(images/index_02.gif);
}

#sideBar {
	position:relative;
	float:left;
	z-index:20;
	width:331px;
	height:570px;
	background-image:url(images/index_03.gif);
}

#mainContent {
	position:relative;
	float:left;
	width:400px;
	height:570px;
	background-image:url(images/index_04.gif);
}

#rightShadow {
	position:relative;
	float:left;
	width:51px;
	height:570px;
	background-image:url(images/index_05.gif);
}

#footer {
	position:relative;
	width:854px;
	height:61px;
	margin-top:-1px;
	background-image:url(images/index_06.gif);
}

.page {
	background-color:#FFFFFF;
	width: auto;
}

.section {
	margin: 0 auto;
}

.clear {
	clear: both;
}

.page > .section {
	border-bottom: 1px solid #FFFFFF;
}

/* ID's for the navigation pockets */
#trailers {
	position:relative;
	margin-top:39px;
	width:315px;
	height:167px;
}

#trucks {
	position:relative;
	width:315px;
	height:127px;
}

#baseCamp {
	position:relative;
	width:210px;
	margin-left:105px;
	height:132px;
}

#genLight {
	position:relative;
	width:315px;
	height:75px;
}

#mainContentCopy {
	margin-top:10px;
	margin-left:20px;
	width:361px;
}

/* Format the address and phone number in the header */
#phoneFaxEmail{
	position:relative;
	top:130px;
	left:350px;
	font-size:13px;
}

#addressBlock {
	position:relative;
	top:130px;
	left:527px;
	font-size:13px;
}
