@charset "utf-8";

/* Definindo marcações de links */
<style type="text/css">
a:link, a:visited {
	text-decoration: none
	}
a:hover {
	text-decoration: underline;
	color: #33CCFF;
	}
a:active {
	text-decoration: none
	}
</style>

/*Defindo o plano de fundo*/

body {
		background-color: #FFFFFF;
}

/* Definindo menu superior */

#site {
		width: 1000px;
}

/* Definindo logo superior */
#logoSuperior {
		width: 1000px;
		height: 150px;
		background-color: #33CCFF;
		background-image: url("images/farmufflogo.jpg");
}

/* Definindo menu superior */
#menuSuperior {
		clear: both;
		width: 1000;
		height: 25px;
		background-image: url("images/menusuperior.jpg");
		text-align: center;
}

/* Definindo menu superior para outras páginas */
#menuSuperior2 {
		clear: both;
		width: 1000;
		height: 25px;
		background-image: url("images/menusuperior2.jpg");
		text-align: center;
}

/* Definindo margem esquerda */
#margemEsquerda {
		clear: both;
		float: left;
		width: 2px;
		height: 600px;
		background-color:#666666;
}

/* Definindo menu lateral */
#menuLateral {
		float: left;
		Width: 196px;
		height: 600px;
		background-color: #999999;
		text-align: left;
}

/* Definindo margem ao lado do menu lateral */
#margemLateral {
		float: left;
		width: 2px;
		height: 600px;
		background-color:#666666;
}
		

/* Definindo conteúdo do site */
#content {
		float: left;	
		width: 600px;
		background-color:#FFFFFF;
		text-align: justify;
}

/* Definindo conteúdo das subpastas */
#contentOutros {
		float: left;	
		width: 798px;
		background-color:#FFFFFF;
		text-align: center;
}

/* Definindo margem direita */
#margemDireita {
		float: left;
		Width: 2px;
		height: 600px;
		background-color:#666666;
}

/* Definindo anúncios */
#menuAnuncio {
	    float: left;
		width: 196px;
		height: 600px;
		background-color:#999999;
}

/* Definindo margem direita 2 */
#margemDireita2 {
		float: left;
		width: 2px;
		height: 600px;
		background-color:#666666;
}

/* Definindo rodapé */
#rodape {
		clear: both;
		width: 1000px;
		height: 25px;
		background-image: url("images/barrainferior.jpg");
}

/* Definindo margem zero */
body {
	margin: 0px 0px 0px 0px;
}


