* {
	margin: 0;
	padding: 0;
}

body {
	 text-align:center;
	 background:#ffffff;
}

#container {
	width: 771px;
	margin: 0 auto;
	text-align:left;
}

#header {
	background: url(http://static1.meshfriend.com/sites_html/images/10/tt0006_header.jpg) no-repeat left top;
	width: 771px;
	height: 208px;
	overflow:hidden;
}

#header #left{
	width:auto;
	float:left;
	padding:27px 0 0 47px;
}
#header #right{
	width:400px;
	float:right;
	padding:27px 0 0 0;
}

#contentwrapper {
	background: #3f71b2 url(http://static1.meshfriend.com/sites_html/images/10/tt0006_content_bg.jpg) no-repeat;
	padding:10px 0; /* entrou esta linha com padding:10px 0; */
}

#copyright{
	clear: both;
	text-align: center;
	border-top: 1px dotted white;
	padding:5px 0;
	background:#3f71b2; /* entrou esta linha com background:#3f71b2; */
}

.float_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}

#navlist
{
	padding:25px 0 0 0;
	_padding:22px 0 0 0;
	*padding:22px 0 0 0;
	height: 35px;
	background-image: url(http://static1.meshfriend.com/sites_html/images/10/tt0006_linkbar_bg.jpg);
	background-repeat: no-repeat;
	text-align:center;
}