@charset "utf-8";
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	text-align: center;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(assets/main/home_furnishings.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background: url(assets/main/handcrafted_home_furnishings.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 125px;
	text-align: right;
}
#header h4 {
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	padding-top: 105px;
	padding-right: 12px;
	color: #E6C77D;
} 

#header h4 a, a:link, a:hover, a:visited {
	color: #E6C77D;
}

#topmenu {
	color: #988675;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 1px;
	height: 30px;
	padding: 10px;
	
}

#topmenu a, a:link, a:visited
{
color: #988675;
text-decoration: none;
}

#topmenu a:hover
{
color: #C4996F;
}

#title {

}

#sidebar1 {
	float: left;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 155px;
}

#sidebar1 ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-weight: bold;
	line-height: 2em;
	font-size: 90%;
}

#sidemenu a
{
color: #E6C77D;
padding: 3px;
}

#sidemenu a:link, a:visited
{
color: #E6C77D;
text-decoration: none;
}

#sidemenu a:hover
{
color: #DBAA2A;
}

#mainContent {
	line-height: 1.4em;
	color: #FFFFFF;
	width: 550px;
	float: right;
	height: 430px;
	padding-right: 10px;
	background-position: top;
}

#mainContent2 {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-image: url(assets/main/home_furnishings.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	width: 600px;
} 
 
 #mainContent3 {
	background-color: #FBF3E3;
	margin-left: 190px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin-top: 0px;
	background-position: top;
	text-align: justify;
} 

#footer {
	text-align: right;
	color: #51473E;
	font-size: 85%;
	font-weight: bold;
	height: 75px;
	padding-right: 10px;
	background-image: url(assets/main/upholstery.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 1px;
	
}

#footer a, a:link, a:visited
{
color: #988675;
text-decoration: none;
}

#footer a:hover
{
color: #C4996F;
}

#description {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#description h3 {
	color: #6A6116;
	font-size: 100%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 135%;
	color: #6A6116;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	margin-top: 10px;
}
h2 {
	font-size: 135%;
	color: #6A6116;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 14px;
}
.homepic {
	padding-bottom: 10px;
	padding-top: 10px;
}
a:link, a:hover, a:visited {
	color: #5A5323;
}
.new {
	background-image: url(assets/main/new_furniture.gif);
	background-position: left;
	background-repeat: no-repeat;
}
.small {
	font-size: 80%;
	font-style: italic;
}
.picright {
	margin-left: 20px;
	border: 1px solid #000000;
}
