html, body {
	margin:0px;
	padding: 0px;
	font: 14px/1.2em Verdana, Arial, Helvetica, sans-serif;
	background: #8bb8ff;
}	

div#wrapper	{
	background: url(images/wrapperBg.jpg) #8bb8ff repeat-y center;
	width: 700px;
	padding: 10px 30px;
	margin: 0px auto;
}	
div#header {
	height: 258px;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	background: url(images/headerBg.gif) transparent repeat-x;
}

div#header h1 {
	text-indent: -9999px;
	height: 199px;
	width: 792px;
	margin: 10px auto;
	text-align: center;
	background: url(images/headerText.jpg) #ff0 no-repeat;
}	

div#mainContent p {
	width: 620px;
	padding-left: 40px;
}	

div#list1	{
	width: 600px;
	margin: 0px auto 30px auto;
	border: solid 1px #900;
	background: #FFC;
}	

div#list1 ul li {
	width: 530px;
	padding-bottom: 18px;
	list-style-image: url(images/li_check.gif);
	list-style-position: inside;
}	

div#list2	{
	width: 600px;
	margin: 0px auto 30px auto;
}	

div#list2 ul li {
	width: 530px;
	padding-bottom: 18px;
	list-style-image: url(images/button_img.gif);
}	

div.list3	{
	width: 600px;
	margin: 0px auto 30px auto;
	border: solid 1px #900;
}	

div.list3 ul li {
	width: 530px;
	padding-bottom: 18px;
	list-style-image: url(images/li_check2.gif);
	list-style-position: inside;
}	

.txtU { text-decoration: underline;}
.order {
 	color:#f00; 
	text-decoration:underline; 
	font-size:18px; 
	display:block; 
	text-align:center;
	font-weight: bold;
}
.blueTxt {
  	color: #0000FF;
	line-height: 1.2em;
	width: 620px;
	padding-left:40px;
}
.yellowBg {
	background: #ff0;
	text-decoration: none;
}	
