body
{
	background-image:url(images/bg-grain.gif);
	text-align: left;
	font: 12px/18px 'helvetica neue',helvetica,arial,sans-serif;
	color: #E2E2E2;
 	margin: 0;
 	text-align:center;
}
.p1 {
	font-size: 10px;	
}
.p2 {
	color: #F27D0C;	
}
.h1 {
	font-weight: bold;	
}
a {
	font-weight: bold;
	color: #F27D0C;
}
a:visited{
	font-weight: bold;
	color: #F27D0C;
}
a:hover{
	font-weight: bold;
	color: #AF1106;
}
#header {
	position: relative;
	top: 0px;;
	background-image: url(images/bg-top.jpg);
	width: 100%;
	height: 126px;
}
#content{
	top:0px; 
	width:821px; 
	margin:0px auto; 
	text-align:left;
	
}
#footer {
	position: absolute;
	bottom: 0;;
	background-color: #0066b2;
	width: 100%;
}
#block {
	margin-top:-10px;
}
.hidden {
	visibility: hidden;	
	display:none;
}
.visible {
	visibility: visible;
}

