@charset "UTF-8";
/* CSS Document */

#body {
overflow:hidden;
z-index:1;
width:981px;
}

#article {
background-image:url(../images/wood-types/header-bg.png);
background-repeat:no-repeat;
overflow:hidden;
height:800px;
float:left;
width:260px;
}


#article h3 {
font-size:34px;
font-style:italic;
padding-left:38px;
padding-top:25px;
margin-bottom:20px;
}

#article p {
width:200px;
float:left;
color:black;
text-align:left;
font-size:14px;
margin:0px 0px 27px 60px
float:left;
margin-left:35px;
line-height:18px;
}




.firstcharacter { 
float: left; 
color: black; 
font-size: 75px; 
line-height: 55px; 
padding-top: 4px; 
padding-right: 8px; 
padding-left: 3px; 
font-family: Georgia;

}

.wood-types-container {
float:right;
overflow:hidden;
width:650px;
margin-right:1px;
position:relative;

}

.wood-types {
float:left;
width:650px;
padding: 40px 0px;
border-bottom:1px solid #efefef;
}

.swatch {
padding:6px;
border:1px solid #999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 2px 2px rgba(9, 9, 9, .2);
-moz-box-shadow: 0px 0px 2px 2px rgba(9, 9, 9, .2);
box-shadow: 0px 0px 2px 2px rgba(9, 9, 9, .2);
}

.wood-types h4 {
font-size:18px;
font-weight:bold;
padding-bottom:10px;

}

.wood-types p {
color:black;
text-align:left;
float:left;
width:370px;
padding:0px 50px 0px 0px;
}

.swatch {
float:left;
margin-right:20px;
}

.ornate-top{
position: absolute;
top:0px;
right:0px;
}


.ornate-bottom {
position: absolute;
bottom:0px;
right:0px;
}






















