@charset "UTF-8";
/* CSS Document */

/*
LOUISE'S REALWOOD COLORS


*/

*	{margin: 0; padding: 0;}

body	{
	margin: 0px;
	background: #D4D0B9 url(img/bg.jpg) top center repeat-x;
	color: #5E3208;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}

a img	{
	border: 0px none;
}

/*==========================================================================================

						HEADERS

==========================================================================================*/
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #013c79;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
}



#container	{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.clear	{
	clear: both;
}


/*==========================================================================================

						TOP

==========================================================================================*/

#top	{
	height: 75px;
	width: 750px;
	text-align: left;
	background:url(img/logo.jpg) top center no-repeat;
}

#nav	{
	height:50px;
	width:750px;
	background:url(img/navbg.jpg) top center no-repeat;
}

#nav_menu	{
	height: 40px;
	width: 631px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	background:url(img/menuwood.jpg) top center no-repeat;
}

/*==========================================================================================

						FEATURE

==========================================================================================*/

#feature	{
	width: 750px;
	background: url(img/featurebg.jpg) top center no-repeat;
	text-align: center;
	margin-bottom: 20px;
}
#feature_box	{
	width: 588px;
	background: #FCFbF0;
	border: 1px solid #D5C9B3;
	text-align: left;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}
#feature_boxleft	{
	width: 300px;
	text-align:left;
	float: left;
	
}
#feature_boxrt	{
	width: 275px;
	text-align: left;
	float: right;
}

/*==========================================================================================

						CONTENT

==========================================================================================*/

#content	{
	width: 750px;
}

#woodbar	{
	width: 750px;
	height: 40px;
	background: url(img/productbar.jpg) top center no-repeat;
}

#content_box	{
	width: 665px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #FCFbF0;
	border: 1px solid #D5C9B3;
	text-align: center;
}
#content_box img	{
	margin-right: 5px;
}