#container {
	width: 968px;
	height: 800px;
	margin: auto auto;
	text-align: left;
}
#child1 {  /* secondary page text */
	position: relative;  /* use this value for all child divs */
	left: 350px;
	top: 50px;
	width: 540px;
	height: 250px;
	visibility: visible;
}
#footer1 {  /* HOME */
	position: relative;
	left: 39px;
	top: 518px;
	width: 55px;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
#footer2 {  /* PHONE */
	position: relative;
	left: 67px;
	top: 518px;
	width: 110px;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
#footer3 {  /* E-MAIL */
	position: relative;
	left: 101px;
	top: 518px;
	width: 190px;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
#footer4 {  /* copyright */
	position: relative;
	left: 121px;
	top: 518px;
	width: 300px;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
body {
	height: 100%;
	text-align: center;  /* centers bkgd image */	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;  /* main type color (white) */
	background-color: #ffffff;
	background:url("http://www.whitlineink.com/diagboxbkgd.jpg") 0 0 repeat-x fixed;
	list-style-type: square;  /* bullet style */
	z-index: auto;  /* element stacking */
	padding: 0;
}
a:link {
	color: #b2b286;
	font-weight: bold;
}    					/* unvisited link (lighter version of our tan 451) */
a:visited {
	color: #b2b286;
	font-weight: bold;
}  						/* visited link (lighter version of our tan 451) */
a:hover {
	color: #666666
}   					/* mouse over link (med gray) */
a:active {
	color: #333333
}  						/* selected link (dark gray) */
h1 {
	font-size: 1.5em;  /* 1st tier headline */
	color: #cc0033;  /* a brighter red */
	letter-spacing: 0.4em;
	font-weight: bolder;
	font-style: normal;
	padding: 0em 0em 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h2 {
	font-size: 1.3em;  /* 2nd tier headline */
	color: #cc0033;  /* a brighter red */
	letter-spacing: 0.2em;
	font-weight: bolder;
	font-style: normal;
	padding: 0em 0em .5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	font-size: 1.1em;  /* 3rd tier headline */
	color: #cc0033;  /* a brighter red */
	letter-spacing: 0em;
	font-weight: bolder;
	font-style: normal;
	padding: 0em 0em .2em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.floatimgleft {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatimgright {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.scroll {
	width: 560px;
	height: 630px;
	overflow: auto;
	padding-right: 15px;
}
