﻿#container1{margin-left: auto;
                     margin-right: auto;
                     border: solid 3px #5F5959;
                     width: 750px;
                     background-color: #FAFAFA;
}



body {background-image: url(grayswirls.jpg);
           background-attachment: fixed;
}

#taskbar {width: 750px;
                  height: 25px;
                  background-color: #413F3F;
                  margin-left: auto;
                  margin-right: auto;
                
  
}

.nav {text-align: center;
          font-family: "Trebuchet MS", "Verdana", sans-serif;
          font-size: 17px;
          
          margin-left: auto;
          margin-right: auto;
}

.nav a:link {color: #B3B3B3;
                    text-decoration: none;
}

.nav a:hover {color: #A9A9A9;
                       text-decoration: none;
}

.nav a:visited {color: #707070;
                         text-decoration: none;
}

li a:link {color: #404040;
            text-decoration: none;
}

li a:hover {color: #0D0D0D;
                  text-decoration: none;
}

li a:visited {color: #757575;
                 text-decoration: none;
}


#content {overflow: hidden;
                 background-color: #EBEBEB;
                 width: 710px;
                  font-family: "Trebuchet MS", "Verdana",  sans-serif; 
                  color: #343030;
                  padding: 20px;
                  font-size: 13px;
}

h1 {font-family: "Trebuchet MS", "Verdana", sans-serif;
       text-align: center;
       font-size: 30px;
}

h2 {font-family: "Trebuchet MS", sans-serif;
      font-size: 20px; 
}

h3 {font-family: "Trebuchet MS", sans-serif;
      font-size: 16px; 
}

#contact {text-align: center;
}

#links {text-align: center;
}



#disclaimer {text-align: center;
                      font-family: "Verdana", sans-serif;
                      font-size: 10px;
                      color: #191717;
}

#disclaimer a:link, a:visited {color: #191717;
                                                 text-decoration: none;
}

#disclaimer a:hover {color: #D3D3D3;
}

li {line-height: 2;
     
}

#faq a:link, a:visited {color: #171717;
                                      text-decoration: none;
                                      
}

#headshot {position: relative;
                     float: right;
}