@charset "utf-8";
/* CSS Document */
.nav-copy{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
#nav{
	height:58px;
	width:540px;
	background-color:#FF0000;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bolder;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
#home{
	position:relative;
	float: left;
	width:90px;
	left:65px;
	top:20px;
	height:20px
}
#members{
	position:relative;
	float: left;
	width:120px;
	left:140px;
	top:20px;
	height:20px;
}
#gal{
	position:relative;
	float: left;
	width:160px;
	left:160px;
	top:20px;
	height:20px
}

a:link{
	color: #000000;
}
a:visited{
	color: #000000;
}
a:hover{
	color: #FFFF00;
}
a:active{
	color: #996633;
}
a:focus{
	color: #996633;
}


.link{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.link a:link{
	color: #FFFFFF;
}
.link a:visited{
	color: #FFFFFF;
}
.link a:hover{
	color: #FFFF00;
}
.link a:active{
	color: #FFFFFF;
}
.link a:focus{
	color: #FFFFFF;
}
