body {
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif !important;
    font-size: 13px;
}


html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
    min-height: 100%;
	height: auto !important;
	height: 100%;
   
   position:relative;
}
#wrapper {
   padding-bottom:123px;   /* Height of the footer */
   
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height: 103px;
}

span.body,
p {
    font-size: 13px;
    line-height: 18px;
}

/* Clearfix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

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

/* Default floating & alignment */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

a { 
	text-decoration: underline;
}
a:link,
a:visited {
	color: #0668B2;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #333;
}

/* Overlay background */
.back-overlay {
	background: #FFF;
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0.1;
	width: 100%;
	top: 0;
	z-index: 2;
}