@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
	/*
	overflow-x:hidden;
	overflow-y:scroll;
	*/
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 96px; /* .push must be the same height as .footer */
}


body {
	text-align: center;
}
.wrapper {
	width: 900px;
	text-align: left;
}
.footer {
	width: 900px;
	height: 96px;
	margin: 0px auto;
	background: url(/images/footer.jpg) no-repeat 0 0;
	text-align: left;
	clear: both;
}

.mnuFooter { font-family: Arial; font-size: 11px; color: #514e39; line-height:14px; padding-left:10px; padding-top:30px; width:740px; float:left;}
.mnuFooter a { font-family: Arial; font-size: 11px; color: #514e39;}
.mnuFooter a:link { color: #514e39; text-decoration: none;}
.mnuFooter a:visited { color: #514e39; text-decoration: none;}
.mnuFooter a:hover { color: #FFFFFF; text-decoration: none; background-color: #FF6600;}

.followus { width:auto; height:auto; float:left; padding-top:25px;}
.followus p { font-family: Arial; font-size: 11px; color: #514e39; float:left; padding:6px 8px 0 0; margin:0px;}
.followus img { border:none; margin:0 -4px 0 0; }

img.share { vertical-align: middle; margin:0 0 0 6px; position:relative; top:-1px; }