body {
	font-size: 14px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	background: #E7E7E7;
	color: #111;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

#container {
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #ccc;
	padding-bottom: 25px;
}

#header {
	background: #73a0c5 url('images/bg-header.jpg') no-repeat bottom center;
	padding: 0;
	height: 25px;
	width: 760px;
}

.headline {
	color: #CC0B0B;
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	text-decoration : upper; 
}

#content {
    background: #fff url('images/bg-content.jpg');
	width: 720px;
	padding-left: 20px;
	padding-right: 20px;
}
.contenttext {
	font-size: 16px;
	padding: 30px;
}

	.contenttext p{
		margin-bottom: 18px;
	}

	.contenttext h2 {
		color: #CC0000;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		padding: 15px 0 15px 0;
		font-family: Georgia, Serif, Times New Roman;
	}
	
.highlight {
	background: yellow;
}
	
.link {
	text-align: center;
}

	.link a{
		font-size: 20px;
		font-weight: bold;
		color: #0013EF;
	}

	.link :hover{
		color: #FFF;
		background: #0DEF00;
		padding: 10px 20px 10px 20px;
		border: 2px solid #21DF00;
	}

.focusbox {
	border: 3px solid #cddffd;
	background: #deeaff;
	font-size: 20px;
	font-weight: bold;
	color: #282828;
	text-align: center;
	padding: 10px;
	font-family: Georgia, Serif, Times New Roman;
}

.bonus {
	background: #FFFFCF;
	border: 2px solid #FEFF8F;
	margin: 20px;
	padding: 0px 15px 0px 15px;
}
	.bonus li {
	list-style: none;
	background-image: url(images/check-y.png);
	background-repeat: no-repeat;
	padding: 10px 30px 10px 30px;
	background-color: #FFF;
	border: 1px solid #FEFF8F;
	margin-top:20px;
	margin-bottom:20px;
	width: 445px;
	}
	
	.bonus h2{
	color: #000;
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	font-family: Georgia, Serif, Times New Roman;
	}

.order-area {
	background: #FFFFCC;
	padding: 20px;
	border: 5px dashed #CC0000;
	margin: 15px 30px 15px 30px;
	color: #000;
}


.checklist li {
	list-style: none;
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	padding: 10px 35px 10px 35px;
	background-color: #f9fafd;
	border: 1px solid #e8ecf6;
	margin-top:20px;
	margin-bottom:20px;
	width: 520px;
}

#footer {
	background: #eee url('images/bg-footer.jpg') no-repeat top;
	height: 54px;
	padding: 0;
}

.footertext {
	padding-top: 18px;
	color: #666;
	text-align: center;
	font-size: 11px;
	height: 250px;
}

.footertext li{
	list-style: none;
	display: inline;
}

.footertext li a{
	color: #666;
}

#orderbutton{
background-image:url(images/order-button.png); 
height: 93px;
width: 494px;  
border: none;
cursor: pointer;
background-color: transparent; 
font-size: 18px;
font-family: Tahoma;
font-weight: bold;
}
#orderbutton:hover{
background-image:url(images/order-button-over.png); 
}

#preload {
	display: none;
	height: 1px;
	width: 1px;
}
