/* CSS Document */
body {
	margin: 0 0 0 0;
	width: auto;
	height: auto;
	background-image:url(imagens/background_x.jpg);
	background-repeat: repeat-x;
	background-color: #CC0000;
	font: normal 10px verdana;
	color: #000000;
	border-top: 0;
	border-right: 2px solid #000000;
	border-bottom: 0;
	border-left: 2px solid #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-face-color: #CCCCCC;
	scrollbar-3d-light-color: #CCCCCC;
	scrollbar-highlight-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	text-aling: center;
}

p {
	line-height: 1.5em;
	margin: 4px;
}

/* LINS */

a:link { 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	text-decoration: none; 
	color: #000000;
	}
a:hover { 
	text-decoration: underline; 
	color: #990000;
	}

a:active {
	text-decoration: none;
	color: #000000;
}


/* CONTAINER */

#container{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 760px;
	height: 500px;
	font: normal 10px verdana;
	color: #000000;
	background-color: transparent;
	padding: 0 0 0 0;
	display: block;
}

/* MENU */ 

#menu{
	padding: 20px 0 0 0;
	text-align: center;
	width: 760px;
	height: auto;
	color: #FFCC00;
	clear: both;
}


/* MENU COLOR */

#menuc {
	width: auto;
	padding: 0 0 0 0;
	clear: both;
	border-top: 2px solid #000000;
	border-right: 0;
	border-bottom: 2px solid #000000;
	border-left: 0;
}

#menuc ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menuc li {
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	margin: 0;
}
#menuc li a{
	display: block;
	padding: 1px 1px 1px 0.2em;
	border-top: 0;
	border-right: 1px solid #CC0000;
	border-bottom: 0;
	border-left: 1px solid #CC0000;
	color: #000000;
	width: 65px;
}
#menuc li a:hover{
	border-top: 0;
	border-right: 1px solid #FFCD00;
	border-bottom: 0;
	border-left: 1px solid #FFCD00;
	background-color: #FFFFFF; 
	color: #000000;
	text-decoration: none;
}


/* TOPO */

#topo1{
	width: 760px;
	height: 30px;
	background-color: transparent;
	background-image: url(imagens/topo11.jpg);
	border-top: 0px solid #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 0px solid #ffffff;
	border-left: 2px solid #000000;
}

#contato_topo_left{
	padding: 8px 0 0 10px;
	color: #000000;
	float: left;
}

#contato_topo_right{
	padding: 8px 10px 0 0;
	color: #000000;
	float: right;
}

#topo2{
	width: 760px;
	height: 100px;
	background-color: transparent;
	background-image: url(imagens/topo2.jpg);
	border-top: 0px outset #000000;
	border-right: 2px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 2px solid #000000;
}

#topo3{
	width: 760px;
	height: 80px;
	background-color: transparent;
	background-image: url(imagens/topo3.jpg);
	border-top: 0px solid #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 0px solid #ffffff;
	border-left: 2px solid #000000;
}


#conteudo{
	width: 760px;
	height: 590px;
	background-color: #FFFFFF;
	border-top: 0px solid #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 0px solid #ffffff;
	border-left: 2px solid #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/* RODAPÉ */
#rodape {
	width: 760px;
	height: 80px;
	background-image: url(imagens/rodape.jpg);
	background-color: transparent;
	border-top: 0px solid #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 0px solid #ffffff;
	border-left: 2px solid #000000;
	clear: both;
}

#desenvolvimento{
	padding: 50px 0 0 0;
}
