/**
 * Style sheet rocky
 */
body
{
	background-color:#ff6600;
	background-image:url("tl_files/rocky/rocky_BG3.gif");
	background-position:center top;
	background-repeat:repeat-y;
}

#top_image
{
	margin:20px;
}

.footertext
{
	position: absolute;
	left: 50%;
	top: 50%;
	text-align:center;
	width: 100%;
	margin-left: -50%;
}

hr
{
	width:740px; color:#ff6600; background-color:#ff6600; height:3px;
	  margin-right:20; margin-left:20; text-align:center; border:1px solid #fff666;
}

.ce_text
{
	margin-right:20px;
}


/**
 * table
 */
.col_0
{
	margin-left:auto;
	text-align:right;
	vertical-align:middle;
}

