@charset="utf-8";


#wrapper { width: 760px;
           margin:0 auto;
		   Padding: 0px;
		   background-color: #ffffff;
		   text-align: left;
		   }
		   
#footer{font-size:10px;
		      width:750px;
	          background-color:#330033;
			  border-top:1px solid #CC33FF;
			  border-bottom:1px solid #CC33FF;
			  margin:0 auto;
		
		      padding:0;
		      text-align:center;
          position: absolute;
		}
		   
 h2{ font-size: 50px;
      color:#663300
           }
		   
		   
/* this controls the menu toolbar*/
   #nav {
      width: 100%;
      float: left;
      margin: 0 0 3em 0;
      padding: 0;
      list-style: none;
      background-color: #330033;
      border-bottom: 1px solid #ccc; 
      border-top: 1px solid #ccc; }
   #nav li {
      float: left; }
   #nav li a {
      display: block;
      padding: 8px 15px;
      text-decoration: none;
      font-weight: bold;
      color: #E0CCE0;
      border-right: 1px solid #ccc; }
   /*This controls when the mouse hovers it*/
   #nav li a:hover {
      color: #291400;
      background-color: #856685; }
   /* End navigation bar styling. */
   
   /* This is just styling for this specific page. */
   body {
      background-color: #555; 
      font: small/1.3 Arial, Helvetica, sans-serif; }
	  
   #wrap {
      width: 750px;
      margin: 0 auto;
      background-color: #fff; }
	  
   /*This code controls the top bar*/
   h1 {
      font-size: 1.5em;
      padding: 1em 8px;
      color: #333;
      background-color: #331A00;
      margin: 0; }
	  
   h2{font-size:10px;
	padding:15px 10px;
	margin:0;
	}
	
	hr{border:2px solid #331A00
   }
	  	 
    



      .tabs input[type=radio] {
          position: absolute;
          top: -9999px;
          left: -9999px;

      }
      .tabs {
        width: 650px;
        float: none;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 75px auto;
      }
      .tabs li{
        float: left;
        background-color: #330033;
      }
      .tabs label {
          display: block;
          padding: 10px 20px;
          border-radius: 2px 2px 0 0;
          color: #330033;
          font-size: 20px;
          font-weight: normal;
          font-family: 'Lily Script One', helveti;
          background: rgba(255,255,255,0.2);
          cursor: pointer;
          position: relative;
          top: 3px;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
      }
      .tabs label:hover {
        background: rgba(255,255,255,0.5);
        top: 0;
      }
       
      [id^=tab]:checked + label {
        background: #330033;
        color: white;
        top: 0;
      }
       
      [id^=tab]:checked ~ [id^=tab-content] {
          display: block;
      }
      .tab-content{
        z-index: 2;
        display: none;
        text-align: left;
        width: 100%;
        font-size: 20px;
        line-height: 140%;
        padding-top: 10px;
        background: gray;
        padding: 15px;
        color: white;
        position: absolute;
        top: 53px;
        left: 0;
        background-color: #AD99AD;
        box-sizing: border-box;
        -webkit-animation-duration: 0.5s;
        -o-animation-duration: 0.5s;
        -moz-animation-duration: 0.5s;
        animation-duration: 0.5s;
      }


