body {
                     background-color: #008BE8;
                     background-image: url('http://www.technetbrasil.com.br/blogs/images/technet_back.jpg'); 
}
#masthead 
{
                     margin-top: 0px;
                     background-image: url('http://www.technetbrasil.com.br/blogs/images/technet_topo.jpg'); 
	width: 804px;
	height: 253px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#userArea
{
	float: right;
	margin-top: 49px;
	padding-right: 6px;
}
#title
{
	position: relative;
	left: 65px;
	top: 105px;
	width: 141px;
	height: 74px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	/*border: solid 1px #ff0000;*/
}

//*#title h1
{
	font-size: 21px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000
                     font-family : Trebuchet MS, Arial
}
#navbar
{
	background-color: #2A3D65; 
                     background-image: none;
	height: 35px;
}
#navbar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navbar li
{
	float: left;
	padding-left: 13px;
	margin-left: 45px;
	background-image: none;
	padding-top: 11px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#navbar a:link, #navbar a:visited, #navbar a:active
{
	color: #ffffff;
	text-decoration: none;
}

#navbar a:hover
{
	text-decoration: none;
                     color: #FDFA24
}