body {
        background-color: #4C4C4C;
}
#masthead 
{
	background-image: url(http://www.technetbrasil.com.br/blogs/images/vs/topo.jpg);
	width: 804px;
	height: 353px;
}
#title
{
	position: relative;
	left: 65px;
	top: 198px;
	width: 207px;
	height: 121px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
                color: #808040;
}
#title h1
{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
        font-family: Arial;
}
#welcome
{
	background-color: #000000;
	padding: 6px;
	padding-top: 4px;
	color: #ffffff;
	margin-top: 110px;
	text-align: center;
}
#nav
{
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	width: 804px;
	height: 35px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#navbar
{
	background-image: none;
        background-color: #16140D;
	height: 35px;
}
#navbar li
{
	float: left;
	padding-left: 80px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: none;
        background-color: #12100A;
	padding-top: 9px;
        font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
        text-color: FFE600;
}
#navbar a:hover
{
	text-decoration: none;
        color: #FFE600
}