body{
background: #2f231c;
margin: 0;
font-size: 100%;
font-family: "Times New Roman", Times, serif;
}

img{
border: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.wrapper{
width: 740px;
margin: 0px auto 10px auto;
}

#header{
background: #fff;
height: 130px;
padding: 40px 0 0 0;
}

a{
color: #c3bb95;
text-decoration: none;
}

a:hover{
color: #dddabf;
text-decoration: underline;
}

p{
margin: 0;
padding: 0;
}

#description{
background:url(../img/description.png) no-repeat left top;
width: 128px;
height: 35px;
color: #FFFFFF;
text-indent: -9999px;
}

h1{
background: url(../img/logo.png) no-repeat top right #2f231c;
text-indent: -9999px;
display: block;
width: 348px;
height: 172px;
margin: 120px 0 0 392px;
padding: 0;
}

em{
font-style: italic;
color: #a1cbb0;
}

strong{
color: #d54b1b;
}

.intro{
color: #82755f;
line-height: 1.5em;
font-size: 1.25em;
word-spacing: 0.1em;
margin-top: 50px;
margin-left: 19px;
}

.big{
font-size: 2.5em;
padding:17px 13px 5px 0;
float: left;
color: #4d3e34;
}

#footer{
text-align: right;
font-size: 0.8em;
margin-top: 0px;
color: #82755f;
margin-bottom:10px;
}

#copyright{
margin-right: 20px;
}

#valid a{
color: #c3bb95;
text-decoration: underline;
}

#valid a:hover{
color: #dddabf;
text-decoration: none;
}