body{
	margin: 0;
	padding: 0;     
	background: #FFFFFF;
	color: #000000;
	font-family: Calibri, "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
 }

img {
	border: none;
}
	 
#header {
	width: 100%;
	height: 65px;
	margin: 0px;
	background-image: url('/images/headerbit.jpg'); 
	background-repeat: repeat-x
 }

#header .lol {
	display: none;
}
     
#left {
	width: 85%;
	float: left;
	margin: 0;
	padding: 40px;
 }

#right {
	margin: 0px;
	padding: 0px;
	border: none;
 }

.button {
	background-image: url('/images/button_back.jpg'); 
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 16px;
	width: 391px;
	height: 246px; 
	padding: 10px;
	float: left;
}

.button a {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed;
}

.button a:hover {
	border-bottom: 1px solid;
}


.buttonhead {
	margin-top:0px;
	margin-bottom:4px;
	font-size: 30px;
}

.buttonhead a {
	color:#FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed;
}


.buttonhead a:hover {
	border-bottom: 1px solid;
}

.buttondisc {
	font-size:10px;
}

.buttonsmaller {
	background-image: url('/images/buttonsmaller.jpg'); 
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 10px;
	font-size: 16px;
	width: 391px;
	height: 73px;
	float: left;
}

h1 {
	background-image: url('/images/h1.jpg');
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 5px;
	color: white;
	font-weight: normal;
	font-size: 24px;
}

h2 {

}

.content {
	margin-left: 20px;
	color: black;
}

h3 {
	margin:1px;
	margin-top:20px;
}

.price {
	font-size:30px;
	color: #303030;
	text-align: center;
}

.hugeprice {
	font-size: 80px;
	color: silver;
	text-align: right;
}

.hugeprice sup {
	color: lightgray;
}

.hugepricenote {
	color: gray;
	font-size: 20px;
	text-align: right;
}

.smallprice {
	font-size: 30px;
	color: gray;
	text-align: center;
	float: right;
}

.smallprice sup {
	color: lightgray;
}
