body{
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
}

h1{
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   font-weight: medium;
   font-size: 80%;
   color: #7f0540;
   text-align:center;
}

h2{
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   font-weight: medium;
   font-size: 80%;
   color: #7f0540;
   text-align:left;
   padding-bottom: -10px;
}

p{
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   font-size: 80%;
   color:#b58d61;
   font-weight: bold;
   text-align: center;
}

p.left{
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   font-size: 80%;
   color:#b58d61;
   font-weight: bold;
   text-align: left;
}

p.feature{
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   font-size: 83%;
   color:#f7e8d1;
   font-weight: bold;
   text-align: right;
   padding-right: 10px;
   padding-top: 5px;
}

p.header{
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   font-size: 90%;
   color:#f7e8d1;
   font-weight: bold;
   text-align: center;
   padding-right: 10px;
   padding-top: 5px;
}

p.footer{
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   font-size: 70%;
   color:#977c57;
   font-weight: bold;
   text-align: center;
}

p.legal{
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   font-size: 70%;
   color:#ffffff;
   font-weight: medium;
   text-align: center;
}

a{
   color: #7f0540;
   text-decoration: none;
}

a.:hover{
   color: #000000;
   text-decoration: none;
}

a.footer{
   color: #977c57;
   text-decoration: none;
}

a.footer:hover{
   color: #ffffff;
   text-decoration: none;
}

a.adminlink{
   color: #ffffff;
   text-decoration: none;
}

a.adminlink:hover{
   color: #000000;
   text-decoration: none;
}

li{
   font-family: Arial Narrow, Arial, Helvetica, sans-serif;
   font-size: 80%;
   color:#b58d61;
   font-weight: bold;
   list-style-type: square;
}

hr {
   height: 1px;
   width: 100%;
   color: #bf9d71;
}  

img {
border:none;
}
