@charset "utf-8";
body {
	background: url(images/beech_Flooring_sm.jpg) repeat;
	text-align:center;	
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	line-height:20px;
	margin:0;
	font-size:14px;
	
}
a {
	color:#a32834;	
}
#wrapper {
	width:855px;
	height:auto;
	margin:0px auto 0px auto;	
	background-color:#333333;
	/*background-color:#9baea2;*/
	overflow:hidden;
	position:relative;
	padding:0px 0 0;
	
}
.navigation{ }
.navigation p {
    display: block;
    font-size: 14px;
    font-weight: bold;
    list-style: outside none none;
    padding: 0;
    text-align: center;
    width: 100%;
}
.navigation p a {
    color: #fff;
    padding: 4px;
    text-decoration: none;
}
.navigation p a:hover {
    background-color: #a32834;
    color: #fff;
}
.navigation p a img {
    border: medium none;
}




.banner {
    height: auto;
    text-align: center;
    width: 100%;
	border-bottom:10px solid #333;
}

.content {
    background-color: #fff;
    height: auto;
    margin: 20px 20px 5px;
    padding: 20px;
    text-align: left;
    width: 775px;
}
.footer{
    background: #333;
    height: auto;
    padding: 20px;
    text-align: left;
    width: 775px;
}
.footer .art-footer-text{
	font-size: 10px;
	color: #EEE;
	text-align:center;
}
.form{
	font-size:11px;
	padding:0 0 20px;
}
td{ padding-bottom:5px;}
