/*
	Autor: Pia Cucher
	piacucher@gmail.com
	http://piacucher.com.ar
	para URBAG
	
*/

/* SETUP */
* {margin:0; padding:0;}
html {overflow-y:scroll;}
ul { list-style: none inside;}
p { line-height: 1.2em; color:#333; font-family:Verdana, Geneva, sans-serif;}
a {outline: none; }
a img { border: none; }
.clear { clear:both;}
/* END SETUP */

/* TOOLBOX*/
.floatleft {float:left;}
.floatright {float:right;}
.clear {clear:both;}
/*END TOOLBOX*/


/*STRUCTURE AND STUFF*/
#page-wrap {
	width:840px;
	margin: 0 auto;
	}
	#main-content {
		padding: 10px 0px 10px 0px;
		width:200px;
		float:left;
	}
	#sidebar {
		width: 640px;
		float:right;
		padding: 10px 0px 10px 0px;
		font-size:10px;
		text-decoration:none;
	}

#footer {
	width:840px;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
	text-align:center;
	text-decoration:none;
}

	
	
	
/*END STRUCTURE AND STUFF*/

