

body {
	background-color: #45505b;
}

/*
#content {
	background-image: url( images/sitebg1.jpg );
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	background-color: #45505b;
}
*/

p {
	font-family: arial, helvetica, sans-serif; font-size: 9pt;
	color: white;
	text-align: left
	font: small;
}

b {
	font-family: arial, helvetica, sans-serif; font-size: small;
	color: white;
	text-align: left
}



#navigation
{
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
}

#mainImage {
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}


a:link { text-decoration: none; 
	color: #ffffff;
	}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover { text-decoration: underline; color: #000000; }


