@charset "ISO-8859-1";
/* CSS Document */

body {
	background:url(imagens/lateral.jpg) left no-repeat;
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}

#logo {
	width:100%;
	float:left;
	text-align:right;
	margin-bottom:100px;
}

#principal {
	width:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	font-size:18px;
	color:#b60d30;
}

a {
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
