@media print {
	body { height: 400px; }
}

body, td {
	background-color: white;
	margin: 10px;
	color: #333; 
	font-family: verdana, arial, geneva, sans-serif; 
	font-size: 12px; 
	line-height: 1.2em;
}

p { margin: 0; margin-bottom: .5em; }
p.news { margin: 0; margin-top: 1.5em;  margin-bottom: .5em; }

.grey { color: #999 }
.red { color: #c00 }
a { color: #33f; text-decoration: none; font-weight: bold }
a:hover { text-decoration: underline }

#horizon {
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%; left: 0px;
	width: 100%; height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#content {
	background-color: transparent;
	margin-left: -245px;
	position: absolute;
	top: -48px;
	left: 50%;
	width: 490px;
	height: 70px;
	visibility: visible;
	text-align: center;
}

#contact {
	margin-left: 90px;
}

#footer {
	text-align: right;
	position: absolute;
	margin: 0;
	bottom: 10px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
}


