/** this is the style positions for catagories **/


/** ROPE ACCESS LAUNCH - content top normal: 160 banner: 220px */
#content{
	position:absolute;
	width:760px;
	left: 0;
	top:160px;
	background-image: url(../imgs/prodback.gif);
	background-repeat: repeat;
}


#right {
	float: right;
	width: 180px;
	background-color: #FFE375;
}
#left {
	float: left;
	width: 176px;
}
