/*This stylesheet is created by Adam Woods 2008. Notice here the nature of this comment, it takes the form of a Java code multiline comment as this stylesheet uses CSS scripting language,and so must adhere to the associated rules */

/* #######################========Extended element in inherited from base================########################### */
.content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 500px; /*--define static width--*/
	height: 400px;
	background-image: url(../images/sitemapbg1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: large;
	color: #010080;
}
