body {
	margin: 20px 10px;
	padding: 0;
	background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;

}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 120%;
}

a {
	color: #67823B;
}

a:hover {
	text-decoration:underline;
}

/* Header */

#header {
    position: relative;
	width: 1000px;
	/*width: 100%;*/
	height: 146px;
	margin: 0 auto;
	/*background: url(images/img1.jpg) no-repeat center center;*/
	background: url(images/titlebg.jpg) repeat-x;
    text-align: center;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 10px;
}

#header h2 {
	float: right;
	padding: 120px 10px 100px 0;
}

#header .title {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    z-index: 1;
}

#header .flags {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    z-index: 2;
}

#header .flags .flag {
    float: right;
    margin: 10px 10px 0 2px;
}

/* Content */

#content {
	width: 1000px;
	/*width: 100%;*/
	margin: 0 auto;
	/*background: url(images/img2.gif);*/
	background: #FFFFFF url(images/col2_bg.gif) repeat-y right;
}

#content table.content {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
    text-align: left;
}

#content .colOne {
	float: left;
    width: 775px;
    padding: 20px 0 20px 20px;
    vertical-align: top;
}

#content .colTwo {
	float: right;
	width: 165px;
	padding: 0;
    vertical-align: top;
}

.colTwo h2 {
	font-size: medium;
	color: #51533D;
}

.colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

.colTwo li li {
	margin-bottom: 0;
	padding-left: 2px;
}

.colTwo a {
	color: #51533D;
}

/* Footer */

#footer {
	width: 1000px;
	/*width: 100%;*/
	height: 15px;
	margin: 0 auto;
	/*background: url(images/footer.jpg) no-repeat center center;*/
	background: url(images/footer_bg.gif) repeat-x;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}


/* Para paragrafos*/
.justify {
	text-align:justify;
}

.center {
	text-align:center;
}

/* Atuação */
div.menu_interno {
	margin: 0 0 0 5px;
}

ul.menu_interno {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: x-small;
}

#endereco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
    text-align: center;
}

#poweredby {
    margin: 10px 0 0 0;
    text-align: center;
}
