@charset "UTF-8";

body
	{
	margin: 0;
	padding: 0;
	background: #666666 url(../images/19original.gif);
	color: #FFFFFF;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	
	a
	{
	color: #c50;
	text-decoration: none;
	}

#container {
	width: 774px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/whipwatch.png);
	background-repeat: repeat;
	position: relative;
}
#mainContent {
	padding: 0 40px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
}

#quickSummary
	{
	position: absolute;
	left: 166px;
	width: 195px;
	text-align: left;
	top: 158px;
	background-color: #000000;
	padding-left: 20px;
	}
#testimonialSummary
	{
	background-image: url(../images/whipwatch_secback.jpg);
	background-repeat: no-repeat;
	left: 164px;
	width: 450px;
	text-align: left;
	top: 176px;
	padding-left: 220px;
	padding-right: 40px;
	}
	
#mainBack
	{
	background-image: url(../images/whipwatch_back.jpg);
	background-repeat: no-repeat;
	height: 222px;
	margin-left: 34px;
	padding-right: 400px;
	padding-top: 480px;
	text-align: left;	
	
	}
	
#testimonialBack
	{
	background-image: url(../images/whipwatch_secback.jpg);
	background-repeat: no-repeat;
	height: 222px;
	margin-left: 34px;
	padding-right: 400px;
	padding-top: 480px;
	text-align: left;
	float: left;	
	}
#footer
	{
	width: 774px;
	background-image: url(../images/whipwatch_btm.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	}

.footer {
	font: x-small/1.6em tahoma, verdana, sans-serif;
	color: #666666;
	position: relative;
}
.h1 {
	font: 14px/1.2em tahoma, verdana, sans-serif;
	text-align: left;
}
li {
	background: url(../images/liBg.gif) center bottom no-repeat;
	font: x-small/1.6em tahoma, verdana, sans-serif;
	margin-left: -12px;
	padding-left: 12px;
	padding: 0.5em 12px;
}
ul
	{
	list-style: none;
	text-indent: 0;
	}

#testimonialSummary .grn
	{
	font-size: 1em;
	line-height: 1.6em;
	color: #4A5929;
	}
	
	#testimonialSummary .blk
	{
	font-size: 1em;
	line-height: 1.6em;
	color: #000000;
	}
	#testimonialSummary .small
	{
	font-size: 0.95em;
	line-height: 1.3em;
	}
.indent {
	padding-left: 30px;
	padding-right: 150px;
}
