* {
     border: none;
     margin: 0px;
     padding: 0px;
}
body {
     font-family: "Trebuchet MS", Trebuchet, sans-serif;
     background-color: #6f8f9c;
     background-image: url(images/guitar/guitar-background.jpg);
     background-repeat: no-repeat;
     background-attachment: fixed;
}
a {
     text-decoration: none;
}
#container {
     width: 600px;
     margin-top: 10px;
     margin-left: auto;
     margin-right: auto;
}
#header, #aboutMe, #footer {
     background-image: url(images/guitar/div-background.png);
     border: 1px #fff outset;
}
#header {
     height: 72px;
}
h1 {
     color: #cc6600;
     text-indent: 25px;
     line-height: 50px;
     font-family: Times, "Times New Roman", serif;
}
#nav {
     font-size: .9em;
     font-weight: bold;
     text-align: center;
     font-weight: bold;
     margin-top: 5px;
     width: 100%;
     margin-left: 12px;
}
#nav a {
     float: left;
     width: 90px;
     height: 30px;
     text-align: center;
     color: #cc6600;
     font-weight: bold;
     line-height: 2em;
     border-top: 1px #fff solid;
     border-left: 1px #fff solid;
     border-bottom: 1px #666 solid;
     border-right: 1px #666 solid;
     margin-right: 5px;
     background-image: url(images/guitar/div-background.png);
}
#nav a:hover {
     color: #666;
     border-top: 1px #666 solid;
     border-left: 1px #666 solid;
     border-bottom: 1px #fff solid;
     border-right: 1px #fff solid;
}
#nav .current {
     color: #666;
     border-top: 1px #666 solid;
     border-left: 1px #666 solid;
     border-bottom: 1px #fff solid;
     border-right: 1px #fff solid;
}
#nav li {
     list-style-type: none;
     display: inline-block;
}
#nav ul li {
     margin: 0px;
     padding: 0px;
     list-style-type: none;
     display: inline;
}
#nav ul {
     margin: 0px;
     padding: 0px;
}
#aboutMe {
     float: left;
     margin-top: 5px;
     padding-top: 10px;
     padding-bottom: 20px;
     width: 600px;
}
#aboutMe p {
     text-align: justify;
     line-height: 1.4em;
     letter-spacing: 1px;
     font-size: .9em;
     color: #333333;
     text-indent: 1.4em;
     padding-top: 10px;
     padding-right: 20px;
     padding-left: 20px;
}
#aboutMe a:link {
     color: #cc6600;
}
#aboutMe a:visited {
     color: #336666;
}
#aboutMe a:hover {
     border-bottom: 1px dotted;
}
#aboutMe img {
     padding: 15px;
     border: 2px outset;
     margin-top: 15px;
     margin-right: 15px;
     margin-left: 20px;
     background-color: #fff;
}
#aboutMe .leftImage {
     float: left;
}
#aboutMe .rightImage {
     float: right;
}
#smallList {
     width: 100%;
     text-align: center;
}
#smallList ul {
     color: #666666;
     font-family: Courier, "Courier New", monospace;
     font-size: .75em;
     font-weight: bold;
     display: list-item;
     list-style-type: none;
}
#smallList li {
     display: inline;
}
h3 {
     color: #336666;
     font-family: Times, "Times New Roman", serif;
     line-height: 1.4em;
     border-bottom: 1px dotted;
     padding-top: 10px;
     padding-left: 20px;
     font-weight: bold;
     font-size: 1.2em;
}
.citation {
     font-size: .6em;
     vertical-align: +.4em;
}
h4 {
     text-align: right;
     font-size: .8em;
     padding-right: 25px;
}
#footer {
     float: left;
     margin-top: 10px;
     text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
     width: 600px;
}
h5 {
     color: #666666;
     font-weight: lighter;
     letter-spacing: 1px;
     font-size: .75em;
}
#valid {
     float: left;
     Margin-top: 10px;
}
#valid p {
     text-align: right;
}
dl {text-align: justify;
     line-height: 1.4em;
     letter-spacing: 1px;
     font-size: .9em;
     color: #333333;padding: 10px 40px 10px 40px;
}
dt {text-align: center;font-size: 1.2em;
     font-weight: bold;
     font-style: italic;
     color: #006666;padding: 10px
}