/* CSS Document */
body { background:#000; font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px; text-align:center }

#stars { background:url(images/bground.jpg) left top repeat fixed; position:fixed; top:0; left:0; height:50%; width:100% }
#city { background:url(images/cityofdc.jpg) center repeat-x fixed; margin:0px; padding:0px; position:relative }

#outer { background:#fff url(images/header.jpg) top left no-repeat; margin:auto; padding:0px; width:770px; border:0px solid #333 }
#inner { margin:0; padding:0; width:770px }

/* HEADER */
#header { height:215px; margin:5px 20px 0px 0px; padding:5px 20px 0px 0px; text-align:right }
#slideshow { float:right; width:455px; height:125px; text-align:right }

/* CONTENT */
#content { border:#000 0px solid; padding:10px 10px 0px 10px; font-size:12px; text-align:left }

/* FOOTER */
#footer { background:#000000 url(images/footer.jpg) top left no-repeat; color:#999999; font-size:10px; margin:auto; padding:58px 5px 5px 5px; text-align:left; width:760px }

/* NAVIGATION */
#navcontainer { margin:0 auto; border-bottom:0px solid #ddd; padding:0px; text-align:left }
#navlist { text-align:right; margin:0 auto; padding:0; text-indent:0; list-style-type:none }
#navlist li { padding:0; margin:0; text-indent:0; display:inline }
#navlist a { letter-spacing:-1px; text-decoration:none; color:#cccccc; font-size:18px; padding:0 2px }
#navlist a:hover { color:#7288C0 }