/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#736841;
text-align:justify;
background-color:#19160d;
margin:0;
}

a{
color:#736841;
text-decoration:none;
}

a:hover{
color:#a6975f;
text-decoration:none;
}

.default{
background-image:url(images/default.jpg);
background-repeat:no-repeat;
}

.bg{
background-color:#19160d;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
background-position:center;
height:556px;
}

.link {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #5f5431;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
}

.link a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #5f5431;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
}

.link a: hover{
font-family:Arial, Helvetica, sans-serif;
color: #a6975f;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
}