body {
	margin: 22px 30px 22px 30px;
	padding: 0px;
	background-image: url(images/body_bg.jpg);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
img {
	border: 0px none;
}
h1 {
	font-size: 18px;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	text-align: center;
	color: #d75803;
}
h2 {
	font-size: 16px;
	margin: 0px;
	padding: 5px 0px;
	
	color: #d75803;
}
a {
	color: #d75803;
	text-decoration: underline;
}
a:hover {
	color: Blue;
}
.price {
	font-size: 14px;
	background-color: #993300;
}
.price .no {
	font-weight: bold;
	color: #d75803;
	text-align: center;
}
.price td {
	background-color: #ffffff;
}
.price tr.thead {
	background-color: #ffffff;
	border-left: 1px solid #ffffff;
}
.price .thead th, .price .thead td {
	background-color: #d75803;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	margin-left: 10px;
}
.topmenu {
	text-align: center;
	vertical-align: middle;
	font-variant: small-caps;
	background-image: url(images/topmenu_bg.gif);
	width: 209px;
	max-height:47px;	
	padding: 14px 0px;
	vertical-align: middle;
}
.topmenu a {
	color: Black;
	text-decoration: none;
}
.topmenu a:hover {
	color: #d75803;
	text-decoration: underline;
}

h2.topmenu {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin: 15px 15px 0px 15px;
	font-size: 14px;
	width: 820px;
}

#content p {
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 688px;
	max-width: 688px;
}

#copyright {
	width: 648px;
	height: 25px;
	border-top: 1px solid #949292;
	vertical-align: middle;
	color: #949292;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
}
#copyright a {
	color: #949292;
	text-decoration: none;
}
#contacts td {
	color: #d75803;
	font-weight: bold;
}
#contacts span {
	color: #000000;
}

td.left_bg {
	background: transparent url(images/column_bg-l.jpg) repeat scroll center bottom;
}
td.right_bg {
	background: transparent url(images/column_bg-r.jpg) repeat scroll center bottom;
}
