@charset "utf-8";

/* CSS Document */
#container {
	position:relative;
	width:960px;
	height:1125px;
	z-index:1;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:133px;
	z-index:2;
	background-image: url(../images/praise_mgumc_header.jpg);
	background-color: #FFFFFF;
}

#nav {
	position:absolute;
	left:0px;
	top:134px;
	width:930px;
	height:26px;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #760314;
	padding-top: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#nav a {
	color: #760314;
	text-decoration: none;
}
#PageName {
	position:absolute;
	left:0px;
	top:181px;
	width:960px;
	height:36px;
	z-index:5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #760314;
	text-align: center;
	background-color: #FFF;
}
body {
	background-color: #999;
}

#container #MainContent a {
	color: #760314;
}

#MainContent {
	position:absolute;
	left:0px;
	top:224px;
	width:940px;
	height:800px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#MainContent2 {
	position:absolute;
	left:0px;
	top:0px;
	width:940px;
	height:800px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#MainContent strong {
	color:#760314
}
