/************************************************\
 Layout Geral - Screen			                 /
 CSS V.1.00						                 \
 ------------------------------------------------/
 Criado por Epoch Multimédia 2009                \
\************************************************/


/************************************************\
» DEFINIÇÕES GERAIS
\************************************************/

body,
html { 	height: 100%; }

body {
	background: #890023 url(../gfx/body_BG1.gif); 
	behavior: url("temas/clientside/csshover3.htc");
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img, 
div, 
input { behavior: url("temas/clientside/iepngfix.htc") }

table, 
td, 
tr {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

a img { border: none }

p,
h1,
h2,
h3,
h4,
h5,
ul,
form,
fieldset { 
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

ul { list-style: none;}

legend { display: none; }

fieldset { border: none }


/************************************************\
» TIPOGRAFIA
\************************************************/

/* Geral ****************************************/

body { font: 14px Tahoma, Geneva, sans-serif }


/* Cores ****************************************/

body { color: #FFF; }

a { color: #BF8F9A; }



/************************************************\
» ESTRUTURA
\************************************************/

#container { padding-bottom: 5px; }

#wrapper { 
	background: url(../gfx/bigBloc.png) center no-repeat;
	height: 726px;
	margin: 0 auto; 
	width: 960px;
}

#content { 
	float: left;
	padding-top: 50px;
	text-align: left;
	width: 400px;
}

#footer {
clear:both;
padding-bottom: 5px;
}


/************************************************\
» LAYOUT GRÁFICO
\************************************************/

/* Geral ****************************************/

.innerBG { 
	background: url(../gfx/body_BG2.gif) repeat-x; 
	height: 100%;
}

/* Objectos */

input.textbox,
textarea,
.button,
select { border: none; }

/* Header ***************************************/

#header { padding: 30px 0px 0px 0px; }

	#header h1 { margin: 0px 0px -4px 0px; }

/* Conteúdo *************************************/

/* Wrapper */

	#wrapper .innerBG {
		background: url(../gfx/bloc_BG2.png) bottom no-repeat;
		height: 708px;
		padding-left: 100px;
	}

#footer p {
font-size:11px;
}

/* Sidebar */

#sidebar { padding-top: 70px; }
