@charset "utf-8";
/* CSS Document */
html {
background: #000;
}

body {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #fff;
}

#container {
margin: auto;
width: 820px;
text-align: left;
position: relative;
}

#header {
width: 820px;
height: 100px;
text-align: left;
padding: 0 0 0 3px;
}

/* BEGIN NAV */
#nav {
background-image: url('../images/select_navbg.gif');
height: 36px;
width: 820px;
margin: 6px 0 0 0;
padding: 0;
}

#nav li {
float: left;
line-height: 36px;
list-style-type: none; 
background: url('../images/nav_spacer.gif') no-repeat right;
display: block;
}

#nav a {
padding: 0 15px 0 15px;
color: #fff;
font-size: 15px;
font-weight: normal;
text-decoration: none;
}

#nav a:hover {
color: #666;
}
/* END NAV */

/* BEGIN MAIN */
#main {
margin: 0 7px 0 7px;
}

#primary {
position: absolute;
width: 595px;
}

#primary img {
border: 1px solid #ff0000;
}

#right {
width: 200px;
position: absolute;
right: 9px;
}

#right p {
text-align: right;
}
/*END MAIN */

a {
color: #ff0000;
}

a:hover {
color: #fff;
}

h2 {
color: #666;
margin: 13px 0 0 0;
}

li {
list-style-type: square;
margin: 0 0 4px 0;
}

.date {
font-size: 11px;
color: #ff0000;
}

#hours {
padding: 0 0 0 17px;
margin: 0;
}