body {
	background-color: #d1ccbf;
	margin: 0px auto;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px;
	line-height: 22px;
	color: #333;
}
#container {
	width: 900px;
	margin: auto;
	border-left: #756954 solid 1px;
	border-right: #756954 solid 1px;
	background-color: #FFF;
}
#header {
	width: 900px; 
	margin: auto;
	padding: 10px 0px;
	text-align: center;
}
#nav {
	width: 900px; 
	margin: auto;
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .1em;
	border-top: #333 solid 5px;
	border-bottom: #333 solid 5px;
	background-color: #9d9576;
}
#left  {
	width: 250px;
	float: left;
	padding: 25px;
}
#right {
	width: 550px;
	float: right;
	padding: 25px;
}
#footer {
	width: 860px;
	margin: auto;
	padding: 10px 20px;
	font-size: 9px;
	line-height: 27px;
	letter-spacing: .05em;
	color: #d1ccbf;
	border-top: #333 solid 5px;
	border-bottom: #333 solid 0px;
	background-color: #9d9576;
}
#info  {
	width: 760px;
	float: left;
}
#orders {
	width: 100px;
	float: right;
	text-align:right;
}

a {
	color:#333;
}
a:hover {
	color:#9d9576;
}
a.menu {
	color:#eee;
	text-decoration:none;
}
a.menu:hover {
	color:#000;
}
a.footer {
	color:#d1ccbf;
	text-decoration:none;
}
a.footer:hover {
	color:#000;
}
a.clients {
	color:#333;
}
a.clients:hover {
	color:#eee;
	text-decoration:none;
}

h1 {
	text-align: left;
	font-family: Garamond, Georgia, serif;
	font-size: 44px;
	line-height: 18px;
	letter-spacing: .01em;
	color: #d1ccbf;
}
h2 {
	font-size: 14px;
	line-height: 36px;
	letter-spacing: .05em;
	color: #756954;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	line-height: 11px;
	letter-spacing: .01em;
	color: #333;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .01em;
	color: #756954;
	font-weight: normal;
}

.photo {
	text-align:right;
	font-size: 9px;
	letter-spacing: .05em;
	line-height: 9px;
	color: #756954;
}
.clear {
	clear: both;
}
.div {
	border-top: #ddd solid 1px;
}
.img { 
	border: #756954 solid 1px;
	margin: 10px 0px 5px 0px;
}
.bimg { 
	border-bottom: #333 solid 5px;
}
.limg { 
	margin: 25px;
}
.rimg { 
	margin: 10px;
	float:right;
}

