* {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html {
	min-height: 100%;
}
body {
	text-align: center;
}
p {
	font-size: 14px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-weight: bold;
	color: #7e0b0b;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 5px;
}
.tl {
	text-align: left;
}
#hl {
	background-image: url(../images/horizontalLine.png);
	background-repeat: repeat-x;
	height: 10px;
	width: 99%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	float: left;
}
#container {
	width: 1024px;
	height: 100%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#index_container {
	width: 1024px;
	height: 280px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#innerContainer {
	width: 900px;
	min-height: 100%;
	margin: 0 auto;
	text-align: center;
	
}
#reviews_container {
	width: 1024px;
	height: 480px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#paypal_container {
	width: 1024px;
	height: 850px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#faqContainer {
	width: 860px;
	height: 550px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #f8f7f7;
	border: solid 1px #c0c0c0;
	float: left;
	padding: 20px;
}
#ipn_container {
	width: 1024px;
	height: 480px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
}
#ipn_innerContainer {
	width: 860px;
	height: 170px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #f8f7f7;
	border: solid 1px #c0c0c0;
	float: left;
	padding: 20px;
}
#footer {
	width: 100%;
	float: left;
}
/*----------Header----------*/
#header {
	width: 1024px;
	height: 195px;
	float: left;
}
#date {
	height: 18px;
	width: 400px;
	float: right;
	text-align: right;
	padding-right: 12px;
	font-size: 12px;
	padding-top: 4px;
}	
#headerLogo {
	height: 124px;
	width: 1024px;
	border-top: solid 2px #d3ad71;
	background-image: url(../images/paymentreviews.png);
	background-repeat: no-repeat;
	background-position: left;
}
#topMenu {
	background-image: url(../images/topmenu.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 1024px;
	float:left;
}
#topMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topMenu a:hover {
	color: #FF0000;
	text-decoration: none;
}
#topMenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
table#menu{	
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	width: 650px;
	margin-left: 10px;
}

/*----------Index Table----------*/
#welcome {
	width: 80%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	float: left;
}
#paypalBody {
	width: 80%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	float: left;
	text-align: left;
}
#reviewBox {
	width: 330px;
	height: 180px;
	border: solid 1px #c0c0c0;
	background-color: #f8f7f7;
	float: left;
	margin: 10px;
	padding: 10px;
}
#welcome p {
	text-align: left;
}	
/*----------Items Table----------*/
#itemsTable {
	width: 500px;
	height:200px;
	float: left;
	border-collapse:collapse;
	border: solid 1px #bfbfbf;
	margin: 10px;
}
#items {
	border: solid 1px #bfbfbf;
}
.rb {
	background-color: #3686c1;
	color: #FFFFFF;
	font-weight: bold;
}
.rg {
	background-color: #f8f7f7;
}