body {
	background-color: #FEFEFE;
}

#vertcenter {
	background: transparent url(/images/layout/vertcenter_petrus.png) repeat-x;
}

#container {
	background: transparent url(/images/layout/container_petrus.png) no-repeat;
}


#menuMain {
	background: #D1CDB8 url(/images/layout/menu_main_petrus.png) repeat-y;
}
#menuSub {
	background: #DEDCCD url(/images/layout/menu_sub_petrus.png) repeat-y;
}

#menuMain a {
	color: #5C5D4B;
	text-decoration: none;
}
#menuSub a {
	color: #74706D ;
	text-decoration: none;
}

#menuSub a:hover,
#menuMain a:hover {
	color: #395323;
}
#menuSub a.itemOn,
#menuMain a.itemOn {
	color: #395323;
	font-weight: bold;
}
#menuSub a.itemOn:hover,
#menuMain a.itemOn:hover {
	color: #395323;
}

#body h1#pageTitle {
	color: #3E5B2B;
}

a {
	color: #3E5B2B;
}
a:hover {
	text-decoration: underline;
}
#address {
	color: #6A4500;
}
