/*-----------------------------------------------------------*/
/* Public: CSS
/*-----------------------------------------------------------*/

/* Header ---------------------------------------------------*/
.Header {
	}
/*-----------------------------------------------------------*/

/* Content --------------------------------------------------*/
.Content {
	}
/*-----------------------------------------------------------*/

/* Footer ---------------------------------------------------*/
.FTR_Footer{
	width: 970px;
	margin: 10px auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}

.FTR_Footer a{
	font-size: 10px;
}

.FTR_Footer .FTR_Body{
	background: url( 'http://dilbert.com/img/v1/footer.dogbert.gif' ) 120px 0px no-repeat;
	background-color: #859aab;
	padding: 8px 10px;
}

.FTR_Footer .FTR_Body img{
	border: none;
}

.FTR_Footer .FTR_Body .FTR_Links_A, .FTR_Footer .FTR_Body .FTR_Links_B{
	margin-bottom: 5px;
}

.FTR_Footer .FTR_Body .FTR_Links_A, .FTR_Footer .FTR_Body .FTR_Links_A a{
	color: #FFF;
}

.FTR_Footer .FTR_Body .FTR_Links_B, .FTR_Footer .FTR_Body .FTR_Links_B a{
	color: #30373D;
}

.FTR_Footer .FTR_Body .FTR_Links_A a{
	font-weight: bold;
	font-size: 11px;
}

.FTR_Footer .FTR_Bottom{
	background: url( 'http://dilbert.com/img/v1/bg.footer.bottom.gif' ) no-repeat;
	height: 5px;
}

.FTR_Footer .FTR_Top{
	background: url( 'http://dilbert.com/img/v1/bg.footer.top.gif' ) no-repeat;
	height: 5px;
	line-height: 5px;
}
/*-----------------------------------------------------------*/
