body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(../images/test4.png);
}

#container {
	position: relative;
	width:900px;
	border:1px solid lime;
	background-color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 15%;
	margin-left: auto;
	clear: left;
	float: none;
} 

#sidebar1 {
	position: absolute;
	top:0px;
	left:0px;
	width:180px;
	padding:8px;
	height: 1500px;
}

#sidebar2 {
	position: absolute;
	top:3px;
	right:34px;
	width:215px;
	padding:10px;
	height: 18px;
	margin-bottom: 15px;
	overflow: 700;
}

#mainContent {
	width:400px;
	text-align: left;
	padding:8px;
	margin-left: 195px;
	background: white;
	overflow: visible;
	height: 1500px;
}

a {
	color:green;
	border-bottom:3px green dotted;
	text-decoration: none;
}
a:hover {
	color:red;
	border-bottom:3px red dotted;
	text-decoration: none;
}

ul {line-height: 30px;}

.small {font-size:10px;}
