@charset "utf-8";
/* CSS Document */

body
{
/*	background-color:#CCC;*/
	background-color: #f2f2f3;
}
#Fwrap
{
	width:950px;
}
#Fright
{

	width:100px;
	float:right;
	text-align:right;	
	margin-top:10px;
	margin-right:30px;
}
#Fleft
{
	margin-top:10px;
	margin-left:40px;		
	width:100px;
	float:left;
}
#headerText
{
	padding-left:10px; 
	padding-right:10px;
	text-align:left;
	width:570px;
	font-weight:bolder;
	font-size:24px;
	border-bottom:1px dotted #06F;
}
#headerText2
{
	padding-left:10px; 
	padding-right:10px;
	text-align:left;
	width:570px;
	font-weight:bolder;
	font-size:18px;
	border-bottom:1px dotted #06F;
}
#headerWrap
{
	width: 950px; 
	height: 90px; 
	margin-left: 22px;
	background-color:#FFF;
}
#Logo
{
	float: left; 
	border: 1px none; 
	background:url(../images/mcl_01.gif);
	background-repeat: no-repeat scroll 0% 0% transparent; 
	height: 80px; 
	width: 560px;
	margin-top:0px;
	margin-left:0px;
}
#headerRight
{
	float: right; 
	border: 1px none; 
	background:url(../images/mcl_02.png);
	background-repeat:no-repeat scroll 0% 0% transparent; 
	width: 359px; 
	height: 90px;
	font-size: 16px;
	font-weight:bolder;
	color:#666;
}
#curveWrap
{
	width: 950px; 
	height: 70px; 
	margin-left: 22px;
}
#curveWrapTwo
{
	background-color:#FFF;
	width: 950px; 
	height: 187px; 
	margin-left: 22px;
}
#menu
{
	margin-left:22px;
	background-color:#900;
	width:900px;
}
#bodyWrap
{
	width: 950px;
	margin-left: 22px;
	background: #ccc url(../images/bg.jpg) repeat-y 50% 0;
}
#bodyLeft
{
	float: left; 
	border: 1px none; 
	background:#FFF;
	background-repeat: no-repeat scroll 0% 0% transparent; 
	width: 571px;
	height:570px;
	margin-top:0px;
	padding:10px;
	overflow:hidden;
}
#bodyRight
{
	float: right; 
	border: 1px none; 
	background:url(../images/mcl_10.gif);
	background-repeat:repeat-y scroll 0% 0% transparent; 
	width: 359px; 
	height:577px;
	overflow:hidden;
	margin-top:0px;

}
#RightImage
{
	border: 1px #999 solid;
	background-repeat:repeat-y scroll 0% 0% transparent; 
	width: 300px; 
	height: 200px;
	margin-left:28px;	
}
#RightImage2
{
	border: 1px #999 solid;
	background-repeat:repeat-y scroll 0% 0% transparent; 
	width: 264px; 
	height: 333px;
	margin-left:45px;
}


