<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/background3.gif);
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	border: 1px solid #1359A5;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	width: 280px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border: thin none #97C5EB;
	margin-right: 5px;
	margin-left: 10px;
	float: left;
	clear: both;
}
#border {
	border: 1px solid #97C5EB;
	margin-right: 8px;
	margin-left: 8px;
	padding-bottom: 5px;
}

#subhead {
	background-color: #1359A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #145FB1;
	text-align: center;
	font-size: 18px;
}

.button {
	left: auto;
	right: auto;
	text-decoration: underline;
	background-position: center;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 320px;
	padding-right: 20px;
	padding-left: 20px;
	border: thin none #CCCCCC;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 14px;
	margin-top: 30px;
} 
#article {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
.color {
	color: #000000;
	font-weight: bold;
	list-style-type: circle;
	list-style-image: url(../images/CheckMarkWeb.jpg);
	list-style-position: inside;
}
#sellbox {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
}
#testimonial-content {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 5px;
}



.class1 A:link {text-decoration: none; color: black;}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#clearfloat {
	clear: both;
}

.style5 {
	font-size: 14pt
}
#prefooter {
	background-color: #00CC33;
	text-align: center;
	font-size: 12px;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.style7 {
	font-size: 24px
}

 
 body {
	background-image: url(../images/background.jpg);
}

</style>
#article-position {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
#article-position {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	position: absolute;
	width: 760px;
	background-color: #FFFFFF;
	top: 600px;
	border: 1px solid #1359A5;
}
#testimonial {
	float: right;
}

.twoColFixLtHdr #footer-position {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position: absolute;
	top: 1300px;
	width: 750px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#navigation-position {
	list-style: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #1359A5;
	margin-bottom: 20px;
	position: absolute;
	top: 1447px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#gaurantee {
	position: absolute;
	top: 450px;
	left: 700px;
}

#logo {
	margin: 5px;
}
#caption1 {
	float: right;
	margin-top: 30px;
	margin-right: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1359A5;
	font-weight: bold;
	font-style: italic;
}
#caption2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
}

#navigation-position li {
	list-style-type: none;
	float: left;
	padding-bottom: 5px;
}
#navigation-position li a {
	display: block;
	width: 350px;
	color: black;
	text-decoration: none;
}
#navigation {
	list-style: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 775px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #CCCCCC;
	margin-bottom: 20px;
	top: 1310px;
}
#navigation li {
	list-style-type: none;
	float: left;
	padding-bottom: 5px;
}
#navigation li a {
	display: block;
	width: 300px;
	color: black;
	text-decoration: none;
}
#article-position h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.float-left {
	float: left;
}
#testimonial-box {
	margin-left: 460px;
	background-color: #CC0066;
	padding: 5px;
	margin-bottom: 30px;
	margin-right: 10px;
}
#sell-box {
	width: 420px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #E6E6E6;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#product-information {
	background-color: #00E100;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixLtHdr #container #article-position #niche-kw h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sell-box-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#buy {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-align: right;
}

#testimonial-quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
#maincontentheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #97C5EB;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#niche-kw {
	position: absolute;
	top: 3050px;
	background-color: #FFFFFF;
	width: 770px;
	border: thin solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #subhead h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
#sell-box2 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #00E100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#testimonial-box2 {
	background-color: #CC0066;
	padding: 5px;
	color: #000000;
}
#testimonial-quote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
}
#table {
	margin-right: auto;
	margin-left: auto;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#testimonialheadline {
	background-color: #1359A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

#testimonialwrapper {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.float-left-margins {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#niche-kw h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.twoColFixLtHdr #container #article h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#testimonial-box3 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-top-style: none;
	border-top-color: #97C5EB;
	border-right-color: #97C5EB;
	border-bottom-color: #97C5EB;
	border-left-color: #97C5EB;
	border-bottom-style: none;
	padding: 5px;
	width: 350px;
}
#product-information2 {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sell-box3 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
	border-bottom-color: #97C5EB;
	border-top-color: #97C5EB;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#testimonial-box4 {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border-top-color: #95C3E8;
	border-right-color: #95C3E8;
	border-bottom-color: #95C3E8;
	border-left-color: #95C3E8;
	float: right;
	width: 350px;
}
#testimonial-quote3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	float: left;
}
.float-right {
	float: right;
}

#maincontentheadline h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
#sell-box3 h3 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	border-bottom-style: none;
	border-bottom-color: #97C5EB;
	border-top-color: #97C5EB;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
}
#button {
	margin-left: 20px;
	height: 100px;
	margin-top: 50px;
}
.twoColFixLtHdr #mainContent h2 {
	margin-right: 0;
	margin-bottom: 0;
	border: thin none #CCCCCC;
	color: #000000;
	list-style-type: disc;
	font-size: 18px;
	text-align: center;
}
#sellboxheadline {
	background-color: #1359A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
#relative1 {
	position: relative;
}

#buyboxheadline {
	background-color: #1359A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
}
#Footerheadline {
	background-color: #1359A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	height: 10px;
	margin-bottom: 20px;
}
#footer {
	background-color: #1359A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	position: absolute;
	top: 2600px;
	width: 770px;
}
#footer li {
	list-style-type: none;
	float: left;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#footer li a {
	display: block;
	width: 350px;
	color: #FFFFFF;
	text-decoration: none;
}
#testimonial-quote5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
	float: left;
}
#testimonial-quote4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	background-color: #FFFFFF;
}
#relative2 {
	position: relative;
}
#article-position h2 {
	text-align: center;
}
