#main {
	width: 100%;
}

#menu, #header, #content, #footer {
	width: 100%;
}

#menu {
	background-image: url('img/new-rodape.jpg');
	height: 24px;
	border-bottom: 1px solid #ffffff;
}

#menu a {
	color: #ffffff;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}


#header {
	height: 104px;
	background-image: url("img/new-topo.jpg");
}





#content_box {
	width: 100%;
	vertical-align: top;
}


#products {
	width: 212px;
	vertical-align: top;
	border-left: 1px solid #eeeeee;
}


#bar {
	height: 35px;
	line-height: 35px;
	background-image: url('img/new-topo.jpg');
	border-bottom: 1px solid #ffffff;
	text-align: right;
	color: #ffffff;
}


#content_box img {
	margin: 10px;
	margin-right: 25px;
	padding: 10px;
}

#content_box h1 {
	font-size: 16px;
	/* font-variant: small-caps; */
	border-bottom: 1px solid darkblue;
	border-left: 10px solid darkblue;
	letter-spacing: 3px;
	padding-left: 15px;
}

#content_box h2 {
	font-size: 16px;
	font-variant: small-caps;
	width: 90%;
	border-bottom: 1px solid #FF9700;
	border-left: 10px solid #FF9700;
	letter-spacing: 3px;
	padding-left: 15px;
}





#products h1 {
	font-size: 16px;
	font-variant: small-caps;
	border-bottom: 1px solid #0099FF;
	border-left: 10px solid #0099FF;
	letter-spacing: 3px;
	padding-left: 10px;
}


.button {
	font-weight: bold;
}



/* Left and Right backgrounds according do Center */


#footer{
	background-image: url('img/new-topo.jpg');
	background-position: 0% 100%;
	height: 100px;
	color: #ffffff;
	text-align: center;
}


