<style type="text/css">
*{ margin: 0; padding: 0; }

html, body{
	margin:0;
	color:#333;
	background:#EBECF1;
	font:normal normal normal 100%/1.5 Arial, sans-selif;
}
#wrapper { 
border:#E1E1E5 solid 1px; 
margin: 0 auto; 
position: relative; 
width: 800px;
border-top: #F5F5F5 3px ridge;
border-right: #E1E1E5 3px groove;
border-left: #F5F5F5 3px ridge;
border-bottom: #E1E1E5 3px groove;
}


h1 {
	height:100px;
	font-size: 2em;
	background:url('horse_s.gif') right bottom no-repeat scroll #ffffff;
}

h2 {
	font-size: 1.5em;
	margin:25px 0 10px 0;
}

.example {
	width:100%;
	background: #e9ded7;
	margin:0 0 20px 0;
}

p{
	text-indent:1em;
}

p a {
	padding: 0 0 0 18px;
	background:url('checkout2-green.gif') left center no-repeat scroll #ffffff;
	font-weight:bold;
	text-decoration:none;
}

ul{
	margin:8px 2em;
}


