body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/bg-main.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0;
	margin:0;
}
#table-main {
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
.head-num {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#000000;
	font-weight:bold;
	text-align:right;
	font-style: italic;
}
.cell-menu {
	background-image:url(images/bg-menu.png);
	background-position:left top;
	background-repeat:repeat-x;
	padding:0;
	height:150px;
}
#table-menu {
	height:150px;
	background:url(images/bg-menu.png) top right repeat-x;
}
#table-menu td {
	height:29px;
	text-align:right;
}
a.menu:link, a.menu:visited, a.menu:active {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	padding: 6px 10px;
	color: #ffffff;
	height:auto;
}

a.menu:hover {
	color: #cccccc;
}
.cell-content {
	background-image:url(images/bg-content.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding:20px 10px 20px 20px;
	height:350px;
	vertical-align:top;
}
.cell-footer {
	padding:10px 15px;
	font-size:11px;
	color:#666666;
	text-align: right;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#c00000;
}
p {
	text-align:justify;
	line-height:18px;
}

h2 {
	font-size:14px;
	margin-bottom:0;
}
#price {
	color:#666666;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}

