@charset "utf-8";
h1 {
	font-size: xx-large;
	color: #F60;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
h2 {
	font-size: x-large;
	color: #9505E7;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 1.5em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: x-large;
	color: #9F0000;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body {
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../img/BG_body.jpg);
	background-position: left top;
	background-color: #000;
	font-size: 1em;
}
.body_text {
	padding-top: 0em;
	padding-right: 3em;
	padding-left: 2em;
	padding-bottom: 0px;
	text-align: left;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.body_text_bold {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #9A79DF;
	font-weight: bold;
	text-decoration: none;
	outline: none
}
a:visited {
	color: #9A79DF;
	font-weight: bold;
	text-decoration: none;
	outline: none
}
a:hover {
	text-decoration: none;
	color: #F0F;
	outline: none
}
a:active {
	text-decoration: none;
	color: #FF0;
	outline: none
}

#banner {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	height: auto;
	width: 900px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
#MC_head_top {
	height: 24px;
	width: 900px;
	text-align: center;
	margin: 0px;
}
#MC_head_top_left {
	background-image: url(../img/mc_head_top_left.png);
	height: 24px;
	width: 60px;
	text-align: center;
	margin: 0px;
	float: left;
}
#MC_head_top_middle {
	background-image: url(../img/mc_head_top_middle.png);
	background-repeat: repeat-x;
	height: 24px;
	width: 780px;
	text-align: center;
	margin: 0px;
	float: left;
}
#MC_head_top_right {
	background-image: url(../img/mc_head_top_right.png);
	height: 24px;
	width: 60px;
	text-align: center;
	margin: 0px;
	float: left;
}
#MC_head {
	background-image: url(../img/mc_head.png);
	height: 76px;
	width: 900px;
	text-align: center;
	margin: 0px;
}
#MC_head_left {
	background-image: url(../img/mc_head_left.png);
	height: 76px;
	width: 60px;
	text-align: center;
	margin: 0px;
	float: left;
}
#MC_head_middle {
	background-image: url(../img/mc_head_middle.png);
	background-repeat: repeat-x;
	height: 76px;
	width: 780px;
	text-align: center;
	margin: 0px;
	float: left;
}
#MC_head_right {
	background-image: url(../img/mc_head_right.png);
	height: 76px;
	width: 60px;
	text-align: center;
	margin: 0px;
	float: left;
}
#MC_body {
	background-image: url(../img/mc_body.png);
	background-repeat: repeat-y;
	height: auto;
	width: 900px;
	margin: 0px;

}
#MC_footer {
	background-image: url(../img/mc_footer.png);
	height: 50px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#MC_footer_left {
	background-image: url(../img/mc_footer_left.png);
	height: 50px;
	width: 60px;
	margin: 0px;
	float: left;
}
#MC_footer_middle {
	background-image: url(../img/mc_footer_middle.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 780px;
	margin: 0px;
	float: left;
}
#MC_footer_right {
	background-image: url(../img/mc_footer_right.png);
	height: 50px;
	width: 60px;
	margin: 0px;
	float: left;
}
.nav_button {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 38px;
	width: 195px;
	background-color: #9505E7;
	background-image: url(../img/nav_button.png);
}
.nav_button:hover {
	background-color: #F0F;
}
.nav_button:active{
	background-color: #FF0;
}

.MC_footer_nav_link {
	width: 97.5px;
	text-align: center;
	height: 50px;
	float: left;
	font-size: 0.9em;
	line-height: 2em;
}
