#head {
	width: 855px;
	margin: 0 auto;
	clear: both;
        padding: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background:#000;
        margin-bottom: 10px;
        margin-top: 2px;
	}

#headBAN {
	width: 855px;
	margin: 0 auto;
	clear: both;
	border-bottom: 1px solid #000;
	font-size:0.7em;
	background:#000;
        margin-bottom: 10px;
        margin-top: 10px;
        background:url(images/GLOSSBAN.png) no-repeat;
	height:57px;
	display:block;
	}

.head_left {
       float:left;
	}
.head_right {
	float:right;
	}

#logo {
	width:190px;
	height:90px;
	background:#fff;
	}
/*Ads Footer*/

#bottom {
	margin:0 auto;
	padding:5px ;
	background:#000000;
	width:855px;
	font-size:0.7em;
	margin-top: 10px;
        margin-bottom: 10px;
        }

/* Footer*/

#footer_nav {
	margin: 0 auto;
	width: 940px;
	font-size:0.6em;
       font-weight: bold;
	background:#ffffff;
	color:#000000;
	padding:5px 5px 5px 5px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#footer {
	margin: 0 auto;
	width: 855px;
	font-size:10px;
        font-weight: bold;
	background:#ffffff;
	color:#000000;
	padding:5px 5px 5px 5px;
	margin-top: 10px;
	}

#footer a:hover {
       color:#000000;
	}
#footer a:link, a:visited {
	color: #000000;
	text-decoration:none
	}
#footer a:hover, a:active {
	color: #000000;
	text-decoration:none;
	}

/* Float Properties*/

.clearfloat:after {

       content:".";
       display:block;
       height:0;
       clear:both;
       visibility:hidden;
	}
.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
       display:block;
	}