#other_wrapper {
	width:768px;
	background-color:#FFFFFF;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	}
#other_logo{
	float:left;
	width:441px;
	text-align:right;
 }
#other_logotext{
	float:left;
	width:327px;
	padding-top:63px;
	text-align:right;
 }
#other_bottom{
	background:url(images/bk-homebottom.gif) #ffffff repeat-y;
	clear:both;
}
#other_bottom_left{
	float:left;
	width:492px;
	background:url(images/bk-homebottom.jpg) repeat-x;
	text-align:left;
}
#other_bottom_right{
	float:left;
	width:276px;
 }
.other_maintext{
	padding:0px 50px 30px 40px;
}
#other_address{
	background:url(images/location2.jpg) no-repeat;
	width:263px;
	height:90px;
	margin-left:13px;
 }
#other_right_text{
	
	padding:10px 0px 20px 30px;
	text-align:left;
} 
/* nav here */
#navother {
	background-color:#F7EED2;
	height:23px;
	width:768px;
	margin: 0;
	padding:0;
	font-size:12px;
	float:left;
}
#navother ul{
	margin: 0;
	padding: 1px 0px 0px 8px;
	list-style:none;
	float:left;
}
#navother li{
	float:left;
	
}
#navother a {
	float:left;
	display:block;
	margin: 0;
	text-decoration:none;
	color:#3A3A3A;
	padding:4px 6px 4px 6px;
	font-weight:bold;
}
#navother a:hover{
	background:#BBD3E1;
	/*background:url(images/back-top.jpg);*/
	text-decoration:underline;
}
/* end of nav */