@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:center;
}

a{
	color:#c46d19;
}



#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:left;
}

#header{
	background:url(../images/bbb-logo.jpg) left top no-repeat;
	height:144px;
	overflow:hidden;
	margin-bottom:24px;
}

#column_left{
	float:left;
	width:676px;
	height: expression( this.scrollHeight < 721 ? "720px" : "auto" ); /* sets min-height for IE */
   	min-height: 720px; /* sets min-height value for all standards-compliant browsers */
	border-right:#c9da8e 1px solid;
}
#column_left .inner{
	padding-left:8px; padding-right:8px;
}


#column_right{
	float:right;
	width:322px;
	text-align:left;
}

#column_right .inner{
	padding-left:14px;
}




.lm_parent{
	margin-top:12px;
	margin-bottom:
}

.lm_item{
	background:url(../images/link-bottomborder.gif) left bottom repeat-x;
	height:36px;
	overflow:hidden;
}

.lm_item a{
	display:block;
	line-height:36px;
	background:url(../images/link-bullet.gif) 0px 12px no-repeat;
	padding-left:24px;
	color:#44210a;
	font-size:11pt;
	text-decoration:none;
	font-family:Tahoma,Arial,Verdana;
}

.lm_item a:hover{
	background-position:8px 12px;
	color:#c46d19;
}




.contenttitle{
	color:#44210a;
	font-size:22pt;
	font-family:Georgia, Arial;
	font-weight:normal;
}

.contenttitle span{
	color:#e59e59;
}


.home_artile{
	font-weight:bold;
	color:#000000;
	font-size:13pt;
	font-style:italic;
	font-weight:normal;
}




#footer{
	background:url(../images/footer-bg.jpg) repeat-x;
	height:61px;
	overflow:hidden;
	margin-top:42px;
}

#footer .inner{
	text-align:center;
	color:#FFFFFF;
	font-size:11pt;
	margin-top:24px;	
}




.clear{
	clear:both;
}
