body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/blue-bg-x.jpg);
	background-repeat: repeat-x;
	height: 65px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 15%;
}
#navigation {
	width: 100%;
	height: 31px;
	border-bottom:1px solid #2763A5;
}
#container #left {
	float: left;
	width: 190px;
	background-image: url(images/member-bg-y.jpg);
	background-repeat: repeat-y;
}
#subnav {
	background-image: url(images/subnav-bg-x.jpg);
	background-repeat: repeat-x;
	height: 24px;
	width: 94%;
	padding-top: 8px;
	padding-right: 3%;
	padding-left: 3%;
	margin-top: -1px;
	color: #FFFFFF;
}

#container {
	overflow: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 870px;
}
#container #right {
	float: right;
	width: 670px;
	padding-top: 2px;
}
#container #left #member-banner {
	background-image: url(images/member-login.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 190px;
}
#container #left #member-section {
	background-image: url(images/member-bg-y.jpg);
	background-repeat: repeat-y;
	padding-right: 8px;
	padding-left: 8px;
}
#footer {
	color: #000000;
	height:79px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/blue-bg-inverted-x.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10%;
	padding-bottom: 10px;
	padding-left: 10%;
	text-align:center;
}
#container #left #member-closer {
	background-image: url(images/member-closer.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 190px;
}
#container #left #extra-info {
	width: 190px;
}
/*For the 3 column in statistics*/
#maincol {
	width: 620px;
	overflow: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#maincol #right {
	float: right;
	width: 200px;
	background-image: url(images/section-bg-y.jpg);
	background-repeat: repeat-y;
}
#maincol #center {
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	background-image: url(images/section-bg-y.jpg);
	background-repeat: repeat-y;
}
#maincol #left {
	float: left;
	width: 200px;
	background-image: url(images/section-bg-y.jpg);
	background-repeat: repeat-y;
}
#container #right #maincol #left #heading-left {
	background-image: url(images/personal-section.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
}
#container #right #maincol #center #heading-center {
	background-image: url(images/merchant-section.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
}
#container #right #maincol #right #heading-right {
	background-image: url(images/developer-section.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
	margin-top: -2px;
}
.closer {
	background-image: url(images/bottom-section.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 200px;
}
.section {
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
/*End of 3 Column Code*/
