	#dhtmlgoodies_menu{	/* Menu object */
		margin:0px;
		padding:0px;
		width:150px;	/* Width of menu */
	}
	#dhtmlgoodies_menu li{
		margin-top:2px;	/* Space between each menu item */
		
		
		/* Don't change these four values */
		list-style-type:none;				
		clear:both;
		display:block;	
		overflow:auto;
	}
	
	#dhtmlgoodies_menu li a{	/* Text rules for the menu items */
	text-decoration:none;	/* No underline */
	font-family: "Times New Roman", Times, serif;	/* Font to use */
	letter-spacing:1px;	/* Extra space between each letter of the menu items */
	font-size:14px;	/* Bold font */
	float:left;
	background-color:#F1F1F1;
	padding-left:3px;
	line-height:25px;	/* Height of menu links */
	font-weight: bold;
	color: #660000;
	}
	#dhtmlgoodies_menu li div{
		float:left;

	}
	
	#leftcolumn{
float:left;
width:150px;
height: 400px;
border: 0px solid black;
padding: 5px;
padding-left: 8px;

}

#leftcolumn a{
	padding: 3px 1px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid gray;
	font-size: 14px;
	font-style: normal;
}

#leftcolumn a:hover{
background-color: #FFFF80;
}

#rightcolumn{
float:left;
width:550px;
min-height: 400px;
border: 0px solid black;
margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}
