body {
	background-color: #C1C1C1;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBEBEB;
}
a{
	color: #3399CC;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#topo {
}
#site {
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#youtube {
	float: left;
	width: 425px;
	height: 350px;
}
#twitter_div {
	float: left;
	width: 170px;
	height: 350px;
	padding: 5px;
	margin: 0px 10px;
	background-image: url(box.jpg);
	background-repeat: no-repeat;	
}
#twitter_div li{
	margin: 5px 0px;
}
#wordpress {
	float: left;
	width: 170px;
	height: 350px;
	padding: 5px;
	background-image: url(box.jpg);
	background-repeat: no-repeat;
}
#agenda {
	float: left;
	width: 170px;
	height: 350px;
	padding: 5px;
	margin: 0px 0px 0px 10px;
	background-image: url(box.jpg);
	background-repeat: no-repeat;
}
#flickr {
	clear: both;
	background-color: #4D4948;
	padding: 0px 0px;
}
#rodape p{
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}
#rodape a{
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	color: #76C5F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76C5F0;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 5px 0px;
}
h3{
	font-size: 14px;
	font-weight: normal;
	color: #76C5F0;
	margin: 5px 0px;
}
p{
	margin: 5px 0px;
	line-height: 16px;
}
ul{
	margin: 0px;
	padding:0px;
}
ul li{
	list-style-type: none;
}

#contato,#blog{
	padding: 0px 10px 10px 10px;
	width: 785px;
	color: #333333;	
	float:left;
}
#blog h2{
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;	
}
#blog p{
	margin: 10px 0px;
	line-height: 18px;	
}

/*=====================================================
MENU
======================================================*/

#menu{
    position:relative;
    display:block;
    height:30px;
    background:transparent url(fundo_menu1.jpg) repeat-x top left;
    font-family:Arial,Verdana,Helvitica,sans-serif;
    font-size:11px;
    font-weight:bold;
}

#menu ul{
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
}
#menu ul li{
    display:block;
    float:left;
    margin:0;
}

#menu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:7px 20px 0 20px;
	height:23px;
	background:transparent url(fundo_menu1.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#menu ul li a:hover{
	background-image: url(fundo_menu2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#home{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:0px 10px !important;
	height:30px;
}