Team:Lubbock TTU

Lubbock_TTU

Text

<script> body {

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   color:#333

}

p {

   padding: 10px;

}

  1. wrapper {
   margin: 0 auto;
   width: 1000px;

}

  1. header {
   float: left;
   height: 75px;
   width: 1000px;
   background: #FF6633;

}

  1. navigation {
   float: left;
   height: 40px;
   width: 1000px;
   background: #FFCC33;

}

  1. content {
   float: left;
   background: #FFFFFF;
   width: 1000;

}

  1. footer {
   height: 40px;
   width: 1000px;
   background: #33FF66;
   clear: both;

} </script>