body {
   background-color: #CCCCCC;
   text-align: center;
}

#verytopbar {
   background-color: navy;
   height: 15px;
   width: 1000px;
}

#topbar {
   background-color: navy;
   height: 35px;
   width: 1000px;
   text-align: center;
   color: #F0F0F0;
   font-size: 25px;
   font-style: italic;
}

#test {
   border-style: groove;
   border-width: 6px;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
   background-color: white;
}

h1 {
   text-align: center;
}

h2 {
   text-align: center;
}

h3 {
   text-align: center;
   color: navy;
}

a {
   border-style: none;
}

img {
   border-style: none;
}

li {
   padding-left: 15px;
}

#sidebar {
   background-color: navy;
   height: 752px;
   width: 185px;
   
}

#sidebuttons {
   position: absolute;
   margin-top: 10px;
   margin-left: 5px;
   width: 25%;
}

#content {
   position: absolute;
   margin-left: 185px;
   padding-top: 5px;
   padding-left: 20px;
   background-color: white;
   height: 747px;
   width: 63%;
}

#salecontent {
   position: absolute;
   margin-left: 185px;
   padding-top: 5px;
   padding-left: 20px;
   background-color: white;
   height: 1247px;
   width: 58%;
   text-align: left;
}

#salesidebar {
   background-color: navy;
   height: 1252px;
   width: 185px;
   
}

#boardingcolumntwo {
   position: absolute;
   margin-left: 400px;
   margin-top: 110px;
   width: 300px;
}

#boardingcolumnone {
   background-color: white;
}

#boxaddress {
   background-color: #3A5FCD;
   text-align: center;
   width: 370px;
   margin-left: 435px;
   font-size: 20px;
}

#tabbedin {
   padding-left: 25px;
   width:400px;
}

#lessonscolumntwo {
   position: absolute;
   margin-left: 470px;
   margin-top: 68px;
   width: 300px;
}

#caption {
   width: 500px;
   margin-left: 10px;
}

#pgcaption {
   width: 500px;
   margin-left: 200px;
}

#description {
  width: 300px;
  text-align: center;
}

#lessonsdescription {
  width: 300px;
  text-align: center;
}

#lessonscaption {
   width: 300px;
   position: absolute;
   margin-left: 450px;
   margin-top: -160px;
}

