* {
margin: 0px;
padding: 0px;
color:#454545;
}

html {
background:white url(/images/woodie.jpg) repeat 0 0;
font:12px Arial, Helvetica, sans-serif;
}

/********************** LAyout ****************/
#wrapper {
margin:0 auto;
width:870px
}

#header .nav h1 {
position: absolute;
margin-left:60px;
background:transparent url(/images/logo.png) no-repeat 0% 0%;
height:315px;
width:306px;
overflow:hidden;
text-indent:-500px;
}

.nav {
background:transparent url(/images/top-rounds.png) no-repeat 0% bottom;
height:112px;
}

.opening {
background-image:url(/images/contain-bgshad.png);
padding: 25px 90px 40px 360px;
}

#container {
background-color: transparent;
border-top:1px solid transparent;
background-repeat:repeat-y;
background-image:url(/images/contain-bgshad.png);
padding-bottom:50px;
}

#footer {
height: 60px;
background:transparent url(/images/bottom-rounds.png) no-repeat 0% 0%;
}

#container, #footer {
padding-left:120px;
padding-right:100px;
}

/********************** LAyout ****************/

h1,h2,h3,h4,h5,h6 {
font-family: georgia;
font-style: italic;
letter-spacing: 0.5px;
font-weight:700;
}

h1 {
font-size:20px;
}

h2 {
color: #2B1E08;
font-size: 30px;
font-weight: normal;
line-height: 1.3em;
}

a:link,a:visited {
color:#00bff3;
outline:none;
text-decoration:none
}

a:hover,a:active,li a.active {
color:#2b1e08;
text-decoration:none;
}

p {
color:#58513F;
letter-spacing: 0.5px;
margin-bottom:1.5em;
line-height: 1.7em;
/*padding:5px 7px 10px 5px;*/
}

img,a img {
border:none;
outline:none
}

.link a{
font-weight: bold;
padding-left: 10px;	
}