/* Header CSS Document */
.footerDiv {width:1px;height:18px;background:#999}
#Footer {padding:20px 0 0 0}
#Footer ul {
    float:right;
	list-style:none;
	margin:0px;
	width: 800px;
}
#Footer ul li {float:left;display:block;line-height:20px;margin:0 5px}
#Footer ul li a:link,a:visited {color:#666}
#Footer ul li a:hover{text-decoration: underline;background-color: #FF3300;}