#TOP
{
    height: 80px;
    overflow: Hidden;
	border-color:#990000;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:groove;
	border-bottom-width:thin;	
}
#CONTAINER
{
    background-image: url(backbody1.jpg);
}
#LEFT
{
    background-image: url(backleft.jpg);
	float: Left;
    width: 190px;
	border-color:#990000;
	border-top-style:none;
	border-left-style:none;
	border-right-style:groove;
	border-bottom-style:groove;
	border-right-width:thin;
	border-bottom-width:thin;
}
#RIGHT
{
	overflow: Auto;
}
