@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#ccc;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#000099;
}
#grl{
	margin:0px auto;
	width:768px;
	height:640px;
	background-color:#fff;
}
#cm{
	margin:0px;
	padding:0px;
	height:170px;
}
#cm h1{
	margin:0;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	float:left;
	background-image:url(../img/logo.jpg);
	width:317px;
	height:170px;
}
#cm h1 a {
	margin:0;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	width:317px;
	height:170px;
}
#cm h2{
	margin-top:15px;
	float:left;
	background-image:url(../img/cmh2.jpg);
	background-repeat:repeat-x;
	width:451px;
	height:87px;
}
#cn{
	clear:both;
	width:768px;
	
}
#cn #menu{
	background-image:url(../img/cnmenu.jpg);
	background-repeat:repeat-y;
	width:144px;
	height:470px;
	margin-left:12px;
	float:left;
	
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
#cn #menu ul{
	margin-top:0px;
	padding-top:25px;
}
#cn #menu ul li{
	margin-top:12px;
	margin-left:-10px;
	letter-spacing:1px;
	list-style:none;
	border-bottom:1px solid #ccc;
}
#cn #menu a{
	color:#fff;
	text-decoration:none;
}
#cn #menu a:hover{
	color:#ccc;
	text-decoration:none;
}
#ct{
	float:left;
	margin-left:20px;
	width:572px;
	height:316px;
	background-image:url(../img/ct.jpg);
}
#ct div{
	float:left;
	margin:20px;
	width:245px;
	height:270px;	
}
#ct div.br{
	background-color:#fff;
}

