body {
	/*background-color: #FFFFFF;*/
	margin: 0px;
	padding: 0px;
	font-family: "lucida sans";
}

#page {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.pageLeft {
	/*background-image: URL('../images/shadow_left.png');*/
	background-repeat: repeat-y;
	width: 47px;
}

.pageContent {
	width: 930px;
}

.pageRight {
	/*background-image: URL('../images/shadow_right.png');*/
	background-repeat: repeat-y;
	width: 45px;
}

a.linkSitemap {
	color: #82B022;
	text-decoration: none;
}
a.linkSitemap:hover {
	color: #82B022;
	text-decoration: underline;
}
