body {
	background: #000000;
	color: #CCCCCC;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	line-height: 150%;
}
a {
	color: #dfa92f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #f4d943;
}
#nav {
	height: 486px;
	width: 148px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 12px;
	background: url(/ministries/images/nav.jpg) bottom left no-repeat;
	float: left;
	position: relative;
	z-index: 10;
}
#nav li {
	margin: 0px 0px -10px 0px;
}
#nav li a {
	width: 148px;
	display: block;
	z-index: 0;
	background: url(/ministries/images/nav.jpg) top left no-repeat;
	position: relative;
}
#nav li a:hover {
	z-index: 3;
}
#nav li a span {
	display: none;
}
#nav #home {
	background-position: 0px 0px;
	height: 72px;
}
#nav #studio {
	background-position: 0px -72px;
	height: 70px;
}
#nav #promotion {
	background-position: 0px -142px;
	height: 75px;
}
#nav #sound {
	background-position: 0px -217px;
	height: 66px;
}
#nav #publishing {
	background-position: 0px -283px;
	height: 75px;
}
#nav #artists {
	background-position: 0px -358px;
	height: 75px;
}
#nav #home:hover {
	background-position: -148px 0px;
}
#nav #studio:hover {
background-position: -148px -72px;
}
#nav #promotion:hover {
	background-position: -148px -142px;
}
#nav #sound:hover {
	background-position: -148px -217px;
}
#nav #publishing:hover {
	background-position: -148px -283px;
}
#nav #artists:hover {
	background-position: -148px -358px;
}


#title {
	width: 540px;
	background: url(/ministries/images/ministriestitle.jpg) top left no-repeat;
	padding: 150px 0px 0px 0px;
	margin: 0px 0px -172px 160px;
	z-index: 5;
	position: relative;
}
#bottom-left {
	width: 175px;
	height: 264px;
	background: url(/ministries/images/bottom-left.jpg) bottom left no-repeat;
	z-index: 0;
	position: relative;
	clear: left;
}
#bottom {
	width: 700px;
	height: 92px;
	background: url(/ministries/images/page-bottom.jpg) bottom right no-repeat;
	position: absolute;
	bottom: 0px;
}
.clear {
	clear: both;
}
.validation {
	display: block;
	height: 31px;
	width: 88px;
	float: right;
	margin: 35px 20px 0px 10px;
	position: relative;
	z-index: 1;
}
.validation span {
	display: none;
}
#xhtml {
	background: url(http://www.w3.org/Icons/valid-xhtml10);
}
#css {
	background: url(http://jigsaw.w3.org/css-validator/images/vcss);
}