a{
color: #000000;
text-decoration: none;
}

a:hover{
color: #B9BDC6;
}

#logout:hover{
color: #747B8E;
}

img{
border: 0px;
}

#nav{
width: 905px;
margin: auto;
background-color: #B9BDC6;
border-style: solid;
border-top: none;
border-width: 1px;
border-color: #000000;
}

#nav_logo{
padding: 10px 10px 5px 10px;
}

#nav_links{
padding: 0px;
border-top: solid;
border-width: 1px;
border-color: #000000;
height: 55px;
}

#login_box{
border: none;
font-family: "Agency FB";
font-size: 20px;
float: right;
position: relative;
top: 10px;
right: 50px;
height: 100px;
width: 225px;
}

#members_box{
border: none;
font-family: "Agency FB";
font-size: 20px;
float: right;
position: relative;
top: 15px;
right: 50px;
height: 100px;
width: 375px;
}

.member_buttons{
float: left;
width: 80px;
height: 25px;
border: solid;
border-width: 1px;
background-color: #747B8E;
text-align: center;
margin: 3px;
}

.nav_buttons{
width: 150px;
background-image: url('../Images/Gradient2.gif');
background-repeat: repeat;
text-align: center;
font-family: "Agency FB";
font-size: 22px;
font-variant: small-caps;
border-left: solid;
border-width: 1px;
border-color: #000000;
height: 55px;
float: left;
cursor: pointer;
cursor: hand;
}