@charset "UTF-8";
/* CSS Document */

#hplank {
width:968px;
margin: 0 auto;
background-color: black;
background-image: url('night.jpg');
background-repeat: no-repeat;
text-align:left;
}

.h_text {
font-size: 20px;
color: #b3c5d8;
line-height: 22px;
}

.next_perf {
font-size: 20px;
font-weight:500;
color: #ffffff;
}

#homenav ul {
list-style: none;
padding: 0;
font-size: 24px;
letter-spacing: -1.5px;
color: white;
margin: 24px 0 0 60px;
}

#homenav li {
float: left;
margin-right: 2px;
}

#homenav li a {
display: block;
float: left;
height: .9em;
margin-right: 2px;
padding: .2em .2em 0 .2em;
background-color: #172e55;
text-decoration: none;
color: white;
}

#homenav li a:hover {
color: #ffdf00;
}

a.pattern {
font-size: 16px;
height: 1em;
display: block;
width: 14em;
color: #ffffff;
background-color: #172e55;
padding: 1px 5px 1px 3px;
text-transform: uppercase;
text-decoration: none;
}

a.pattern:hover {
color: #ffdf00;
}