@import url(document.css);

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;

  background:#000;
  color:#FEF6C0;
  margin:0;
  padding:0;

}



#container{
  width:795px;
  text-align:left;
}

#container_footer{
  background: url(/img/bcbs/fbg.gif) bottom repeat-x;
}



#side_l{
  background: url(/img/bcbs/doc-lbg.gif) repeat-y left;
}

#side_l_footer{
  background: url(/img/bcbs/doc-lbbg.gif) no-repeat left bottom;
}

#side_r{
  background: url(/img/bcbs/doc-rbg.gif) repeat-y right;
}

#side_r_footer{
  background: url(/img/bcbs/doc-rbbg.gif) no-repeat right bottom;
}



#header1{
  height:188px;
  background:url(/img/bcbs/h01.jpg) no-repeat;
}

#mnu{
	position:relative; 
	top:146px; 
	margin-left:43px;  
	width:711px;text-align:right;
}

#navbar{
  text-align:right;
}
#navbar a{
  margin: 3px 6px 0 10px;
}

h2 span{
	float:right;
	font-size:12px;
	font-weight:normal;
}


#content{
  background:url(/img/bcbs/doc-tbg.jpg) no-repeat top;
  min-height: 400px;
  padding: 20px 30px 10px 30px;
  margin:0 12px 0 12px;
}

#content_footer{
  background:url(/img/bcbs/doc-bbg.gif) repeat-x bottom;
}





#container, #footer{
  margin-right: auto;
  margin-left: auto;
}

#footer{
  width: 771px;
  padding-top:16px;
  padding-bottom: 20px;
  color: #a9853f; 
  line-height: 16px;
  font-size: 11px;
}

#footer_container{
    background: #2e0000;
}


#footer .contactinfo p{
	padding:0 !important;
	margin:0 !important;
}

#footer .contactinfo b{  font-size:18px;  font-weight:bold;}

img{
  behavior: url("/includes/js/pngbehavior.htc");
}


