HTML { 
	overflow: -moz-scrollbars-vertical !important; 
}

HTML, BODY, TD {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 10pt Tahoma, Trebuchet MS, Arial, Sans-Serif;
}

BODY {
	background: url(/common/images/header.jpg) repeat-x;
	text-align: center;
}

#page {
	text-align: left;
	margin: auto;
	width: 750px;
}

#header {
	height: 150px;
}

#contact {
	position:absolute;
	right: 10px;
	top: 90px;
	color: #dddddd;
}

#nav {
	padding-top: 116px;
	text-align: center;
}

#content {
	padding-top: 2em;
	text-align: justify;
}

#footer {
	text-align: center;
	color: #a0a0a0;
	margin-top: 2em;
	font-size: 0.9em;
}

.link {
	display: inline;
}


.link A {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 20px;
	font-size: 0.8em;
}


A {
	color: #800000;
	font-size: 0.9em;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}