body {
	font-family:arial,helvetica,sans-serif;
	background-color:#fa0;
	font-size:10pt;
}
a {
	font-weight:bold;
	color:#399;
}
#mast {
	width:620px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	background-color:#fff;
	border:solid 2px #fd0;
	border-bottom:0;
}
#main {
	width: 600px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	background-color:#fff;
	border:solid 2px #fd0;
	border-top:0;
	border-bottom:0;
	padding:10px;
}
.firstheading {
	margin-top:0;
}
.spotlight {
	width:160px;
	float:right;
	padding:10px;
	background-color:#069;
	color:#fff;
	border:dashed 1px #8ff;
	text-align:center;
	margin-left:5px;
	margin-bottom:10px;
	clear:right;
}
.spotlight h1 {
	font-size:15pt;
	margin-top:0;
}
.spotlight a {
	color:#fa0;
}
#foot {
	width:600px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	border:solid 2px #fd0;
	border-top:0;
	padding:10px;
	background-color:#fff;
	color:#999;
	text-align:center;
}
#foot ul {
	margin:0;
	padding:0;
	width:100%
}
#foot li {
	display:inline;
	padding:0 7px;
}
#foot hr {
	width:95%;
	border:solid 1px #fd0;
	margin-top:0;
}
.contacts {
        display:table;
}
.contacts div {
        display:table-row;
}
.contacts div div {
        display:table-cell;
        vertical-align:top;
        text-align:left;
}
.contacts div div:first-child {
        padding-right:.5em;
        text-align:right;
}
