/* LAYOUT */
body {
	margin: 0;
	padding: 0;
	background-image: url(images/grad_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	margin: 7px 0 7px 0;
	padding: 0 0 0 8px;
	color:#cccccc;
	text-transform: uppercase;
	font-size: 28px;
}

h2	{
	font-size: 8px;
	}

p	{
	line-height: 1.2em;
	}

a:link {color: #506571;}

a:visited {color: #506571;}

a:active {color: #506571;}

a:hover {text-decoration: underline; color: #506571;}

a {text-decoration: none;}

