/* CSS Document */
body {
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#272425;
}

#body_wrap {
display:block;
border: 1px solid red;
}

#main_wrap {
margin-left:auto;
margin-right:auto;
margin-top:0px;
position: relative;
width:766px;
display:block;
}

.wrap_bg2 {
width:752px;
display:block;
float:left;
background-image:url(images/content_bg.gif);
background-repeat:repeat;
background-position:0px 0px;
}

/* START LEFT COLOUMN */

.left_coloumn {
float:left;
display:block;
width: 292px;
}

.lc_header {
display:block; 
width:292px; 
height:410px; 
background-image:url(images/building.jpg); 
background-repeat:no-repeat; 
background-position:0px 0px;
}



/* START RIGHT COLOUMN */
.right_coloumn {
display:block;
float:right;
width: 460px;
text-align:left;
}

.rc_header {
display:block;
width: 460px;
height: 188px;
background-image:url(images/logo.jpg);
background-position:-3px 0px;
background-repeat:no-repeat;
}
#footer {
	color: #FFF;
	text-align: center;
	clear: both;
}


.gray_splitter {
display:block;
height:12px; 
background-color:#808183; 
float:left; width:460px; 
clear:both; 
padding-bottom:4px;
}

.inner_left_coloumn {
float:left;
display:block; 
width:208px; 
padding:6px 10px 0px 14px;
}
.inner_right_coloumn {
float:right;
display:block; 
width:227px;
border-left:1px solid #666666;
font-size:10px; 

}
.associations {
list-style:none;
margin:0px 0px 0px 0px;
padding:0px 0px 20px 0px;
}

.associations li{
list-style:none;
border-bottom:1px solid #999999;
padding:4px 0px 4px 0px;
margin: 0px;
}
	

