body {
    margin: 0px;
    padding: 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: white;
}

a {
	color: white;
}
a:hover {
	color: white;
}
a:visited {
	color: white;
}
a:active {
	color: white;
}
a#content:hover {
	font-style: italic;
}
a#menu{
	text-decoration: none;
	color: white;
}
a#menu:hover {
	color: white;
	font-weight:bold;
}
a#mail{
	text-decoration: underline;
	color: white;
}
a#mail:hover {
	font-size: 12pt;
}

h1 {
font-size:20px;
}

div#container{
	background: url(images/containerbg.gif) repeat-y 0% 0%;
	width:821px;
	margin:0px auto;
} 
div#header {
    clear: both;
    height: 50px;
    background-color: white;
    padding: 1px;
}
div#left {
    float: left;
    width: 200px;
}
div#right {
    float: right;
    width: 200px;
}
div#middle {
    padding: 0px 160px 0px 160px;
    margin: 0px;
}
div#footer {
    clear: both;
    background-color: white;
}

table#maincontent {
	padding: 15px;
}
table#menu {
	background-color: #48473d;
	width:175px;
	margin-top: 20px;
}

img#rightcol {
	padding-left: 25px;
	padding-top: 20px;
}
img#leftcol {
	padding-right: 25px;
	padding-top: 20px;
}
img#productimg {
	float: right;
}
img#fotos {
	margin: 5px;
	border: none;
}