div#main-container
{
	width: 868px;
	font-size: 0.75em; /* 16x0.75=12 */
	line-height: 1.5em; /* 12x1.5=18 */
	margin: 0 auto;
}

div#header
{
	position: relative;
	height: 142px;
}

	div#header h1#logo
	{
		position: absolute;
		top: 0;
		right: 0;
		background: #000 url(../images/layout/fuel_logo.jpg) top right no-repeat;
		text-indent: -1000em;
		width: 454px;
		height: 142px;
	}

		div#header h1#logo a
		{
			position: absolute;
			top: 15px;
			right: 10px;
			display: block;
			width: 440px;
			height: 110px;
		}

	div#header h6#date
	{
		position: absolute;
		bottom: 15px;
		left: 10px;
		color: #004ac5;
	}

div#frame-top
{
	background: #000 url(../images/layout/frame_top.jpg) 0 0 no-repeat;
	width: 868px;
	height: 26px;
}

div#frame-middle
{
	background: #000 url(../images/layout/frame_bg.jpg) 0 0 repeat-y;
	width: 868px;
}

	div#frame-middle div#content
	{
		padding: 10px 35px 5px 35px;
	}

		div#frame-middle div#content div#content-left
		{
			float: left;
			width: 388px;
			padding-right: 10px;
		}

		div#frame-middle div#content div#content-right
		{
			float: left;
			width: 388px;
			padding-left: 10px;
		}

div#frame-bottom
{
	background: #000 url(../images/layout/frame_bottom.jpg) 0 0 no-repeat;
	width: 868px;
	height: 26px;
}

div#inset-box
{
	float: right;
	width: 286px;
	margin-bottom: 5px;
	background: #FFF url(../images/layout/inset_bg.jpg) 0 0 repeat-y;
}

	div#inset-box-content
	{
		padding: 0 30px 5px 30px;
	}

	div#inset-box-bottom
	{
		width: 286px;
		height: 25px;
		background: #FFF url(../images/layout/inset_bottom.jpg) 0 0 repeat-y;
	}

div#go-to-next-button
{
	float: right;
	width: 158px;
	height: 19px;
	margin: 0 35px 0 0;
}

	div#go-to-next-button a
	{
		display: block;
		width: 158px;
		height: 19px;
		text-indent: -1000em;
	}

		div#go-to-next-button a:link,
		div#go-to-next-button a:visited
		{
			background: #000 url(../images/layout/go_to_next.gif) 0 0 no-repeat;
		}

		div#go-to-next-button a:active,
		div#go-to-next-button a:hover
		{
			background: #000 url(../images/layout/go_to_next_over.gif) 0 0 no-repeat;
		}


div#footer
{
	position: relative;
	background: #000 url(../images/layout/jumpstart_logo.gif) center bottom no-repeat;
	color: #004ac5;
	font-size: 0.825em; /* 12×0.825=10 */
	line-height: 1.5em; /* 12×1.5=18 */
	height: 50px;
}

	div#footer h2
	{
		text-indent: -1000em;
	}
	
		div#footer h2 a#logo-link
		{
			display: block;
			position: absolute;
			left: 380px;
			top: 8px;
			width: 90px;
			height: 43px;
			text-indent: -1000em;
		}
	
	div#footer div#footer-left
	{
		float: left;
		padding-left: 5px;
	}

	div#footer div#footer-right
	{
		text-align: right;
		padding-right: 5px;
	}


/******************************************************************************
* BEGIN Forms
******************************************************************************/

form#contact_form {

}

form#contact_form fieldset {
	margin: 0 20px 0 0;
	padding: 10px;
	border-color: #787d7d;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
}

form#contact_form fieldset legend {
	padding: 0 5px;
	font-weight: bold;
	color: #787d7d;
}

form#contact_form div.formrow {
	position: relative;
	padding: 6px 6px 6px 160px;
}

	form#contact_form div.formrow label.normal {
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		padding-top: 6px;
		margin: 0 5px 0 0;
		text-align: right;
		font-weight: bold;
	}

.hideme
{
	display: none;
}

