@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html,body,#wrap {
	height: 100%;
}

body>#wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 54px;
	margin-left: 125px;
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -54px; /* negative value of footer height */
	height: 54px;
	clear: both;
	background-color: rgba(165, 35, 35, 0.3);
	color: #ffffff;
	text-align: left;
	/*border-top: 1px solid silver;*/
	
	box-shadow: 0px -4px 4px silver;
	-webkit-box-shadow: 0px -4px 4px silver;
	/*-moz-box-shadow: 0px -4px 4px silver;*/
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

#pub div {
	float: left;
	padding-right: 4px;
}

#pub div img {
	height: 53px;
	border: none;
	margin: 0;
	padding: 0;
}


div#address {
	float: right;
	color: #000000;
	text-align: right;
	padding-right: 3px;
	margin-left: -3px;
	color: #ffffff;
	font-size: 100%;
}