@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 26px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	background-color: #000;
	margin-bottom: 10px;
}
#hmcontent {
	background-image: url(images/hm_bg_2.jpg);
	background-repeat: no-repeat;
	height: 655px;
}
#aboutcontent {
	background-image: url(images/about_bg_2.jpg);
	background-repeat: no-repeat;
	height: 655px;
}
#lampscontent {
	background-image: url(images/lamps_bg.jpg);
	background-repeat: no-repeat;
	height: 655px;
}
#accessoriescontent {
	background-image: url(images/accessories_bg.jpg);
	background-repeat: no-repeat;
	height: 655px;
}
#paintingscontent {
	background-image: url("images/paintings_bg.jpg");
	background-repeat: no-repeat;
	height: 655px;
}



#footer {
	color: #959588;
	font-size: 12px;
	padding-top: 10px;
	line-height: 16px;
}
a:link , a:visited{
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
a:hover {
	color: #8D4D2A;
}
#footer a {
	color: #959588;
}

#wrapper p {
	margin-top: 0px;
	margin-right: 400px;
}
#wrapper #aboutcontent p {
	font-size: 14px;
	line-height: 20px;
	margin-right: 400px;
}

#wrapper h2 {
	margin-top: 0px;
	font-size: 18px;
	color: #D9CAAB;
	margin-right: 300px;
	padding-top: 40px;
	line-height: 26px;
}
#lampscontent table {
	padding-top: 100px;
}
#accessoriescontent table {
	padding-top: 100px;

}
#paintingscontent table {
	padding-top: 100px;

}

#lampscontent table img {
	border: 2px solid #565656;
	margin-bottom: 10px;
}
#accessoriescontent table img {
	border: 2px solid #565656;
	margin-bottom: 10px;
}
.white {
	color: #fff;
}
