/* CSS Document */
img {
	border:0;
	}
	
a.nav_link {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #FFFFFF;
text-decoration:underline;
}

a.nav_link:hover {
font-size:13px;
color: #FFFFFF;
text-decoration:none;
}

.nav_arr {
	background-image:url(../graphics/left_arr.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:20px;
	}
	
.active_nav {
background-image:url(../graphics/active_btm.gif); 
height:30px;
width:790px;
}	

.about_nav {
background-image:url(../graphics/about_btm.gif); 
height:30px;
width:790px;
}	

.shop_nav {
background-image:url(../graphics/shop_btm.gif); 
height:30px;
width:790px;
}	

.members_nav {
background-image:url(../graphics/members_btm.gif); 
height:30px;
width:790px;
}	

body {
margin:0px;
}