BODY {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color:#1a1a1a;
}

H1 {
	font-family: Arial, Verdana;
	color: #FFFFFF;
	font-size: 9.5pt;
	padding:0;
	margin:0;
	line-height:100%;
}

A{
	text-decoration:none;
	color:#eea903;
}

A :hover{
	color:#666666;
}

P{
	font-family: Arial, Verdana;
	color: #FFFFFF;
	font-size: 10pt;
	padding:0;
	margin:0;
	font-weight:bold;
	line-height:1em;
	padding-bottom:18px;
}

#main {
	position: absolute;
	width:100%;
	height:100%;
	background: url(../graphics/tile.gif);
	background-repeat: repeat;
}

#content {
	padding:30px 0 0 30px;
	width:510px;
	 
}

.grey{
	color:#666666;
}

