HTML, BODY
{
	margin				: 0px;
	padding				: 0px;
	background			: #80b4e0 url('i/bg/sitebg.png') left top repeat-x;
}

hr
{
	display				: none;
}

h2
{
	border-width		: 0px 0px 1px 0px;
	border-style		: solid;
	padding-bottom		: 4px;
	margin				: 0px 0px 10px 0px;
}

#designby
{
    position        : absolute;
    right           : 30px;
    top             : 35px;
	display			: block;
	
	width			: 50px;
	height			: 10px;
	line-height		: 10px;
	
	padding-right	: 25px;
	
	margin-left		: auto;
	margin-bottom	: 5px;
	
	color			: #c0c0c0;

	background		: url('i/logo/dbdc.png') right top no-repeat;
	text-decoration : none;
	font-size       : 11px;
}
	#designby:hover {color : #000000; background-position : right bottom; text-decoration : none; }

/* MISC */
.clr { clear : both;}
.fL { float : left; }
.fR { float : right; }
.center { text-align : center; }

.no-m { margin : 0px !important; } 
.no-b { border : 0px !important; }


