<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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/background.jpg);
}

img { 
border-style: none; 
} 


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	margin-top: 10px;
	font-weight: bold;
} 
.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: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-color: #FFFFFF;
}
#subhead {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #00CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.button {
	left: auto;
	right: auto;
	text-decoration: underline;
	background-position: center;
	text-align: center;
}

.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-left: 320px;
	padding-right: 20px;
	padding-left: 20px;
	border: thin none #CCCCCC;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer {
	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;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
} 
#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: #CC0000;
	font-weight: bold;
}
#sellbox {
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.class1 A:link, A:visited, A:active {
	text-decoration: none;
	color: #0000CC;
}

.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;
}
.style5 {
	font-size: 14pt
}
#prefooter {
	background-color: #FF0000;
	text-align: center;
	font-size: 12px;
	height: 60px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 100px;
	font-weight: bold;
}
.style7 {
	font-size: 24px
}

 
 
</style>
#subhead2 {
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #00CC33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 15px;
}
#subhead2 {
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.twoColFixLtHdr #header2 {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 0px;
}
#offer {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-align: center;
}

#image1 {
	float: left;
}
#image2 {
	float: none;
	margin-left: 10px;
}
#subhead3 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #0066FF;
	margin-bottom: 15px;
	margin-top: 40px;
}
#button1 {
	margin-left: 50px;
	margin-top: 50px;
}
#button2 {
	margin-left: 50px;
	margin-top: 20px;
}


.class2 A:link, A:visited, A:active { text-decoration: none; color: blue; }
#subhead2.5 {
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 15px;
}

#navigation {
	list-style: none;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	margin-right: auto;
	margin-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#navigation li {
	list-style-type: none;
	float: left;
	padding-bottom: 5px;
}
#navigation li a {
	display: block;
	width: 200px;
	color: black;
	text-decoration: none;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

#navigation li a {
	display: block;
	width: 200px;
	color: black;
	text-decoration: none;
}
.style8 {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.style10 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
body {
	background-image: url(../../images/money-web.jpg);
}



#TOS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin-top: 50px;
}
.class3 A:link, A:visited, A:active {
	text-decoration: none;
	color: #0000FF;
}
#border {
	border: thin solid #CCCCCC;
	margin: 5px;
	padding-bottom: 10px;
}
#border2 {
	border: thin solid #CCCCCC;
	margin: 5px;
	padding-bottom: 10px;
}
