body{
margin: 0px;
padding: 0px;
font-family: verdana, arial, sans-serif;
background: url(images/bkg_sonia.jpg) repeat-x;
}
 #wrapper{
 width: 750px;
 text-align:center;
 margin:20px auto;
 background-color:#FFFFFF;
 border: #333333 solid 4px;

 }
  #content p{
	text-align: left;
	font-size: 94%;
	margin: 8px;
	line-height: 140%;
 }
 
 #content li{
	background:url(images/shape.jpg) no-repeat top left;
	font-weight: bold;
	padding: 3px 10px 10px 50px;
	font-size: 96%;
	list-style-type: none;
	text-align: left;
	line-height: 140%;
 }
 #right {
 width: 345px;
 float: right;
 margin-right: 15px;
 border: #FF3333 solid 3px;
 padding: 10px;
 }
 
  #left {
 width: 330px;
 float: left;
 }
 #footer{
 font-size: 78%;
 text-align: center;
 margin: 5px auto;
 padding-bottom: 30px;

 }
 .clear{
 clear: both;
 }
 #caption h1{
 text-align: center;
 margin: auto;
 font-size: 84%;
 font-weight: strong;
}
  h1{
 font-size: 110%;
 padding-bottom 20px;
 }
 
 
 h2{
 font-size: 90%;
 }

