/* HTML ELEMENTS */

body{

	padding:0px;
	margin:0px;
	font:13px/16px "Trebuchet MS", Arial, Sans-serif;

}

/* IDed ELEMENTS */

#wrapper{

	width:770px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;	

}

#cabecalho{
	
	height:200px;
	background-color:#FCF;
	

}

#content{

	padding:10px;

}

#menu{
	
	background-image:url(../images/bk.png);
	background-repeat:repeat-x;
	margin-bottom:10px;
}

#menu ul {

	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;

}

#menu li {

	float:left;

}

#menu a{
	
	display:block;
	width:128px;
	color:#666;
	background-color:#98bf21;
	text-align:center;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
	height:36px;
	line-height:36px;
	background-image:url(../images/bk.png);
	background-repeat:repeat-x;
}

#menu a:hover{
	
	background-color:#7A991A;
	background-image:url(../images/bkselected.png);
	background-repeat:repeat-x;
}


#leftcol{
	
	float:left;
	width:365px;
	text-align:center;
	
}

#leftcol h1, h2, h3{
	
	color:#306438;
	line-height:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

#leftcol ul{
	
	text-align:left;
	
}

#leftcol li{
	
	font-size:16px;
	line-height:30px;
	font-weight:500;
	
}

#leftcol p{
	
	text-align:justify;
	padding:8px;
	
}

#division{

	float:left;

}

#rightcol{
	
	float:left;
	width:375px;
}

#rightcol a{
	
text-decoration:none;
}

#image{

padding:0 10px 0 10px;


}

#info{

	padding:10px;

}

#footer{
	
	background-color:#E1FFFF;

}



/* CLASSES */

.center{

	margin-left:auto;
	margin-right:auto;		
}

.clearboth{

	clear:both;	
	
}

.leftpad{

	padding-left:0px;
}