@charset "utf-8";
/* CSS Document */


body{
margin: 0 auto 0 auto;
 background-image: url("http://www.rysersflooring.com/images/woodfloorbackground.jpg");
 background-repeat:repeat;
 background-attachment: fixed;
}

.box{
background-color:#ffffff;
background-repeat:repeat-y;
margin: 0px auto 0px auto;
display:block;
width:914px;
padding:0px;
}

.header{
margin: 0px 0px 0px 0px;
width:914px;
height:220px;
padding:0px;
}

.sidebar{
margin: 0px 0px 0px 0px;
width:207px;
padding:0px;
float:left;
}


.contentarea{
background-color:#ffffff;
 background-repeat: repeat-x;
 background-attachment: fixed;
padding:0px;
margin: 0px auto 0px auto;
width:705px;
float:left;
border-left: thin solid #b99549;
}

.contentarea2{
background-color:#ffffff;
 background-repeat: repeat-x;
 background-attachment: fixed;
padding-left:52px;
padding-right:25px;
margin: 0px auto 0px auto;
width:628px;
float:left;
}

.contentarea3{
background-color:#ffffff;
 background-repeat: repeat-x;
 background-attachment: fixed;
padding-left:30px;
padding-right:25px;
margin: 0px auto 0px auto;
width:400px;
float:left;
border-right: thin solid #b99549;
}

.contentarea4{
background-color:#ffffff;
 background-repeat: repeat-x;
 background-attachment: fixed;
padding-left:20px;
padding-right:20px;
margin: 0px auto 0px auto;
width:200px;
float:left;

}




h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
color:#8a9b35;
}

.text{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#b99549;
text-decoration:none;
}


.bottom{
margin: 0px 0px 0px 0px;
width:914px;
height:106px;
padding:0px;
}



a.link:link {font-family:Georgia, "Times New Roman", Times, serif;font-size:18px;color:#b99549;text-decoration:underline;}
a.link:visited {font-family:Georgia, "Times New Roman", Times, serif;font-size:18px;color:#b99549;text-decoration:underline;}
a.link:hover {font-family:Georgia, "Times New Roman", Times, serif;font-size:18px;color:#8a9b35;text-decoration:underline;}
a.link:active {font-family:Georgia, "Times New Roman", Times, serif;font-size:18px;color:#b99549;text-decoration:underline;}
