#main {
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#main h1{
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	font-weight: normal;
	color: #800000;
}
#main h2{
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 30px;
	font-weight: normal;
	color: #800000;
}
#price{
	width: 370px;
}
#price th{
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #807A70;
	border-right-color: #807A70;
	border-bottom-color: #807A70;
	border-left-color: #807A70;
}
#price td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #242424;
	border-right-color: #242424;
	border-bottom-color: #242424;
	border-left-color: #242424;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#price h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 8px;
}
#price h1 a{
	color: #FF0000;
	text-decoration: underline;
}
#price h1 a:hover{
	color: #0066FF;
	text-decoration: underline;
	font-weight: normal;
}

