body {
	background-color: #45505b;
}

/*
#content {
	background-image: url( images/siteabout1.jpg );
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	background-color: #45505b;
}
*/

p {
	font-family: arial, helvetica, sans-serif;
	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;
}


/* link pseudo-classes which must be inthis order! */
a:link { text-decoration: none; } /* link never visited */
a:visited {
	text-decoration: none;
	color: #ECECEC;
}
a:hover { text-decoration: underline overline; color: #ccccff; } /* hover == mouse is over the link */
a:active { font-size: large; } /* mouse clicked on the link but not released */