html {
	overflow: auto;
}

html:not(:nth-child(1)) { overflow: visible; }

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

body {
	font: 14px/100% Verdana, Sans-Serif;;
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: #FFF5EE;
	left: 50%;
	margin-left: -380px;
	font-size: 12px;
}

#header {
	height: 5em;
	background: #000;
	color: #FFF;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	left: 0;
	padding: 5px 0 0 0;
	color: #000;
	font-family: Verdana, Sans-Serif;
	vertical-align: top;
}
#header .title{text-align: center; color: #FF0; font-size: 20pt; margin-top: 5px;}
#header p{text-align: center; margin: 0; padding: 0; color: #FFF; margin-top: 6pt;font-size: 10pt}
#header ul{margin: 2pt 0; text-align: center;}
#header ul li{display: inline-block; margin-right: 10px;}
#header a{color: #fff; font-size: 8pt;font-size: 8pt;}
#header a:hover{text-decoration: none;}
.column {
	padding-top: 7em !important;
}

#container {
	padding-right: 160px;
	overflow: hidden;
	float: left; /* IE 5.01 */
	float: none;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #FFF;
	position: relative;
	font-size: 9px;
}

* html #container { overflow: visible; }

#sidebar, #content {
	float: left;
	position: relative;
	padding-bottom: 6em !important;
}

#sidebar, #content {
	padding-bottom: 1000em !important;
	margin-bottom: -995em !important;
}

@media all and (min-width: 0px) {
	#sidebar, #content {
		margin-bottom: 0 !important; 
		padding-bottom: 6em !important;
	}

	#sidebar:before, #content:before {
		content: 'EasyClearing';
		display: block;
		background: inherit;
		padding-top: 1000em !important;
		margin-bottom: -1000em !important;
		height: 0;
	}
}

#container:after {
	content: 'EasyClear'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#container {
	display: inline-block;
}

#container {
	display: block;
}

#sidebar {
	width: 160px;
	background: #003B00;
	margin-right: -100%;
	color: #fff;
}
#sidebar ul{margin: 5px 0; padding: 0 5px 0 5px; list-style-type: none;}
#sidebar ul li{padding-bottom: 0.3em;}
#sidebar ul a{color: #fff; font-size: 8pt;}
#sidebar .amazon{
	margin-top: 20px;
	margin-bottom: 2px;
}
#sidebar p{
	margin: 10px 10px 5px 5px;
	font-size: 1.2em;
}
#sidebar p a{
	color: #FFF;
}
#content {
	width: 600px;
	background: #FFF;
	padding-right: 5px;
	padding-left: 5px;
}
#content h1{font-size: 10pt;}
#content p.about{color: #c0c0c0;}
#content a{color: black;}
#content a:hover{text-decoration: none;}
.pictures{text-align: center;}
.pictures img{margin: 5px 0; height: 100px; width: 90px; padding: 0; border: 0;}
#footer {
	height: 5em;
	color: #FFF;
	position: relative;
	z-index: 1000;
	margin-top: -5em;
	width: 100%;
	background: #000;
	font-size: 8pt;
}
#footer p {margin: 0; color: #fff; text-align: center;}
#footer ul{margin: 0; text-align: center;}
#footer ul li{display: inline-block; margin-right: 10px;}
#footer a{color: #fff; font-size: 8pt;}
#footer a:hover{text-decoration: none;}

#content ul {margin-left:0; margin-top:0; margin-bottom:0}
#content li.pageTitle {margin-bottom:15; list-style-type:none;}
#content div.pageTitle { color: Blue; margin-left:0; font-family:Verdana; font-size:10pt; text-align:left; font-weight:bold;font-style:normal;text-decoration:underline;  }
#content a.pageTitle { color: Blue; font-family:Verdana; font-size:10pt; text-align:left; font-weight:bold;font-style:normal;text-decoration:underline;  }
#content div.pageDescription  {margin-left:0; color: black; font-family:Verdana; font-size:10pt; text-align:left; font-weight:normal;font-style:normal;text-decoration:none;  }
#content a.pageUrl  {color: green; font-family:Verdana; font-size:10pt; text-align:left; font-weight:normal;font-style:normal;text-decoration:underline;  }
#content div.pageUrl  {color: green; margin-left:0; font-family:Verdana; font-size:10pt; text-align:left; font-weight:normal;font-style:normal;text-decoration:underline;  }
#content a.pagination  {color: Blue; font-family:Verdana; font-size:10pt; text-align:left; font-weight:normal;font-style:normal;text-decoration:underline;  }
#content a.otherMap  {color: blue; font-family:Verdana; font-size:10pt; text-align:left; font-weight:normal;font-style:normal;text-decoration:underline;  }
