body {
height:100%;
margin:0px;
padding:0px;
background-repeat: repeat-x; 
background-color: #f6f4df;
color: #585852;
font-family: Arial, Helvetica, sans-serif;
}
table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td{
padding:0px; /* cellpadding="0" */
vertical-align: top;
} 
table.gallery{
border-collapse:separate;
width: 100%; 
}

table.gallery td{
padding:5px 5px;
font-size: smaller;
}
#menu{
	padding: 20px;
}
a{
	color: #83002a;
}
p a{
	color: #585852;
	text-decoration: none;
}
#menu a{
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom-color: #eae7d4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 10pt;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 30px;
}
#menu a.mail{
	border: none;
	background-image: none;
}
h1{
	color: #83002a;
	font-size: 120%;
}
p{
	font-size: 80%;
}
