/* CSS Document */
body { font-family:Verdana, Arial, Helvetica, sans-serif; background-color:#2e3192; height:100%; color:#2e3192;}
a:link { color: white; }
a:hover { color:#f78f1f; }

.dj {list-style:none; color:#2e3192;}
.dj li { display: inline; padding:10px 0 10px 0;}



#wrapper {width:776px; margin:0 auto; border-bottom: 0px;}
#header1 { position:relative;height:20px; margin:0 auto; width:300px;}

#logo { position: relative; left: 15px; bottom: -5px; width:150px; }
#header1 #donate { position: relative; bottom: 0px; top: 0px; left: 540px;  }
#header1 #buy { position: relative; bottom: 0px; top: 0px; left: 630px;  }
#header1 #share { position: relative; bottom: 0; top: 0px; left: 750px;  }

#header2 {color:#FFFFFF; height:20px; margin:0 auto;}
#committee{position: relative; left: 380px;	top:70px; bottom: -20px;}
#header2 #djList{position: relative; left: 530px; top: 0px;	bottom: 0;	}
#header2 #sponsors{ position: relative;left: 661px; top: 0px; bottom: 0;	}

#title { color: #EC008C; font-weight: bold;}
#subtitle {	color: #00AEEF; font-weight: bold; font-size: 80%; }

.menu {
  display:table;           
  padding:0;
  margin:0 auto;
  font-family: arial, helvetica, sans-serif;
  white-space:nowrap;
  list-style-type:none; position:relative; top: 40px; left: 185px; bottom: 40px;
  }
* html .menu {
  display:inline-block;
  width:1px;
  padding:0 1px;
  }  
.menu li {
  display:table-cell;
  }
* html .menu li {
  display:inline;
  }

.menu2 {
  display:table;
  padding:0;
  margin-bottom:-85px;
  font-size:12px;
  font-weight:bold;
  white-space:nowrap;
  list-style-type:none; position:relative; top: -110px; left: 250px;
  }
* html .menu2 {
  display:inline-block;
  width:1px;
  padding:0 2px;
  }  
.menu2 li {
  display:table-cell;
  }
* html .menu2 li {
  display:inline;
  }
.menu2 a {
  display:block;
  padding:0.2em 1.5em; 
  color:#ffffff; 
  text-decoration:none;
  font-weight:bold;
  }
* html .menu2 a {
  display:inline-block;
  margin:0 -2px; 
  }
.menu2 a:hover {
  color:#00aeff; 
  }




