body {
	background-image:url(../images/paperscan.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

body > div.container {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

body > div.container > div.header {
	background: url(../images/header_revised.png?8976) #000 no-repeat;
	height: 160px;
	position: relative;
}

	body > div.container > div.header a {
		position: absolute;
		top: 110px;
		left: 720px;
		width: 130px;
		height: 25px;
		border:none;

	}

body > div.container > div.content-wrapper {
	width: 900px;
	background: #fff;
}

body > div.container > div.content-wrapper > div.content {
	background: #fff;
	width: auto;
}

body > div.container > div.content-wrapper > div.content > div.text {
	width: 535px;
	padding-left: 50px;
	padding-right: 15px;
	display: inline-table;
	background: #fff;
}

	body > div.container > div.content-wrapper > div.content > div.text > div.bullets-wrapper {
		width: 535px;
	}

	body > div.container > div.content-wrapper > div.content > div.text > div.bullets-wrapper > div.storefront-text {
		width: 250px;
		float: left;
		color: #f04c36;
		font-weight: bold;
		margin-right: 13px;
	}

	body > div.container > div.content-wrapper > div.content > div.text > div.bullets-wrapper > div.storefront-text ul {
		padding-left: 15px;
	}

	body > div.container > div.content-wrapper > div.content > div.text > h6 {
		text-transform: uppercase;
		color: #f04c36;
		font-weight: bold;
		font-size: 12px;
		margin: 0 auto;
	}

body > div.container > div.content-wrapper > div.content > div.text > p {
	padding-bottom: 10px;
}

a:link {color: #B42907; font-size:12px; font-weight:bold; text-decoration: none}
a:visited {color: #FCB041; font-size:12px; font-weight:bold; text-decoration: none}
a:active {color: #B42907; font-size:12px; font-weight:bold; text-decoration: none}
a:hover {color: #FCB041; font-size:12px; font-weight:bold; text-decoration:underline}


	/*
	 ********************************************************************************************
	 *  FORM                                                                                    *
	 ******************************************************************************************** */

body > div.container > div.content-wrapper > div.content > div.form {
	width: 285px;
	float: right;
	background: #f9e9c3;
}

	body > div.container > div.content-wrapper > div.content > div.form > div.form-body {
		padding: 0 15px;
		font-size: 10px;
	}

		input, select {
			width: 150px;
			margin: 2px 0;
		}

		input.submitButton {
			margin-left: 77px;
			margin-top: 7px;
			width: 100px;
			background: #ef4129;
			color: #fff;
			font-weight: bold;
			text-transform: uppercase;
			border: 1px solid black;
			margin-bottom: 20px;
		}

		label {
			text-align: right;
			width: 70px;
			padding-right: 7px;
			float: left;
			margin-top: 6px;
		}
