html{
	background:url(../img/grad.png) rgb(1,1,36) repeat-x top;
	color:white;
}
body{
	font-family:Calibri,Tahoma;
}
#hd h1{
	line-height:100px;
}
h1 small{
	font-size:.5em;
}
h4{
	text-indent:20px;
	color:rgb(1,1,36);
}
	h4 small{
		color:grey;
		font-size:10px;
	}
a{
	color:inherit;
/*				text-decoration:none;*/
}
#bd{
	background:white;
	overflow:hidden;
	color:black;
	padding-top:20px; padding-bottom:20px;
	
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.nomargin{
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
}
.centered{
	text-align:center;
}
#copyright{
	font-size:.8em;
	text-align:center;
	padding-bottom:10px;
}
#logo{
	float:left;
	padding:10px;
}