
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 990px;

}
#header {
 width: 730px;
 height: 94px;
 background: url(img/head.gif);
}
#leftcolumn { 
 width: 730px;
 background: url(img/content.gif);
 height: 604px;
 float: left;
}

#formu{
	margin-left:220px;
}

#rightcolumn { 
 float: right;
 color: #333;
 height: 520px;
 width: 210px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
}
