/************************************
File:		nogenio.css
Author:	Pellegrini Silvia
Date:		01/10/2007
by:		www.genoweb.com
--------------------------------------------------------
LAYOUT A DUE COLONNE A LARGHEZZA FISSA SENZA LOGO GENIOWEB
Colonna sinistra:	Piccola
************************************/


* {
	margin: 0;
	padding: 0;
}

body{
	margin:0;
	padding:0;
	margin-top: 220px;
	background: #000000 url(img01.jpg) no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: justify;
}

#maincontainer{}

#topsection{
	height: 61px;
	background: url(img02.gif) repeat-x;
}

#mainwrapper{
	background: url(img06.gif) repeat-x;
	width: 710px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	min-height: 400px;
}

#contentwrapper{
	width: 100%;
	float: left
}

#contentcolumn{
margin-left: 250px;
padding-bottom: 70px;
background-image: none;
}

#leftcolumn{
	float: left;
	width: 210px;
	margin-left: -710px;
	padding: 30px 0 40px;
}

