/* CSS Document */
body {
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 5px;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 18px;
}
h1 {
	font-size: 180%;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 140%;
	text-align: center;
	margin: 15px;
	font-weight: bold;
}
h3 {
	font-size: 140%;
	font-weight: bold;
	text-align: right;
	margin: 5px 5px 5px 10px;
	text-indent: 10px;
}
.content {
	padding: 0px 35px 0px 20px;
	text-align: justify;
}
.product {
	text-align: right;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
.gallery {
	text-align: right;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
.head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}
.title {
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
}
