* {
     margin: 0px;
     padding: 0px;
}
body {
     font-family: Verdana, Helvetica, Arial, sans-serif;
}
#container {
     width: 600px;
     margin-left: auto;
     margin-right: auto;
}
#header {
     margin-top: 31px;
     padding-bottom: 5px;
}
h1 {
     margin-left: 10px;
     background-image:    url("images/illustration/h1.jpg");
     background-repeat: no-repeat;
     width: 256px;
     height: 63px;
     text-indent: -9999px;
     background-position: bottom;
}
#nav {
     width: 600px;
     height: 50px;
     background-image:    url("images/illustration/nav-bg.gif");
     background-repeat: no-repeat;
}
#nav {
     margin: 0;
     padding: 0;
     width: 600px;
     float: left;
     /* Contain floated list items */
}
#nav li {
     list-style-type: none;
     margin: 0;
     padding: 0;
     float: left;
}
#nav a {
     float: left;
     width: 100px;
     height: 44px;
     color: #FFF;
     text-decoration: none;
     line-height: 2.2;
     text-align: center;
     font-weight: bold;
}
#nav a:hover {
     background-image:    url("images/illustration/a-hover.gif");
     background-repeat: no-repeat;
     background-position: center;
}
#aboutMe {
     font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
.current {
     background-image:    url("images/illustration/a-hover.gif");
     background-repeat: no-repeat;
     background-position: center;
}
h2 {
     color: #333333;
     padding-bottom: 10px;
}
#footer {
     color: #fff;
     background-color: #73be1e;
     padding-top: 5px;
     padding-bottom: 5px;
     margin-top: 5px;
     clear: both;
}
h5 {
     font-weight: lighter;
     text-align: center;
     letter-spacing: 2px;
}
#valid {
     padding-top: 5px;
}
#valid p {
     text-align: right;
}
#valid img {
     border: none;
}
p {
     color: #666666;
     font-size: .9em;
     text-align: center;
}
#gallery {
     clear: both;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}
#galleryList {
}
#gallery img {
     border: none;
     padding-top: 20px;
}
#gallery ul {
     display: inline;
}
#gallery li {
     list-style-type: none;
     background-image:    url("images/illustration/pic-back.jpg");
     background-repeat: no-repeat;
     width: 200px;
     height: 200px;
     float: left;
     text-align: center;
     background-position: center center;
}
#gallery a {
     text-decoration: none;
     border: none;
}
h3 {
     color: #73be1e;
}