/*
Theme Name: Manifesto 
Version: 1.0
Author: Vicente Filho
*/

/************************************************
*	General										*
************************************************/

html.body #content 
{
	height: auto;
	min-height: 580px;
}
body
{
	padding: 0px;
	margin: 0px;
	font: 62.5% Georgia, "Times New Roman", Times, Serif; /* Resets 1em to 10px */
    height: 100%; 
}

/************************************************
*	General structure							*
************************************************/

#wrap 
{
   	width: 960px;
    padding: 0px;
}
#leftframe
{
    width: 140px;
    float: left;
    padding: 0px;
    display: inline;
}
#rightframe
{
    width: 820px;	
	float: right;
	padding: 0px;
	display: inline;
}

/************************************************
*	Links and Headings							*
************************************************/

p
{
	font-family: Lucida Sans Unicode;
}
img, a
{
	border: none;
	text-decoration: none;
}
a:link, a:visited, a:active
{
	color: rgb(0,0,0);
}
a:hover
{
	color: rgb(218,37,28);
}

/************************************************
*	Icon & Banners								*
************************************************/

#main_icon
{
	margin: 10px 0px 0px 0px;
}
#main_banner
{
	margin: 0px 0px 0px 0px;
}
