@charset "utf-8";
/* CSS Document */
 
* { font-family: "Trebuchet MS"; }

body {
	margin:0px;
	color:#FFF;
	background-image:url(../images/bg.jpg);
	background-attachment:fixed; }

table, img { border:none; }
td { vertical-align:top; }

a { text-decoration:none; color:#FFF; }



/* BOX INTEIRO DO SITE */
#container {
	position:relative;
	margin:0 auto;
	width:999px;
	padding-top:25px;
	padding-bottom:25px;
	background-image:url(../images/bg-transparente.png);
	background-repeat:repeat-y; }
	
	/* CABEÇALHO */
	#header {
		position:relative;
		left:75px; }
		#header #logotipo {
			position:relative;
			padding-right:50px;
			top:-3px; }
		#header a {
			color:#FFF;
			padding:0px 15px 0px 15px; }
			#header a:hover { color:#CCC; }
	
	/* CONTEUDO PRINCIPAL */
	#content {
		position:relative;
		top:5px;
		left:50px;
		width:525px; 
		height:436px;
		background-image:url(../images/content.png);
		background-repeat:no-repeat;
		padding-top:15px; }
		
	/* DESTAQUES */
	#destaques {
		position:relative;
		width:375px;
		height:312px;
		background-image:url(../images/destaques.png);
		background-repeat:no-repeat; }
		
	/* DESTAQUES DO BLOG */
	#blog {
		position:relative;
		top:10px;
		width:375px;
		height:401px;
		background-image:url(../images/blog.png);
		background-repeat:no-repeat; }
		
	/* RODAPE */
	#rodape {
		position:relative;
		top:15px;
		left:15px;
		text-align:center;
		font-size:10px; }
		
	/* CONTATO */
	#contato {
		position:relative;
		background-image:url(../images/contato.png);
		background-repeat:no-repeat;
		width:525px;
		height:141px;
		top:25px;
		left:48px; }
		#contato table { width:525px; font-size:75%; }
		
	#galeria { cursor:pointer; }