*{
margin: 0;
padding: 0;
}
/*------links*/
a:link, a:active, a:visited {
text-decoration: none;  
color: #bdad5e;
}
a:hover {
text-decoration: none;  
color: #c1bf8e;
background-color: #64400c;
}
a.imglink:hover{
background: transparent;
border: 0;
}
/*------ divs */
#container{
margin: 0 auto;
width: 540px;
text-align: left;
}
#header{
width: 540px;
height: 335px;
margin: 0 auto;
background-image: url(img/danielbruhl.jpg);
}
#content {
width: 100%;
margin: -5px auto;
background: #636354;
}
#footer{
width: 100%;
height: 10px;
}

#stats{
margin-top: 15px;
text-align: right;
width: 80%;
margin: 0 auto 15px;
}
#stats .versales{
width: 50%;
text-align:left;
}

#fansfansfans{
margin: 0 auto;
width: 200px;
text-align: center;
}
/*------ menu */
#menu{
width: 100%;
height: 50px;
background: #a09d7e;
}
ul#navlist{
float: left;
display: inline;
width: 100%;
text-align: center;
}

ul#navlist li{
text-transform: uppercase;
display: inline;
float: left;
margin: 0 auto;
padding: 10px 2px;
letter-spacing: 1px;
}

#navlist a, #navlist a:link{
margin: 0;
padding: 5px 2px;
color: #353501;
text-decoration: none;
font-style: italic;
font-weight: bold;

}

#navlist a:hover{
border: 0;
background: transparent;
color: #e3d7a2;
}
/*------------html tags */
body {
color: #ebe4b0;
font-family: arial, tahoma, sans-serif;
font-size: 13px;
background-image: url(img/fondo.jpg);
background-repeat: repeat-x;
background-color: #e2e2ce;
}
h1, h2, h3, p{
margin-left: 15px;
}
h1 {
font-family: verdana, arial, tahoma, sans-serif;
height: 30px;
font-size: 18px;
text-transform: uppercase;
color: #aeba00;
margin-top: 30px;
letter-spacing: 0.2em;
}
h2 {
height: 40px;
margin-top: 30px;
color: #fcfa7c;
font-size: 16px;
margin-bottom: -5px;
}

p{
margin-right: 15px;
margin-bottom: 15px;
line-height: 15px;
text-align: justify;
line-height: 20px;
}
i, em{
color: #e4f123;
}
b, strong{
font-weight: normal;
text-transform: uppercase;
font-size: 0.9em;
}
img {
border: 0;
margin: 2px;
}
ul{
margin-left: 40px;
list-style-image: url(img/ul.png);
line-height: 22px;
}

table{
width: 95%;
margin: 0 auto;
border: 0;
}
td{
padding: 3px;
}
code{
color: #bdad5e;
width: 400px;
text-align: left;
display: block;
margin: 10px auto 25px auto;
font-size: 13px;
padding: 3px;
border: 1px dashed #bdad5e;
}
textarea,select,input,option{
color: #bdad5e;
background-color: transparent;
border: 0;
border-bottom: 2px dashed #bdad5e;
}
.versales{ 
font-size: 14px;
font-variant: small-caps;
color: #ead4bd;
}
.clear{
clear: both;
width: 100%;
height: 10px;
}
.centered{
text-align: center;
}
.linkcode{
margin: 0 auto;
}
.credit{
margin-top: 30px;
font-size: 10px;
text-transform: uppercase;
text-align: center;
}
#affs{
width: 90% ;
margin: 20px auto;
text-align: center;
}

/*------ fanupdate */
.datecat{
color: #fcfa7c;
font-size: 12px;
letter-spacing: 0.2em;
text-transform: uppercase;
margin-bottom: -5px;
}
.archivelink {
text-align: center;
}