body {
	margin-top: 0px;
	background-color: #cccccc;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	/*font-family: Geneva, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 13px;
}

div#page {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    min-height: 100%;
    height: 100%;
    text-align:left;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

div#menu {
	text-align: center;
}

#menu { margin-left: 0px; margin-right: 0px; margin-top: 0px; font: sans-serif; }
#menu #current {
	border-bottom: 5px solid orange;
	font-weight: bold ;
	font-color: orange ;
	text-decoration: none;
}

#menu #last a { margin-right: 0; }
#menu a {
	float: center;
	height: 18px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
}
#menu a:hover { border-bottom: 1px dotted black; text-decoration: none;}
#menu li { display: inline; margin: 0; text-align: center; }
#menu ul { height: 23px; list-style: none; margin: 0; padding: 0; }


h1 {
	margin-bottom: 0px;
	font-size: 18px;
	color: orange;
	border-bottom: 1px dotted black;
}

h2 {
	margin-top: 0px;
	color: #bbbbbb;
}

h3 {
	font-family: Verdana, Arial, Helvetica;
	color: black;
	margin-bottom: 0px;
	border-bottom: 1px solid black;
}

table.fotos {
	height: 100%;
	background-color: white;
}

td {
	font-size: 13px;
}


a.fotos {
	color: white;
}

a.fotos:hover {
	color: orange;
	border-bottom: none;
}

div.fotos {
	text-align: center;
	background-color: white;
}