/*
Theme Name: Manifesto 
Version: 1.0
Author: Vicente Filho
*/


/************************************************
*	Content										*
************************************************/

#content 
{
	float: left;	
	width: 720px;
	padding: 0px;	
/*	border: medium double rgb(120,120,120);*/
}	
#content p
{
	margin: 3px 0px 0px 0px;
	padding: 0px;
	line-height: 17px;
    font-size: 11px;
    color: #000000;
}	

#content h1
{
	text-transform: uppercase;
	font-family: Lucida Sans Unicode;
    font-size: 15px;
    color: rgb(218,37,28);
	font-weight: normal;
	margin: 10px 10px 10px 10px;
}
#content h2
{
	text-transform: uppercase;
	font-family: Lucida Sans Unicode;
    font-size: 10px;
    color: rgb(218,37,28);
	font-weight: bold;
	margin: 10px 10px 10px 10px;
}
#content p
{
	margin: 0px 10px 0px 10px;
}