/* CSS Document */
#footer {
  /*background: url(../../includes_img/gif/footer_bg.gif) repeat-y;*/
  	padding-bottom:1%;
	margin-bottom:1%;
}
#copyright {
  text-align: center;
  padding:2px 0px 2px 0px;
  font-size: 0.8em;
  color: #715F36;
  
}

#copyright p{
	margin:1% 0px 1% 0px;
	padding:0px;
}

#footerline{
	/*background: url(../../includes_img/gif/footerline.gif) no-repeat;*/
	height:10px;
	margin:0px;
	display:block;
	font-size:1px;
}

