@charset "utf-8";
/* CSS Document */

	body
	{
		padding: 0;
		margin: 0;
		color: #000;
		text-align: center;
		background-image: url('/images/7day.jpg');
		background-repeat: repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#contents	
	{
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right:auto;
		margin-left:auto;
		width: 625px;
		padding: 10px;
		background-color: #FFF;
		color: #000;
		text-align: left;
	}
	
	h1	
	{
		color: #000;
		background-color: transparent;
		font-size: 34px;
		text-align: center;
		margin: 0;
	}
	
	p	
	{
		color: #333;
		background-color: transparent;
		font-size: 14px;
	}
	
	.subhead
	{
		color: red;
		background-color: transparent;
		font-size: 24px;
		text-align: center;
		font-weight: bold;
	}
	
	img.floatright
	{
		float: right;
		padding-left: 5px;
		padding-right: 15px;
	}
	
	img.floatleft
	{
		float: left;
		padding-left: 5px;
		padding-right: 10px;
	}
	.headings
	{
		text-align:center;
		font-size: 18px;
		font-weight: bold;
	}
	
	.highlightbox
	{
		background-color:#FFFF99;
		margin: 5px 35px 5px 35px;
		border: solid black;
		border-width: thin;
	}
	
	.highlightbox ul li
	{
		margin: 0px;
	}
	
	.highlightbox h3
	{
		font-size:24px;
		text-align: center;
		margin: 10px 0px 10px 0px;
	}

	.highlightbox p
	{
		padding: 0px 10px 0px 10px;
	}	

	ul li
	{
		margin: 20px;
		font-size: 14px;
	}
	
	.bonus
	{
		background: #ffff00;
		color: red;
		font-weight: bold;
	}
	.orderbox
	{
		background-color:#FFFF99;
		margin: 5px 35px 5px 35px;
		border: dashed red;
		text-align: center;
	}
	.orderbox p
	{
		padding: 0px 10px 0px 10px;
		font-size: 24px;
		font-weight:bold;
		color: black;
	}
	
	#footer
	{
		font-size:11px;
		color: #666666;
		text-align: center;
		border-top: solid thin #999999;
	}