/* CSS Document */


/* ============================= footer ====================== */

* {
	margin:0;
	padding:0;
}


#footer {
	margin: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 1027px;
	margin: 50px auto 0;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
}
#footer .rss{ padding:21px 56px 0 0;}
#footer .rss a{ background:url(images/rss-bg.gif) right top no-repeat; display:inline-block; padding:2px 40px 4px 0; text-transform:uppercase; color:#636e76; text-decoration:none;}
#footer .rss a:hover{ color:#d44804; font-weight:bold;}
#footer .text{ padding:23px 0 0 93px;}
#footer .text a{ text-decoration:none;}
#footer .text a:hover{ color:#d44804;}
