/**
 * CSSReset.com - How To Keep Footer At Bottom of Page with CSS
 * 
 * Original Tutorial: http://www.cssreset.com/2010/css-tutorials/how-to-keep-footer-at-bottom-of-page-with-css/
 * License: Free - do whatever you like with it! Credit and linkbacks much appreciated.
 *
 * NB: Make sure the value for 'padding-bottom' on #content is equal to or greater than the height of #footer.
 */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%px;
	position:relative;
}
#footer {
	background:#a7ad3a;
	width:100%px;
	height:260px;
}
#content table tr .style1 p .style3 a {
	color: #a7ad3a;
}
#content table tr .style1 p .style3 a {
	color: #a7ad3a;
}
#footer table tr .style4 table tr .style8 {
	color: #ffffff;
}
/* Link color*/
#footer a:link {color:white;}
#footer a:visited {color:white;}
#footer a:hover {color:white;}
#footer a:active {color:white;}
