html {
	background-image: url('../images/bckd_Pattern.gif');
	background-repeat: repeat-x;
	background-color: #d1cbbc;
}

body {
	margin: auto;
	font-size: 14px;
	font-family: Georgia, serif;
	min-height: 100%;
	background-color: #d1cbbc;
	background-image: url('../images/bckd_Pattern.gif');
	background-repeat: repeat-x;
}

#page {
	width: 950px;
	margin: auto;
	background-color: #d1cbbc;
	background-image: url('../images/bckd_Pattern.gif');
	background-repeat: repeat-x;
}

#header {
	height: 450px;
	background-image: url('../images/bckd_photo.jpg');
	background-repeat: no-repeat;
}

	#headline {
		width: 950px;
		position: absolute;
		top: 75px;
		font-family: Georgia, serif;
		font-size: 22px;
		color: #72522d;
		letter-spacing: 5px;
		text-align: center;

	}

	#divider {
		width: 950px;
		position: absolute;
		top: 119px;
		text-align: center;

	}

	#intro {
		position: relative;
		font-family: Georgia, serif;
		font-size: 14px;
		color: #665e4c;
		top: 150px;
		text-align: center;
		line-height: 32px;
	}
				
#content {
	width: 950px;
	height: 183px;
	background-image: url('../images/central_bckd.gif');
	background-repeat: no-repeat;
}

	#content-left {
		width: 475px;
		height: 183px;
		background-image: url('../images/imperial_yarn_logo.gif');
		background-repeat: no-repeat;
		float: left;
	}
	
	#content-caption {
		margin-top: 40px;
		margin-left: 208px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		color: #72522d;
		text-align: center;

	}


	#content-right {
		width: 474px;
		height: 183px;
		background-image: url('../images/imperial_collection_logo.gif');
		background-repeat: no-repeat;
		background-position: bottom right;
		float: left;
	}
	
	#content-caption2 {
		margin-top: 40px;
		margin-right: 209px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		color: #72522d;
		text-align: center;

	}
	
#footer {
		width: 950px;
		height: 50px;
		margin-top: 15px;


	}
	
		#footer-left {
			float: left;
			width: 241px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #665e4c;
			text-align: left;
			margin-left: 59px;
		}

		#footer-right {
			float: right;
			width: 241px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #665e4c;
			text-align: right;
			margin-right: 59px;
		}


		#footer-center {
			float: left;
			width: 350px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #72522d;
			text-align: center;
		}


			
			
/* General Typography */

a img { border: none; }

h2 {
	font-size: 24px;
	color: #1c82ac;
	border-bottom: 1px dotted #b7b7b7;
	margin-bottom: 10px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #448eab;
	margin-bottom: 8;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	margin-bottom: 0;
}

.intro {
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #b7b7b7;
}

a {
	color: #665e4c;
	text-decoration: none;
}

a:hover {
	color: #72522d;
	text-decoration: underline;
}

.bold-blue {
	font-size: 11px;
	color: #448eab;
}

ul.list-style-image {
	margin: 0;
	color: #448eab;
	padding-left: 0; 
	list-style: none; 
}
ul.list-style-image li {
	padding-left: 15px;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
	background-position: .5em .5em;
}
/* Formula */

div.formula {
    width: 435px;
}

div.left-box {
	float: left;
    padding: 0px;
    width: 375px;
    border: 0px;
}

div.right-box {
    align: right;
    float: right;
    padding: 0px;
    width: 60px;
	border: 0px;
}


/* Formulas */

hr {
	height: 1px;
	background: none;
	border-top: 1px dotted #b7b7b7;
	border-bottom: none;
	margin-bottom: 1.5em;
}

.formula-block {
	background-color: #e8f2f7;
	padding: 1.5em;
	margin-bottom: 1.5em;
}
	.selector-label {
		color: #555;
		margin-right: 1em;
		padding-left: 1.5em;
		background-image: url('../images/formula-arrow.gif');
		background-repeat: no-repeat;
		background-position: left center;
	}
	#formula-selector {
		font-size: 11px;
		color: #555;
	}
	
	.formula-block h4 {
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #616161;
		margin-bottom: 1.5em;
		clear: right;
	}
	
	.calculate {
		float: right;
		margin-right: 0.25em;
	}
	
	.formula-block table {
		border-collapse: collapse;
	}
	
	.formula-block table td {
		border-top: 1px solid white;
		border-bottom: 1px solid white;
	}
	
	.text-column {
		width: 6em;
	}
	
	.formula-block table .text {
		width: 5em;
		border: 1px solid #95c5d8;
	}
