@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
}


body {
	background-color:#f4f4f4;
}

#topoimg {
	width:950px;
	height:110px;
	background-color:#e3e1e1;
}


#topo {
	width:100%;
	height:110px;
	background-color:#e3e1e1;
}

#topo img {
	padding: 10px 0 0 100px;
	
}

#menu {
	width:100%;
	height:35px;
	background: #c1c1c1;
	background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
	background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
	background: -o-linear-gradient(#f5f5f5, #c1c1c1);
	background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
	background: linear-gradient(#f5f5f5, #c1c1c1);  
}

#menu ul {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:35px;
	background: #c1c1c1;
	background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
	background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
	background: -o-linear-gradient(#f5f5f5, #c1c1c1);
	background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
	background: linear-gradient(#f5f5f5, #c1c1c1);  
	font:100% Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	overflow:inherit;
}

#menu ul li { 	
	display:inline;
}

#menu ul li a {
	text-decoration:none;
	font:100% Tahoma, Geneva, sans-serif;
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
	position:relative;
	top:7px;
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font: bold 0.8em/1 'trebuchet MS', Arial, Helvetica;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: #fff #ccc #999 #eee;
	background: #c1c1c1;
	background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
	background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
	background: -o-linear-gradient(#f5f5f5, #c1c1c1);
	background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
	background: linear-gradient(#f5f5f5, #c1c1c1);  
	padding: 0.5em 1.5em;
}

#menu ul li a:hover {
	color: #FFF;
	border-bottom:3px solid #EA0000;
	border-height:20px;
	text-shadow:#000;
}

#footer {
	width:100%;
	height:180px;
	background-color:#e3e1e1;
}

#footer-content {
	width:950px;
	height:180px;
	background-color:#e3e1e1;
	margin-left: auto;
	margin-right: auto;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	line-height:210%;
}

#face {
	width:60px;
	height:60px;
	position:absolute;
	left:850px;
	top:925px;
}

#twitter {
	width:60px;
	height:60px;
	position:absolute;
	left:750px;
	top:950px;
}


#conteudo {
	width:930px;
	margin-left: auto;
	margin-right: auto;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:50px;
	margin-bottom:50px;
	line-height: 30px;  
	word-spacing: 3px;
}


#conteudo a:link, a:visited, a:active {
	color:#252525;
	text-decoration:none;
	font-weight:bold;
	
}
#conteudo a:hover {
	color:#F00;
	text-decoration:none;
}


img {
	border:none;
}
