
div#menu {
	width: 253px;
	height: 600px;
}

div#addr {
	width: 233px;
	height: 100px;
	font-size: 10px;
	color: #c0c0c0;
	padding-left: 20px;
	line-height: 13px;
}

div#title {
	width: 706px;
	height: 27px;
	margin-top: 40px;
	margin-left: 40px;
	background-color: #000;
}

div#text h1 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #c0c0c0;
}

div#text {
	width: 661px;
	padding-left: 55px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

div#text p {
	text-indent: 20px;
	line-height: 16px;
}

div#text hr {
	height: 1px;
	color: #c6c5c1;
	margin-bottom: 25px;
}

div#text h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 17px;
	color: #4a3d1e;
	padding: 0;
	margin: 0;
}

div#text div#prod {
	width: 600px;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

div#text div#prod img {
	float: left;
	border: 1px solid #c6c5c1;
	margin-left: 10px;
	margin-right: 10px;
}

div#text div#prod p {
	width: 450px;
	float: left;
	text-indent: 0px;
	margin-left: 10px;
	color: #908d8a;
	line-height: 16px;
}

div#text div#prod p a {
	margin: 10px;
	color: #82b5c1;
	font-size: 10px;
	text-decoration: none;
	background-image: url(/images/link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

div#text div#prod p a:hover {
	color: #000;
	background-image: url(/images/link_over.gif);
}

