@charset "utf-8";

/*This file is used only to control the layout, margins/padding and dimensions of a page, no styling should be included here*/
/*This is only for the JCHFuel website*/
* {
	margin: 0px;
	padding: 0px;
}
body{
	}
#wrapper {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	}
#clear {
	clear:both;
	}
/* --------- position container elements ----------*/

#header {
	position:relative;
	height: 90px;
	}

#head2 {
	position: absolute;
	width: 471px;
	left: 523px;
	top: 15px;
}


/*--Main Navigation--*/

#navigation {
position: relative;
height: inherit;
width: auto;
}

/*--Main Content Styles--*/
#title {
	padding-top: 15px;
	padding-bottom: 10px;
	width: auto;
}

#content {
	position: relative;
	width: auto;
	height: auto;
	margin-bottom: 5em;
	}
	
#contentright.home {
	float: right;
	width: 250px;
	margin-right: 1em;
	margin-top: 2em;
}


#contentleft.home {
	float: left;
	width: 690px;
	margin-top: 2em;
	margin-left: 2em;
}

#contentright {
	position: relative;
	float: right;
	width: 720px;
	margin-right: 1em;
	margin-top: 1em;
}


#contentleft {
	float: left;
	margin-top: 1em;
	margin-left: 1em;
}

/*************** Table Layout ******************/

#tableleft{
	float: left;
	width: auto;
	margin-bottom: 1em;
	margin-right: 5px;

}

#tableright {
	width: inherit;
	padding-left: 1em;
}

/******** Footer ********/
#footer {
	padding-top: 20px;
}

.contact {
	padding-bottom: 10px;
}

