/* Metalusions Backstage 2002
   Mouse-over effects sample style sheet
   Created by Arjan Haringa */

body {
	color: #036;
	background-color: #fff;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center
	}

a {
	color: #036;
	background-color: transparent;
	}

#header, #images {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}

#content {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #fff;
	text-align: left;
	}

#content h3 {
	margin-top: 0px;
	padding: 10px 10px 0px 10px;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 3px;
	text-align: left;
	}

#content p {
	padding: 10px 10px 0px 10px;
	font-size: 80%;
	line-height: 2.5ex;
	text-align: justify;
	}

#copyright {
	font-size: 11px;
	}

#ahem {
	display: none;
	}