<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<title>Title</title>
<b:skin><![CDATA[
/****CSS CODE*****/
#main-wrapper {
float:left;
width:70%;
}
#sidebar-wrapper {
float:right;
width:30%;
}
]]></b:skin>
</head>
<body>
<div>
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='yes'>
<b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog' version='1'></b:widget>
</b:section>
</div>
<div id='sidebar-wrapper'>
<b:section class='sidebar' id='sidebar' preferred='yes' showaddelement='yes'/>
</div>
</div>
</body>
</html>