/* General */
body { background: url('../images/background.png') no-repeat fixed; background-color: #663399;}
#container {width: 747px; height: 100%; margin: 35px 0 0 250px; border: 1px solid #fff; background: url('../images/header.png') no-repeat; background-color: #FFF; }

/* Navigation */
#nav { border-top: 0px solid #dcdcdc; border-bottom: 0px solid #dcdcdc; height:35px; margin: 190px 0px 5px 0px; padding: 0px 10px;}
#nav ul { margin-left: 0; }
#nav ul li { display: block; float: left; height: 28px; padding: 7px 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: #000; }
#nav ul li a.selected { color: #000; }

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

