body{
  background: #ffe url(http://misshallelujah.net/Images/background.png) center center repeat fixed;
  font-family: "lucida grande", "Verdana","Arial", sans-serif;
  color: #000;
  font-size:13px;
  line-height:17px;
  text-align: justify;
  }
  
  a {
  color: #999;
  text-decoration: none;
  }
  
  a:hover{
  border-bottom: 2px #999 dashed;
  }
  
  h1 {
  font-family: "Arial black", sans-serif;
  font-size:25px;
  line-height: 30px;
  color: #c1005e;
  font-weight:normal;
  text-transform:lowercase;
  display:inline;
  }
  
  h2 {
  font-family: "Lucida Grande", sans-serif;
  font-size:12px;
  color: #ff9600;
  font-weight:bold;
  text-transform:uppercase;
  display:inline;
  }
  
  #content{
  background-color: none;
  width:700px;
  margin: 15px 15px;
  padding:5px;
  margin-left: auto;
  margin-right: auto;

  }
  
  #header {
  background:
  transparent url(Images/header2.png) top left no-repeat scroll;
  width:700px;
  height:200px;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
  z-index: 1;
  margin: 5px 0 10px 0;
  }
  
  #navigation{
  float: top;
  width: 100%;
  padding: 25;
  margin: 0 0 -25px 0;
  background-color: none;
  }

 #navigation a{
  padding: 5px;
  background-color: #00937e;
  margin: 3px;
  font-family: "Arial black", sans-serif;
  font-size: 22px;
  font-padding: 6px;
  color: #ff9600;
  font-weight:normal;
  text-transform:lowercase;
  }
  
  #navigation a:hover{
  color: #c1005e; 
  background-color: #000;
  }
  
  #maincontent{
  
  padding:25px;
  min-height: 300px;
  background-color: #f9f9f9;
  border: solid #aaaaaa 2px;
  margin: auto;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
  margin: 0 200px 15px 0px;
  }
  
  .info {
  font-size:10px;
  text-align: justify;
  }

 #sidebar{
  width: 150px;
  float: right;
  padding: 10px;
  min-height: 330px;
  background-color: #fefefe;
  border: solid #aaaaaa 2px;
  margin: auto;
  -moz-border-radius: 15%;
  -webkit-border-radius: 15%;
  margin: 0 0 15px 0;
  font-size: 10px;
  text-align: left;
  }
  
  #credits{
  width: 700px;
  padding: 7px;
  background-color: #fefefe;
  border: solid #aaa 2px;
  -moz-border-radius: 3%;
  -webkit-border-radius: 3%;
  margin: 15px 200px 0 0;
  
  font-family: "Arial black", sans-serif;
  font-size: 12px;
  text-align: center;
  color: #0aa;
  font-weight:normal;
  text-transform:lowercase;
  
  }
  

