/* formatação para todas as tags */
*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

/* organização do layout */
#container{
	width: 800px;
	margin: auto;
}

#header{
	height: 205px;
	/*background-image: url(../img/header.jpg);*/
}

#menu{
	height: 37px;
	/*background-image: url(../img/menu.jpg);*/
}

#links{
	height: 59px;
	/*background-image: url(../img/links.jpg);*/
}


#mycustomscroll_novidade {
	/* Typical fixed height and fixed width example */
	width: 350px;
	height: 410px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: justify;
	padding-right: 10px;
}

#mycustomscroll_agenda {
	/* Typical fixed height and fixed width example */
	width: 265px;
	height: 325px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: justify;
	padding-right: 10px;
}



/* formatação geral do htmlm */
body{
	background-color: #000;
	background-image: url(../img/back.jpg);
	background-repeat: repeat;
}

h1{
	font-size: 22px;
	margin-bottom: 12px;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form, input, textarea{
	color: #000000;
}

table, td{
	margin: 0;
	padding: 0;
}
