body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #A5976A url('bg.jpg') center center;
	color: #333333;
	min-width: 993px;
	min-height: 606px;
	height: 100%;
	font-size: 11px;
}
#flashcontent{
	width: 993px;
	height: 606px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -496.5px;
	margin-top: -303px;
	text-align: center;
}
h1, h2, h3, h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 10px;
}
h1{
	font-size: 38px;
	background: #fff;
	padding: 20px;
}
h2{
	font-size: 24px;
}
h3{
	margin-top: 40px;
	border-top: 1px dotted #666;
	padding: 10px;
	background: #966;
	font-size: 24px;
	color: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 3px 3px 3px #aaa;
}
h4{
	font-size: 22px;
}
#alternate div{
	background: #fff;
	width: 600px;
	margin: 20px auto;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-webkit-box-shadow: 3px 3px 3px #aaa;
}
img{
	background-color: #fff;
	padding: 4px;
	border: 1px solid #999;
}
a img{
	background-color: #fff;
	padding: 4px;
	border: 1px solid #999;
}
a:hover img{
	background-color: #933;
	padding: 5px;
	border: none;
}
#alternate{
	overflow-y: auto;
	overflow-x: hidden;
	height: 606px;
}
#warning{
	position: absolute;
	width: 993px;
	height: 56px;
	top: 626px;
	padding-top: 10px;
}
#prices{
	font-size: 11px;
	width: 993px;
	height: 606px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -496px;
	margin-top: -303px;
	padding: 0;
	visibility: hidden;
	background: #fff;
}
#prices table{
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, verdana, sans-serif;
	line-height: 18px;
}
#prices a{	
	text-decoration: none;
	color: #333;
}
#prices a:hover{
	color: #009999;
}
#prices p{
	margin: 5px 0px 0px 0px;
}
#prices h4{
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
#prices h5{
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
#prices img{
	border: none;
	padding: 0;
	margin: 0;
}
#prices td{
	line-height: 100%;
}
#prices table{
	padding: 30px 0;
}
#prices small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#prices #text{
	padding: 0 95px;
	color: #666;
	font-family: Arial, Helvetica, verdana, sans-serif;
	font-size: 11px;
}