html {
    height: 100%;
}
body {
    margin: 0px;
	padding:0px;
    font-family: 'Verdana', sans-serif;
    text-align: center;
    height:100%;
}
.main_wrapper {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    min-height: 100%;
    position: relative;
}
.fullheader {
	height:120px;
	background: white;
	text-align:center;
}
.header {
	width:940px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:120px;
	background: url('../images/bjb-digital-logo.png') left center no-repeat;
	position:relative;
	top:-10px;
}
.fullfooter {
    width:100%;
    height:100px; 
    bottom: 0px;
   background-color: gray;
   margin-top: -100px;
   z-index: 999; 
}
.footer {      
   background-color: gray;    
}
.menu {
	height:31px;
	background:url('../images/menubk.png') repeat-x;
	z-index:150;
	position:relative;
	top:-20px;
}
.menulinks {
	width:1000px;
	height:31px;
	z-index:150;
}
.content {
	position:absolute;
	top:125px;
	left:0px;
	min-height:700px;
	height:700px;
	width:100%;
	z-index:100;
    padding-bottom: 100px; /* height of the footer */
}
.mlddm
{	margin: 0;
	padding: 0;

}

.bjbmenu li
{	display: inline;
margin: 0;
padding: 0;
list-style: none;
float: left;
width:120px;
height:31px;
z-index:150;
}

.bjbmenu li a, .bjbmenu li a#buttonnohover
{	display: block;
text-align: center;
color: #fff;
padding-top: 7px;
margin: 0;
text-decoration: none;
z-index:150;
white-space: nowrap;
font-size:11pt;
}

.bjbmenu li a:hover, .bjbmenu li a#buttonhover
{	color: #eb580b;
z-index:150;
text-decoration: none;
}
#dropmenu-links1 a, #dropmenu-links2 a{
	text-align: center;
	color:black;
	z-index:150;
	font-size:10pt;
}

.rel_links {
	margin:0px;
	padding:0px;
	font-size:10pt;
}
.rel_links ul {
	display: inline;
	margin:0px;
	padding:0px;
	list-style: none;
	width:100%;
}
.rel_links ul li {
	font-size:10pt;
	margin:0px;
	padding:0px;
	text-align:left;
	height:25px;
	line-height:25px;
}
.rel_links ul li .leftimg img {
	float:left;
	margin:0px;
	padding:0px;
	padding-right:10px;
	line-height:25px;
}
.rel_links ul li .leftimg a {
	margin:0px;
	padding:0px;
	text-align:left;
	line-height:25px;
}
