HTML
{
	height			: 100%;
	min-height		: 100%;
}

BODY
{
	margin			: 0px;
	padding			: 0px;
	
	position		: relative;

	height			: 100%;
	min-height		: 100%;
	
	background		: #5d6d7f url('../img/bg/sitebg.gif') top left repeat-x;
}

A { text-decoration	: none;  }
A:hover { text-decoration	: underline; }

.hr
{
	background		: url('../img/bg/dot.gif') top left repeat-x;
	height			: 1px;
	margin			: 10px 0px;
	clear			: both;
}

HR { display : none; }

#designby
{
	display			: block;
	
	position		: absolute;
	bottom			: 14px;
	right			: 0px;
	
	width			: 110px;
	height			: 10px;
	line-height		: 10px;
	color			: #7d8998;
}
	#designby:hover {color : #000000; text-decoration : underline; }


/* MISC */
.clr { clear : both; }
.spacer10 { clear : both; height : 10px; }
.spacer80 { clear : both; height : 0px; }
.dl { line-height : 22px; }

.hidden { display : none; }

.no-tm { margin-top : 0px; }
.no-rm { margin-right : 0px !important; }
.no-lp { padding-left : 0px !important; }
.no-rp { padding-right : 0px !important; }

.tm { margin-top : 30px;}
.fl { float : left; }
