body 
{
        background-color: #D6D5D5;
}
#masthead 
{
	background-image:url(http://www.technetbrasil.com.br/blogs/images/sqlserver/img_topo.jpg);
	width: 804px;
	height: 256px;
}
#title
{
	position: relative;
	left: 35px;
	top: 105px;
	width: 155px;
	height: 105px;
	overflow: hidden;
	text-align: center;
}
#title h1
{
	font-size: 23px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #87111D;
        font-family: Trebuchet MS;
}
#userArea
{
	float: right;
	margin-top: 51px;
	padding-right: 6px;
}
.pageTitle
{
	color: #D34229;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0px;
        font-family: Trebuchet MS;
}
#nav
{
	background-color: #ffffff;
	padding: 0px 6px 0px 6px;
	width: 792px;
	height: 35px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#navbar
{
	background: #87111D;
	height: 35px;
}

#navbar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbar li
{
	float: left;
	padding-left: 28px;
	margin-left: 18px;
	margin-right: 8px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 4px 13px;
	padding-top: 9px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#navbar a:link, #navbar a:visited, #navbar a:active
{
	color: #ffffff;
	text-decoration: none;
        font-family: Trebuchet MS;
}

#navbar a:hover
{
	text-decoration: none;
        color: #FFCBAD;
        font-family: Trebuchet MS;
}
