<html>
<title>
Davis Drinks!
</title>
<head>
<style type="text/css">


h1 {
background-color:black;
color:white;
text-align:center;
}

h2
{
background-color:blue;
color:white;
text-align:center;
}

h3 {

color:white;
background-color:blue;
text-align:center;
}
body{


margin:0;
padding:0;
background-color: black;
}


 a.linkText {

    color :yellow;

    font-family : arial;

    font-size : 22px;

    font-weight : bold;

    text-decoration : none;

    }

 a.footerlinktext  {

   Color: white;
   font-family: arial;
   font-size:10px;
   font-weight: bold;
   text-decoration:none;
   align:center;
}


div.topsection
{

background-color:black;
color:white;
text-align:center;
height:90px;

margin-top:0px;
margin-left:10px;
margin-right:10px;

}


div.push
{
height:1500px;
text-align:center;
}


div.footer {
font-size:12pt;
color:white;
text-align:center;
height: 150px;

}

div.headerlinks
{



font-size:20pt;
color:yellow;
text-align:center;



}


div.left
{

margin-right: 550x;
background-color:white;
width:300px;

padding:10px;
border:5px solid blue;
margin:10px;


}

div.maincontainer{
width:970px;
margin: 0 auto; /*center container on page*/

}


div.contentwrapper /*aligns the left and right columns on the top, but i dont know how*/
{
float:left;
width:100%;
min-height: 100%;
height:auto !important;
margin: 0 auto -400px;
}

div.right
{

background-color:white;
width:570px;
float:right;
padding:10px;
border:5px solid blue;
margin:10px; 

}

div.centeredimage
{
text-align:center;
display:block;
}



.spiffy{display:block}
.spiffy *{
  display:block;
  height:2px;
  overflow:hidden;
  font-size:.01em;
  background:#0D3BF5}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #090f4c;
  border-right:1px solid #090f4c;
  background:#041b86}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #0f0311;
  border-right:1px solid #0f0311;
  background:#031d90}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #031d90;
  border-right:1px solid #031d90;}
.spiffy4{
  border-left:1px solid #090f4c;
  border-right:1px solid #090f4c}
.spiffy5{
  border-left:1px solid #041b86;
  border-right:1px solid #041b86}
.spiffyfg{
  background:#0D3BF5}







</style>
</head>

</html>