/* General */
body { background-color: #330000; background: url('../images/bg.png') repeat;}
#container { width: 1100px; height: 100%; margin: 0px auto; border: 1px solid #330000; background: url('../images/header2.png') no-repeat; }
#page { width: 666px; margin: 190px 0px 40px 225px; padding-bottom: 5px; border: 0px solid #000; background-color: #cccccc; }

/* Navigation */
#nav { border-top: 0px solid #dcdcdc; border-bottom: 0px solid #dcdcdc; height:35px; margin: 0px 0px 5px 0px; padding: 0px 10px; background-color: #595959;}
#nav ul { margin-left: 15px; }
#nav ul li { display: block; float: left; height: 28px; padding: 10px 20px 0px 10px; margin: 0 10px 0 0; border-right: 0px solid #FFF; font-size: 14px; }
#nav ul li.last { border-right: 0px solid #dcdcdc; margin-right: 0px; }
#nav ul li a { color: #FFF; text-decoration: none; font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; }
#nav ul li a:hover{ color: #5e0101; }
#nav ul li a.selected { color: #000; }

/* Footer */
#footer { margin: 10px 0 30px 0; text-indent: 3px; border-top: 0px solid #000; }
#footer img { margin-top: 3px; }


