/* General */
body { background: url('../images/botox_bg.jpg') no-repeat fixed; }
#container { width: 610px; height: 100%; margin: 35px 0 0 270px; }

/* Navigation */
#nav { border-top: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc; height:35px; margin: 15px -20px 5px 0px; }
#nav ul { margin-left: 0; }
#nav ul li { display: block; float: left; height: 28px; padding: 7px 15px 0px 0px; margin: 0 6px 0 0; border-right: 1px solid #dcdcdc; font-size: 15px; }
#nav ul li.last { border-right: 0px solid #dcdcdc; margin-right: 0px; }
#nav ul li a { color: #858333; text-decoration: none; }
#nav ul li a:hover{ color: #7d7d7d; }
#nav ul li a.selected { color: #7d7d7d; }

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


