#left-line {background-image:url(../images/left-line.jpg);
	width:187px;
	height:20px;
	float:left;
	}
#right-line {background-image:url(../images/right-line.png);
		width:188px;
		height:20px;
		float:right;
		}
		
#right-line a:link, #right-line a:visited  {background-image:url(../images/right-line.png);
		width:188px;
		height:20px;
		float:right;
	}	
		
#right-line a:hover, #right-line a:visited:hover  {background-image:url(../images/right-line-over.png);
		width:188px;
		height:20px;
		float:right;
	}

/*--top button nav per page--*/
#top_nav{width:1000px;
	height:20px;
	}
	#top-links{width:500px;
		}
		.link-line {float:left;
			height:20px;
			width:125px;
			}
			#home{background-image:url(../images/home-nor.jpg);
				width:125px;
				height:20px;
				float:left;
				}
				#home:hover{background-image:url(../images/home-over.jpg);}
				
			#show{background-image:url(../images/sho-on.jpg);
				width:125px;
				height:20px;
				float:left;
				}
				#show:hover{background-image:url(../images/sho-over.jpg);}
				
			#cont{background-image:url(../images/cont-nor.jpg);
				width:125px;
				height:20px;
				float:left;
				}
				#cont:hover{background-image:url(../images/cont-over.jpg);}
				
			#about{background-image:url(../images/about-nor.jpg);
				width:125px;
				height:20px;
				float:left;
				}
				#about:hover{background-image:url(../images/about-over.jpg);}
				
			#loc{background-image:url(../images/loc-nor.jpg);
				width:125px;
				height:20px;
				float:left;
				}
				#loc:hover{background-image:url(../images/loc-over.jpg);}
				
			#promo{background-image:url(../images/promo-nor.jpg);
				width:125px;
				height:20px;
				float:left;
				}
				#promo:hover{background-image:url(../images/promo-over.jpg);}				
