@charset "utf-8";
/* CSS Document */
a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #110119;
text-decoration:overline;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: center;

}
#wrapper{
width: 550px;
margin: 0 auto;
}
.box{
background: #000;
}
.boxholder{
clear: both;
padding: 3px;
background: #ccc;
}
.tab{
float: left;
height: 32px;
width: auto;
margin: 0 1px 0 0;
text-align: center;
background: #110119;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;

padding-right:3px;
}
#footerLinege{padding-top:10px;}
.yearheader { color:#b08807; text-align: center;}



