/* TOP Module  - 2 column width */
.coltop{
	width:770px;
	padding-top:7px; 
	height:8px;
	font-size:4px;
	background: url(container_images/col_top.gif) no-repeat bottom;
}
.colbottom{
	height:10px;
	width:770px;
	font-size:4px;
	padding-bottom:10px;	
	background: url(container_images/col_bottom.gif) no-repeat top;
}
.colcenter{
	width:770px;
	background: url(container_images/col_center.gif) repeat-y;
}


/* SINGLE COLUMN - Works for both left and center column */
.singlecontainer_top{
	width:380px;	
	height:7px;
	background: url(container_images/sgl_top.gif) no-repeat bottom;
}
.singlecontainer_bottom{
	width:380px;
	height:10px;
	font-size:4px;
	padding-bottom:7px;
	background: url(container_images/sgl_bottom.gif) no-repeat top;
}
.singlecontainer_center{
	width:380px;
	background: url(container_images/sgl_center.gif) repeat-y;
}

/* RIGHT COLUMN - this is same as the single columns except slightly narrower*/
.rightcontainer_top{
	height:7px;
	width:200px;
	background: url(container_images/right_top.gif) no-repeat bottom;
}
.rightcontainer_bottom{
	height:10px;
	width:200px;
	font-size:4px;
	padding-bottom:7px;
	background: url(container_images/right_bottom.gif) no-repeat top;
}
.rightcontainer_center{
	width:200px;
	background: url(container_images/right_center.gif) repeat-y;
}

.SmallPadding{
	width:750px;
	padding:5px 0px;
	margin-left:10px;
}
.SingleSmallPadding{
	width:360px;
	padding:5px 0px;
	margin-left:10px;
}
.RightSmallPadding{
	width:180px;
	padding: 5px 0px;
	margin-left:10px;
}






