@charset "utf-8";
.main {
	background-attachment: scroll;
	background-image: url(back.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#dhtmlgoodies_menu{	/* Menu object */
		margin:2px;
		padding:0px;
		width:160px;	/* 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 */
		color:#FFFFFF;	/* Black text color */
		text-decoration:none;	/* No underline */
		font-family: Arial, sans-serif;	/* Font to use */
		letter-spacing:1px;	/* Extra space between each letter of the menu items */
		font-size:10px;	/* Fixed font size */
		font-weight:normal;	/* Bold font */
		float:left;
		background-color:#013117;
		padding-left:8px;
		line-height:25px;	/* Height of menu links */

	}
	#dhtmlgoodies_menu li div{
		float:left;

	}
.gap {
	margin-right: 30px;
	padding-right: 30px;
}
