* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link.menu, a:active.menu, a:visited.menu {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

a:hover.menu {
	text-decoration: underline;
}

body {
	background-color: #FFFFCC;
	text-align: center;
}

table#main {
	width: 800px;
	text-align: center;
}

td#header {
	height: 153px; width: 800px;
	background-image: url(img/header.jpg);
}

td#menu {
	height: 201px; width: 199px;
	background-image: url(img/black.jpg); background-repeat: repeat-y;
	text-align: left;
}

td#foto {
	height: 201px; width: 601px;
	background-image: url(img/foto.jpg);
}

td#left {
	height: 770px; width: 199px;
	background-image: url(img/black.jpg); background-repeat: repeat-y;
	text-align: left;
}

td#content {
	background-image: url(img/content.jpg);
	height: 770px; width: 601px;
	vertical-align: top;
	position: relative;	left: 0px; top: 0px;
}

td#footer {
	background-image:url(img/black.jpg);
	height: 1px; width: 800px;
}

#menucontent {
	position: relative;
	left: 30px;
}

#content {
	width: 561px;
	position: relative;	left: 20px; top: 10px;
	text-align: left;
}