/* CSS Document */

/*----------------------image-----------------------------*/

.header-main{
	background-image:url(header-main.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:220px;
	}
	
	
.footer-main{
	background-image:url(footer-main.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:74px;
	}
	
.left-main{
	background-image:url(left-main.jpg);
	background-repeat:no-repeat;
	width:41px;
	height:646px;
	}
	
.right-main{
	background-image:url(right-main.jpg);
	background-repeat:no-repeat;
	width:33px;
	height:646px;
	}
	
.top-main{
	background-image:url(top-main.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:29px;
	}
	
.body-bg{
	background-image:url(body-bg.jpg);
	background-repeat:no-repeat;
	width:926px;
	height:646px;
	}

.body-bg-1{
	background-image:url(body-bg-1.jpg);
	background-repeat:no-repeat;
	width:926px;
	height:646px;
	}
		
.menu-main{
	background-color:#FF0000;
	width:1000px;
	height:32px;
	} 
	
.cgm-img{
	background-image:url(cgm-img.jpg);
	background-repeat:no-repeat;
	width:70px;
	height:64px;
	} 
	

/*-----------------------------text-----------------------------*/

.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646262;
	text-align: justify;
	}
	
.header {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#005daf;
	font-weight:bold;
}
	
