/* CSS Document */

body {

	background-color:#C82913;
	/*background-image:url(./../images/bg.gif);*/
	background-position: top;
	background-repeat:repeat-x;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	margin-top:0px;
}

/* for firefox */
body { 
 	text-align: -moz-center;
}

.top-bar {
	text-align:center;
}

.homepage-wrap {
	width:960px;
}

.homepage-wrap h3 {
	color: white;
	font-weight:bold;
	font-size: 18px;
	margin: 0px;
}

.feature-homepage-Image {
	background: url(./../images/b_living.jpg);  
	background-repeat: no-repeat; 
	background-position: top right;
}

#homepage-text {
	font-size: 13px;
	color:white;
	width: 330px;
}

#hompage-categories a {
	color: white;
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
}

#hompage-categories td {
	text-align:center;
}

.birch-body {
	clear:both; 
	background-image:url(./../images/bg-birch2.jpg); 
	background-repeat:no-repeat; 
	background-position: top center; 
	background-color: white; 
	width:894px;
}

.birch-inner {
	padding: 15px;
}

#footer {
	color: #8C1D0D;
	font-size:10px;
	text-align:center;
}

#footer a {
	color: #8C1D0D;
	font-size:10px;
}

.nav {
	border:0px solid #C82913;
	margin-right: 2px;
	margin-bottom: 2px;
}