Remove SOLID LINE ABOVE Masthead
---------------------------------
Find this code in 'style.css' and comment it out with /* and */
#masthead h1 { ... /* border-top: 1px solid #ccc; */ ... }
.
.
Remove DOTTED LINE BELOW Masthead
----------------------------------
Find this code in 'style.css' and comment it out with /* and */
ul#nav { ... /* background: url('images/hr_dot_black.gif') repeat-x; */ ... }
.
.
Note: Before making any code changes, be sure to backup the original files.
Elipses, three dots [...], means other stuff not shown.