#body {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#left {
	width: 160px;
	float: left;
	font-family: "Trebuchet MS", Arial, Courier;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #CCC;
	overflow:auto;
	/* background-color:#FFF;
	opacity: 0.8;
	filter: alpha(opacity = 80); */

}
#main {
	font-family:Tahoma, Arial, Courier;
	font-size: 13px;
	width: 749px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	/* background-color:#EEE;
	filter: alpha(opacity = 80);
	opacity: 0.8; */
	}

#right {
	font-family: "Trebuchet MS", Arial, Courier;
	font-size: 11px;
	float: right;
	width: 160px;
	border-left:1px solid #CCC;
	padding-left: 10px;
}

#left li {
	border-bottom: 1px solid #CCC;
	list-style-type: none;
	margin-top: 5px;
}

#left li a { text-decoration:none; }

h2 {
	font-family: "Trebuchet MS", Arial, Courier;
	font-size: 20px;
	color: #0033FF;
}

h3 {
	font-family: "Trebuchet MS", Arial, Courier;
	font-size: 13px;
	color: #0033FF;
}

h4 {
	font-family: "Trebuchet MS", Arial, Courier;
	font-size: 10px;
	color: #0033FF;
}

a:link, a:visited
	{
	text-decoration: underline;
	color: #333;
	}

a:active,  a:hover
	{
	text-decoration: underline;
	color: #BBB;
	}
	
ul {
    list-style: none;
    padding: 0px;
}