@charset "UTF-8";
/* default elements */
div, body, html {margin: 0; padding: 0;}
body, div {font-family: Arial, Verdana, Tahoma; font-size:12px; color:#6a6e72;}
body {background-image:url(../images/MCBG.jpg); background-repeat: repeat-x; background-color:#272727;}
a img {border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none;}

/* website layout elements */
#wrapper {
	width: 965px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #flashArea {
	visibility:visible;
	height: 479px;
	width: 959px;
	margin-top: 7px;
	border: 1px solid #a1a1a1;
}

.Firstpage a:link, a:active, a:visited{
color:#272727;
text-decoration:none;
}
.Firstpage a:hover{
color:#06C;
text-decoration: underline;
}

.newsDate{
	color:#f4c534;
	font-weight:bold;
}
.newsTitle{
	color:#e8e9e9;
	font-weight:bold;
}
.newsContent{
	color:#b2b3b4;
	padding-right:5px;
}


#wrapper #header {
	position:relative;
	background-image:url(../images/headerBG.jpg);
	width: 965px;
	height: 169px;
	
}
#wrapper #header #logoArea {
	position:absolute;
	top:0px;
	left:0px;
}

#wrapper #header #topRightNews {
	position:absolute;
	background-image:url(../images/newsArea.jpg);
	width:287px;
	height:93px;
	top:17px;
	right:0px;
	padding-left:30px;
	padding-right:0px;
	padding-top:47px;
}
#wrapper #header #topRightNews a:link, a:visited, a:active { 
color:#FC0;
text-decoration:none;
}
#wrapper #header #topRightNews a:hover { 
color:#FFF;
text-decoration:underline;
}

#wrapper #mainArea {
	position:relative;
	width: 965px;
	height: 470px;
	margin-top:67px;
}
#wrapper #mainArea #Homearea{
	position:absolute;
	width: 965px;
	height: 380px;
}

#footer{
	background-image:url(../images/MCFBG.jpg); background-repeat:repeat-x;
	height:176px;
	background-color:#000000;
}
#footer #textarea{
	width:965px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#footer #textarea #textleft{
	position:absolute;
	width:480px;
	top:16px;
	left:0px;
}

#footer #textarea #textleft a:link, a:visited, a:active {
color:#6a6e72;
text-decoration:none;
}

#footer #textarea #textleft a:hover{
color:#ffffff;
text-decoration:underline;
}

#footer #textarea #textright{
	position:absolute;
	top:16px;
	right:0px;
	text-align:right;
}

#footer #textarea #textright a:link, a:active, a:visited{
color:#6a6e72;
text-decoration:none;
}
#footer #textarea #textright a:hover{
color:#ffffff;
text-decoration:underline;
}


