html, body { 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	background-color: #ffffff; 
	
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	
	background: transparent url(images/page-bg.jpg) no-repeat scroll center 11px;
	text-align: center;
	
	color: #4b4b4b;
}
a {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #4b4b4b;
}
a:visited {
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #4b4b4b;
} 
a:hover {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #4b4b4b;
}
form { 
	margin: 0px; 
	padding: 0px; 
}

/* Page layout */

#PageContainer {
	text-align: left;
	width: 877px;
	margin: 0px auto 0px auto;
}

#Page {
	width: 877px;
	clear: both;
	padding-top: 20px;
}

#PageCenter {
	width: 877px;
	max-width: 877px;
	height: 785px;
}

#PageFooter {
	width: 877px;
	height: 226px;
	background: url(images/page-bg-mid.jpg);
	padding-top: 20px;
}

/* Content Area */
#content-left {
	float: left;
	width: 158px;
	height: 432px;
	background: url(images/content-left-bg2.jpg);
}

#content-right {
	float: right;
	width: 719px;
	height: 432px;
	background: url(images/content-right-bg2.jpg);
}

#content-right-secure {
	float: right;
	width: 719px;
	height: 432px;
	background: url(images/content-right-bg-secure.jpg);
}

#content-right-text {
	margin-left: 50px;
	margin-right: 40px;
	width: auto;
	overflow: auto;
	position: relative;
	height: 350px;
}
